Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Convert Array Formulas to Regular Formulas | Excel Worksheet Functions | |||
E2007 formulas display as formulas, not results | Excel Worksheet Functions | |||
Counting # of Formulas in a column with formulas and entered data | Excel Worksheet Functions | |||
CELLS NOT CALC FORMULAS - VALUES STAY SME FORMULAS CORRECT?? HELP | Excel Worksheet Functions | |||
AdvancedFilter on cells with formulas, returning values and not formulas | Excel Programming |