I am trying to find a solution to colorize referral cells using conditional formatting.
I have two worksheets listing names in columns and dates in a row. The names are not sorted the same way in the different sheets.
I want one cell in one sheet to colorized if a correlating cell with matching name and date in the other sheet is more than 0.
The custom formula I have tried to use is:
=(INDEX('Resource Planning'!$A$3:$NG$100;MATCH($B33;'Resource Planning'!$A$5:$A$100);MATCH(GU$3;'Resource Planning'!$G$3:$NG$3)))
The other sheet is called Resource, Row 3 is Date and Column B is names and Column A in the sheet Resource.
The formula works by itself in a cell, but not in condtional formatting. Has anyone a smart solution for this?
I have two worksheets listing names in columns and dates in a row. The names are not sorted the same way in the different sheets.
I want one cell in one sheet to colorized if a correlating cell with matching name and date in the other sheet is more than 0.
The custom formula I have tried to use is:
=(INDEX('Resource Planning'!$A$3:$NG$100;MATCH($B33;'Resource Planning'!$A$5:$A$100);MATCH(GU$3;'Resource Planning'!$G$3:$NG$3)))
The other sheet is called Resource, Row 3 is Date and Column B is names and Column A in the sheet Resource.
The formula works by itself in a cell, but not in condtional formatting. Has anyone a smart solution for this?