Share via

Auto-highlight cell formula

Anonymous
2024-08-20T21:14:45+00:00

Hello,

I need help in creating a formula (through conditional formatting maybe?) where, when a name/names are selected in the dropdown - those names in column E (source of the dropdown list data) will be highlighted/formatted.

The goal: So user can know not to chose that name again as it is taken...

Microsoft 365 and Office | Excel | Other | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

3 answers

Sort by: Most helpful
  1. Anonymous
    2024-08-20T21:49:48+00:00

    It worked! Thank you!

    Was this answer helpful?

    0 comments No comments
  2. HansV 462.6K Reputation points
    2024-08-20T21:34:55+00:00

    Was this answer helpful?

    0 comments No comments
  3. HansV 462.6K Reputation points
    2024-08-20T21:32:17+00:00

    Select E2:E10. E2 should be the active cell in the selection.

    On the Home tab of the ribbon, click Conditional Formatting > New Rule...
    Select 'Use a formula to determine which cells to format'.
    Enter the formula

    =COUNTIF($B$2:$B$100, E2)

    Click Format...
    Activate the Fill tab.
    Select yellow as fill color.
    Click OK, then click OK again.

    Was this answer helpful?

    0 comments No comments