Forum Discussion
Find and highlight numerical values one column based on a column of numbers in another worksheet.
For some reason that's not working. Here is the formula I'm using. Is there something wrong with it?
=ISNUMBER(MATCH(A2,'239 Project Reps'!$K$2:$K$1949,FALSE))
This is where the 'priority list' resides
The range it is applied to for one of the worksheets is...
A2:A11161
I add the $, but it automatically removes it when I hit Done.
It works perfectly in the attached file. In order to enter the conditional formatting in your sheet you can try as follows:
Select range A2:A11161 with the mouse.
Open conditional formatting -> New rule -> Use a formula to determine which cells to format -> Format values where this formula is true.
Then enter the formula and then select your format and click ok and ok.
If you then view conditional formatting -> manage rules, the applies to range shows:
=$A$2:$A$11161
The dollar signs of the "applies to" range were entered automatically by Excel.
- Marcus_BoothApr 18, 2022Iron ContributorI tried this suggestion. The $ signs do not appear. I can add them, but they go away. I should have mentioned that I'm accessing the Workbook through the Web. Not sure if that makes a difference, but the interface is a little different. I don't get any error messages, but for some reason, there is not formatting being applied.
- OliverScheurichApr 18, 2022Gold Contributor
Conditional formatting in Excel online is slightly different. For example no dollar signs have to be entered as shown in the attached file.
- Marcus_BoothApr 18, 2022Iron ContributorThank you for trying. I'm at a loss for why it's not working. I've triple-checked everything. Not sure what's going on, but I guess I won't be able to do it that way. Is there perhaps another way?