I have this set up:
=IF(H3-H9={0,1,2,3,4,5,6,7,8,9},{"I","N","T","Y","AE","AK","AQ","AV","BB","BG"},"INVALID DATE")
If H3 and H9 are the same and equal 0, then the return is I
However, If the H3 and H9 equals 1, the return is INVALID DATE. I want it to be N.
What is this novice doing wrong?
Bookmarks