Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4
Default Min function without zeros

I have a spreadsheet with 4 cells in four different worksheets that I want to
find the min value that isn't zero. How can I make the Min function work and
not pick up the zero?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,726
Default Min function without zeros

=MIN(IF(A1:A10<0,A1:A10))

which is an array formula, so commit with Ctrl-Shift-Enter, not just Enter.

--
---
HTH

Bob

(change the xxxx to gmail if mailing direct)


"dragea" wrote in message
...
I have a spreadsheet with 4 cells in four different worksheets that I want
to
find the min value that isn't zero. How can I make the Min function work
and
not pick up the zero?



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4
Default Min function without zeros

I tried the formula but it gives me an error because all the cells aren't
together in the same worksheet. Here is what I tried
=MIN(IF('Admissions Monthly'!AD129,'Adolescent Monthly'!AD129,'GAC
Monthly'!AD129,'GAD Monthly'!AD129<0,'Admissions Monthly'!AD129,'Adolescent
Monthly'!AD129,'GAC Monthly'!AD129,'GAD Monthly'!AD129))

"Bob Phillips" wrote:

=MIN(IF(A1:A10<0,A1:A10))

which is an array formula, so commit with Ctrl-Shift-Enter, not just Enter.

--
---
HTH

Bob

(change the xxxx to gmail if mailing direct)


"dragea" wrote in message
...
I have a spreadsheet with 4 cells in four different worksheets that I want
to
find the min value that isn't zero. How can I make the Min function work
and
not pick up the zero?




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
LINKEDRANGE function - a complement to the PULL function (for getting values from a closed workbook) [email protected] Excel Worksheet Functions 0 September 5th 06 03:44 PM
Need some comments on my Utility_Move class module. jchen Excel Worksheet Functions 0 August 21st 06 07:05 PM
Excel option to store trendline's coefficients in cells for use Miguel Saldana Charts and Charting in Excel 9 June 20th 05 08:45 PM
Date & Time mully New Users to Excel 4 May 23rd 05 11:56 AM
HOW CAN I GET OFFICE 2003 EXCEL BASIC TO NEST FUNCTIONS LIKE EXCE. Robert AS Excel Worksheet Functions 4 December 2nd 04 10:49 AM


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