Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default finding a minimum


how can i find a the smallest number in a row (min function), provided that
its not zero. i am looking for something which is equivalent to sumif.
thanks, david
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,934
Default finding a minimum

You can use this array-entered** formula to do that...

=MIN(IF(A2:J20,A2:J2,""))

**commit this formula using Ctrl+Shift+Enter, not just Enter by itself

--
Rick (MVP - Excel)


"David Netser" wrote in message
...
how can i find a the smallest number in a row (min function), provided
that
its not zero. i am looking for something which is equivalent to sumif.
thanks, david


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default finding a minimum


Rick, many thanks it works perfectly, rgds, david

"Rick Rothstein" wrote:

You can use this array-entered** formula to do that...

=MIN(IF(A2:J20,A2:J2,""))

**commit this formula using Ctrl+Shift+Enter, not just Enter by itself

--
Rick (MVP - Excel)


"David Netser" wrote in message
...
how can i find a the smallest number in a row (min function), provided
that
its not zero. i am looking for something which is equivalent to sumif.
thanks, david



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
finding minimum value ezil Excel Programming 2 August 9th 07 06:20 PM
Finding a Minimum Number other than Zero within a Range cardan Excel Programming 7 April 22nd 07 10:17 PM
finding minimum value excluding zero bookman3 Excel Discussion (Misc queries) 6 January 31st 07 03:31 AM
Finding a minimum value and selecting the cell containing this val Kokomojo Excel Worksheet Functions 3 February 5th 06 09:33 PM
PROBLEM FINDING MINIMUM SUNIL PATEL Excel Programming 2 July 8th 04 01:47 PM


All times are GMT +1. The time now is 07:17 AM.

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"