If / Then Question

P

Paul Sheppard

pknivens said:
How would I do this:

IF A1="N" then I need A2 and A3 to="N/A"

Hi pknivens

In A2 and A3 use this formula > =IF(A1="N","N/A",""), this will return
blank if A1 is not N, if you want it to return something different then
change the "" to "Whatever you want"
 
P

pknivens

Perfect. Just what I needed. I was making it to complicated. I
figured it would be something simple like that. Thanks again.
 
Top