Need formulas

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello -

I have the following scenario and need the formulas:

If D37 is "Yes" then D40:D42 = "N/A"
If D37 is "N/A" then D38:D39 = "N/A"
If D37 is blank then D38:D42 are blank

I already have one condition for D37 - if it's zero, then turn the cell
green. I only have two conditions left.

Is there a way this can be done?
 
try these:

in d40:d42 enter this:
=IF($D$37="Yes","N/A","")

in d38:d39 enter this
=IF($D$37="N/A","N/A","")


in
 

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

Similar Threads


Back
Top