Forum Discussion

NathanB2's avatar
NathanB2
Copper Contributor
Feb 05, 2023
Solved

Excel if functions with condition 1, condition 2, condition 3, and condition blank

Hi there.  This is my first time to post here.   I have limited Excel knowledge.  I know how to use an IF formula to do something like "if cell D2 = X, then do this; otherwise do something else." ...
  • Harun24HR's avatar
    Harun24HR
    Feb 05, 2023
    You have typed space in this formula IF(D2=" "," ","none of the above"), remove that space, try- =IF(D2="","","none of the above")

Resources