ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Need formulas (https://www.excelbanter.com/excel-programming/341297-need-formulas.html)

Sandy

Need formulas
 
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?
--
Sandy

Gary Keramidas[_4_]

Need formulas
 
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

--


Gary


"Sandy" wrote in message
...
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?
--
Sandy





All times are GMT +1. The time now is 10:10 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com