Excel Formula
Try it:
=IF('Input Form'!C32="";'Input Form'!C32;'Input Form'!H17)
Cheers
"krc547" escreveu:
I am having a brain fade, How do I get an if statement to look at a cell and
if there is anything in that cell, then that cell otherwise a different cell?
Below is what I have
=IF('Input Form'!C32=" ",'Input Form'!C32,'Input Form'!H17)
|