Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default remove zero from min formula

I've done the below formula but would like to omit zeros. How should i
proceed from here...?
=MIN((IF(S3=0,K3,0)),(IF(AG3=0,Y3,0)),(IF(AU3=0,AM 3,0)),(IF(BI3=0,BA3,0)),(IF(BW3=0,BO3,0)),(IF(CK3= 0,CC3,0)))
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,203
Default remove zero from min formula

Change all of your IF(CR=0 (wher CR is a column/row cell ID as S3, AG3, etc)
to
IF(CR<0 [which will account for negative and positive non-zero values] or
IF(CR0 [which would only examine positive non-zero values]

At least I think that's what you want.

"Frenz" wrote:

I've done the below formula but would like to omit zeros. How should i
proceed from here...?
=MIN((IF(S3=0,K3,0)),(IF(AG3=0,Y3,0)),(IF(AU3=0,AM 3,0)),(IF(BI3=0,BA3,0)),(IF(BW3=0,BO3,0)),(IF(CK3= 0,CC3,0)))

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
Remove Zero Formula TGalin Excel Worksheet Functions 6 April 9th 09 03:05 PM
Formula to remove certain text Angela1979 Excel Worksheet Functions 4 February 12th 07 03:23 PM
How do I remove a formula in Excel? booboo140184 Excel Discussion (Misc queries) 4 May 9th 06 04:35 PM
remove " $ " from formula bill gras Excel Worksheet Functions 4 October 14th 05 01:30 PM
How can I remove a formula from a cell and still have the value? Lannutslp Excel Worksheet Functions 1 January 14th 05 05:13 PM


All times are GMT +1. The time now is 05:06 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"