If Statement

  • Thread starter Thread starter Hank
  • Start date Start date
How can I get this done:

IF G9="N/A", then G10 and G11="N/A" ?

Thanks

G10: =G9
G11: =G9

or

G10: =IF(ISNA(G9),NA(),"something else")
G11: =IF(ISNA(G9),NA(),"something else")


--ron
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top