Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 27
Default Finding MIN across worksheets while excluding blanks

I have a simple (I hope) but annoying problem.
I have seasonal data arranged by sampling location (40 columns) and sampling
event (11 rows for each of 7 organisms), with one worksheet per month.
I am trying to find the minimum value in, e.g., cell B5 of the four
worksheets April, May, June, July. If cell B5 is blank, it should be
ignored. These minima need to fill a matrix of the same shape that will be
used in another analysis.
I have tried MIN, MINA, SMALL, and other suggestions from other questions on
this board. I have replaced my blanks with "-", "NA", and the like, and it
will still return zero.
I don't think I can use an array formula across worksheets? But perhaps
that is my own lack of experience with using arrays? I don't see how I can
use IF(AND()) because I do not require all four entries to be positive. I
simply wish to exclude
any blank cell(s) from the formula.
Help would be greatly appreciated!
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 747
Default Finding MIN across worksheets while excluding blanks

min function ignores empty cells !!!



On Nov 24, 12:57*am, Alison wrote:
I have a simple (I hope) but annoying problem.
I have seasonal data arranged by sampling location (40 columns) and sampling
event (11 rows for each of 7 organisms), with one worksheet per month.
I am trying to find the minimum value in, e.g., cell B5 of the four
worksheets April, May, June, July. *If cell B5 is blank, it should be
ignored. *These minima need to fill a matrix of the same shape that will be
used in another analysis. *
I have tried MIN, MINA, SMALL, and other suggestions from other questions on
this board. *I have replaced my blanks with "-", "NA", and the like, and it
will still return zero.
I don't think I can use an array formula across worksheets? *But perhaps
that is my own lack of experience with using arrays? *I don't see how I can
use IF(AND()) because I do not require all four entries to be positive. *I
simply wish to exclude
any blank cell(s) from the formula.
Help would be greatly appreciated!


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 52
Default Finding MIN across worksheets while excluding blanks

Insert two new sheets, name them First and Last respectively, place the
relevant sheets between these two, and invoke:

=MIN(First:Last!B5)

The function would not ignore actual zero's.

Alison wrote:
I have a simple (I hope) but annoying problem.
I have seasonal data arranged by sampling location (40 columns) and sampling
event (11 rows for each of 7 organisms), with one worksheet per month.
I am trying to find the minimum value in, e.g., cell B5 of the four
worksheets April, May, June, July. If cell B5 is blank, it should be
ignored. These minima need to fill a matrix of the same shape that will be
used in another analysis.
I have tried MIN, MINA, SMALL, and other suggestions from other questions on
this board. I have replaced my blanks with "-", "NA", and the like, and it
will still return zero.
I don't think I can use an array formula across worksheets? But perhaps
that is my own lack of experience with using arrays? I don't see how I can
use IF(AND()) because I do not require all four entries to be positive. I
simply wish to exclude
any blank cell(s) from the formula.
Help would be greatly appreciated!

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
average in non-continuous set, excluding blanks JJ Excel Worksheet Functions 6 October 8th 08 05:30 PM
Count IF excluding blanks or zeroes Ash Excel Worksheet Functions 2 July 3rd 06 12:40 AM
Using Excel as a Gradebook:Calculating sum excluding blanks and ze morgan.lintz Excel Discussion (Misc queries) 4 November 1st 05 07:03 PM
Excluding 0s and blanks from a LINEST function Disco Excel Worksheet Functions 4 February 4th 05 04:54 AM
How to get lowest value excluding blanks JohnT Excel Worksheet Functions 5 December 4th 04 10:57 AM


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