BootsLopena
New Member
- Joined
- Jul 11, 2018
- Messages
- 3
My statement is not returning any value unless I manually input values for the statement to evaluate. Font is set to general. I intentionally have my condition values to be equal to a cell. Below is my formulas that should work. I’m stuck and frustrated. I think it’s self explanatory, but I’ve been looking at this way to long.
CELL I WANT TO ANSWER
yes/no for completed on time (this is populated by AG2, AH2, AND AF2)
=IF(AG2=1,"YES",IF(AH2=-1,"NO",IF(AF2=0,"")))
Yes on time (populated by yes on time calculated)
=AH2
Not on time (populated by not on time calculated)
=AI2
Blank value
AF2 nothing here
Yes on time calculated
=IF(NOT(AG2>=0),"","1")
Not on time calculated
=IF(NOT(AG2<0),"","-1")
CELL I WANT TO ANSWER
yes/no for completed on time (this is populated by AG2, AH2, AND AF2)
=IF(AG2=1,"YES",IF(AH2=-1,"NO",IF(AF2=0,"")))
Yes on time (populated by yes on time calculated)
=AH2
Not on time (populated by not on time calculated)
=AI2
Blank value
AF2 nothing here
Yes on time calculated
=IF(NOT(AG2>=0),"","1")
Not on time calculated
=IF(NOT(AG2<0),"","-1")