R
rg8407
I am trying to set up a nested IF statement where one option is to hav
a blank value returned. The statement works correctly, however, wher
a blank should return, a 0 is there. Here is what I am trying to do:
=IF(E123=E122,S122,IF(E123<>E122,H123,IF(E123="","")))
IF E123=E122 return value of S122
IF E122 does not equal E122 return value of H123
IF E123 is blank, return a blank value
I have attempted this several different ways, this was the last thing
did.
Thank
a blank value returned. The statement works correctly, however, wher
a blank should return, a 0 is there. Here is what I am trying to do:
=IF(E123=E122,S122,IF(E123<>E122,H123,IF(E123="","")))
IF E123=E122 return value of S122
IF E122 does not equal E122 return value of H123
IF E123 is blank, return a blank value
I have attempted this several different ways, this was the last thing
did.
Thank