Jessbiotech
New Member
- Joined
- Apr 16, 2010
- Messages
- 2
I have a giant spreadsheet that has 2 worksheets.
in the cells i have the following equation:
=IF((VLOOKUP($C14,'Avail Parameters'!$C$5:$M$296,(HLOOKUP(F$4, 'Avail Parameters'!$G$394:$M$395,2,FALSE)),FALSE))="Yes", "EnterData", " ")
I want to change this so that instead of saying "EnterData" I want it to turn the cell green. If the statement is false, i want the cell to be gray.
Any idea on how to do this???
in the cells i have the following equation:
=IF((VLOOKUP($C14,'Avail Parameters'!$C$5:$M$296,(HLOOKUP(F$4, 'Avail Parameters'!$G$394:$M$395,2,FALSE)),FALSE))="Yes", "EnterData", " ")
I want to change this so that instead of saying "EnterData" I want it to turn the cell green. If the statement is false, i want the cell to be gray.
Any idea on how to do this???