IF Statements...I think

  • Thread starter Thread starter kevinknight09
  • Start date Start date
K

kevinknight09

I would like to create an IF statement such that IF A1 is not equal t
nil or A2 is not equal to nil then A3 will display an X. In case thi
is not clear I have listed a couple of examples below:

Example 1
A1=""
A2=""
therefore A3=""

Example 2
A1=5.5
A2=""
therefore A3=X

Example 3
A1=""
A2=Kevin
therefore A3=X

Example 4
A1=5.5
A2=Kevin
therefore A3=X

Thank you in advance.

Kevin Knigh
 
Back
Top