IF statement

  • Thread starter Thread starter Hank
  • Start date Start date
H

Hank

How can I get the following done in Excel 2000:

If cell G9 = "N/A" then cell G10 and G11 also = "N/A"


Thanks
 
How can I get the following done in Excel 2000:

If cell G9 = "N/A" then cell G10 and G11 also = "N/A"


Thanks

See answer in .misc

There is little point in multi-posting.
--ron
 
Place the same formula in G10 and G11

=IF(G9="N/A",G9,"whatever")

Substitute the "whatever" with the value you want showing if G9 doe
not equal "N/A
 

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