andrewb90
Well-known Member
- Joined
- Dec 16, 2009
- Messages
- 1,077
Hello all,
I am trying to change a nested if formula by adding additional information, and I seem to be doing it incorrectly. I was hoping somebody could assist me, and point out where I am going wrong.
What I am trying to do is:
If Scheduler!F89 is blank, then the cell is blank
If Scheduler!F89 has the same value as Settings!G5 then the text "Close" appears
If RO!D4 has a value of 1, the "OFF" will appear
Otherwise the value of Scheduler!F89 will appear
Scheduler & Settings are both time value (6:00, 11:00, etc)
Any help would be greatly appreciated!
I am trying to change a nested if formula by adding additional information, and I seem to be doing it incorrectly. I was hoping somebody could assist me, and point out where I am going wrong.
Code:
=IF(Scheduler!F89<>"",IF(Scheduler!F89=Settings!G5,"Close",IF(RO!D4="1","OFF","Scheduler!F89")))
What I am trying to do is:
If Scheduler!F89 is blank, then the cell is blank
If Scheduler!F89 has the same value as Settings!G5 then the text "Close" appears
If RO!D4 has a value of 1, the "OFF" will appear
Otherwise the value of Scheduler!F89 will appear
Scheduler & Settings are both time value (6:00, 11:00, etc)
Any help would be greatly appreciated!