Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 355
Default 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
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 226
Default 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



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Convert Array Formulas to Regular Formulas minyeh Excel Worksheet Functions 0 March 21st 10 05:55 AM
E2007 formulas display as formulas, not results Pierre Excel Worksheet Functions 3 January 14th 10 04:59 PM
Counting # of Formulas in a column with formulas and entered data Brand Excel Worksheet Functions 1 October 10th 09 01:01 PM
CELLS NOT CALC FORMULAS - VALUES STAY SME FORMULAS CORRECT?? HELP Sherberg Excel Worksheet Functions 4 September 11th 07 01:34 AM
AdvancedFilter on cells with formulas, returning values and not formulas Claus[_3_] Excel Programming 2 September 7th 05 02:40 PM


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

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"