Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Kay Kay is offline
external usenet poster
 
Posts: 129
Default overriding formulas

I have the formula if($0$3<=20,2) I want to over ride to equal 0 (zero) if
cell D60 = N
--
KK
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 35,218
Default overriding formulas

Maybe...

=if(d60="N",0,if($o$3<=20,2,"O3 greater than 20 and d60 < N")

(I'm not sure what happens in that last portion of the fromula.)

Kay wrote:

I have the formula if($0$3<=20,2) I want to over ride to equal 0 (zero) if
cell D60 = N
--
KK


--

Dave Peterson
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default overriding formulas


Kay;350927 Wrote:
I have the formula if($0$3<=20,2) I want to over ride to equal 0 (zero)
if
cell D60 = N
--
KK


Try this,

=IF($O$3<=20,2,IF(D60="N",0,""))


--
oldchippy
------------------------------------------------------------------------
oldchippy's Profile: http://www.thecodecage.com/forumz/member.php?userid=111
View this thread: http://www.thecodecage.com/forumz/sh...ad.php?t=98204

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 22,906
Default overriding formulas

I think your original formula should have another argument or it will show
FALSE if O3 is 20.

If that's OK then ignore the "greater than 20" argument.

=IF($O$3<=20,2,"greater than 20")

Combining with D60 value.

=IF(D60="N",0,IF($O$3<=20,2,"greater than 20"))


Gord Dibben MS Excel MVP


On Tue, 19 May 2009 14:01:01 -0700, Kay
wrote:

I have the formula if($0$3<=20,2) I want to over ride to equal 0 (zero) if
cell D60 = N


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
Overriding formula KANDLEZ[_2_] Excel Worksheet Functions 2 May 19th 09 09:45 PM
conditional format overriding border Teresa Excel Discussion (Misc queries) 0 April 30th 08 05:08 PM
Overriding zero-strings with previous line constant Jim May Excel Discussion (Misc queries) 2 April 10th 08 02:58 PM
Using Invoice template: overriding formulae Enigmaman Excel Discussion (Misc queries) 2 November 24th 05 05:25 PM
MACRO FOR SETTING MARGINS WITHOUT OVERRIDING HEADER AND FOOTER Ro Excel Discussion (Misc queries) 0 March 30th 05 02:31 PM


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

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

About Us

"It's about Microsoft Excel"