I have a workbook for managing a number of projects in a table and have created a visual summary worksheet that denotes where each project is at in our processes.
One of the fields in the table is entitled "pace." This will show if a project is required being fast-tracked. One my summary tab, I'd like to use a vlookup formula in the conditional area to highlight a project with this status. In another cell I have entered:
=VLOOKUP(M8,Table13[[Project Title]:[Pace]],28,0)
Whereas:
-M8 is the cell containing the project's name on the summary page that I want highlighted
-Table13 is my main project table will all the fields I'm drawing from
-28 is the column where Pace is located
This returned the value "Fast Track" to show that the formula was working.
Logically, I then selected M8 for my conditional formatting and entered the formula above. It accepted the formula, but no formats were changed. Do I need to do something different to the formula in the conditional formatting area than I would in a cell?
Also, I'm using Excel 2010.
Thanks in advance!
One of the fields in the table is entitled "pace." This will show if a project is required being fast-tracked. One my summary tab, I'd like to use a vlookup formula in the conditional area to highlight a project with this status. In another cell I have entered:
=VLOOKUP(M8,Table13[[Project Title]:[Pace]],28,0)
Whereas:
-M8 is the cell containing the project's name on the summary page that I want highlighted
-Table13 is my main project table will all the fields I'm drawing from
-28 is the column where Pace is located
This returned the value "Fast Track" to show that the formula was working.
Logically, I then selected M8 for my conditional formatting and entered the formula above. It accepted the formula, but no formats were changed. Do I need to do something different to the formula in the conditional formatting area than I would in a cell?
Also, I'm using Excel 2010.
Thanks in advance!