Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,670
Default How to determine the value?

Does anyone have any suggestions on how to determine the value from a list?
Under column A, there is a list of date, and under column B, there is a list
of number. I would like to determine the maximum and minimum numbers under
column B for this year 2008.
For example:
Nov-2007 31
Dec-2007 54
Jan-2008 10
Feb-2008 60
Mar-2008 50
Apr-2008 20
May-2008 35

Does anyone have any suggestions?
Thanks in advance for any suggestions
Eric
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 29
Default How to determine the value?

On Nov 7, 4:07*pm, Eric wrote:
Does anyone have any suggestions on how to determine the value from a list?
Under column A, there is a list of date, and under column B, there is a list
of number. I would like to determine the maximum and minimum numbers under
column B for this year 2008.
For example:
Nov-2007 * *31
Dec-2007 * *54
Jan-2008 * *10
Feb-2008 * *60
Mar-2008 * *50
Apr-2008 * *20
May-2008 * *35

Does anyone have any suggestions?
Thanks in advance for any suggestions
Eric


Try =MIN(IF(YEAR(A1:A7)=2008,B1:B7,FALSE)). This needs to be entered
as an array formula (ie press CTRL+SHIFT+ENTER to enter the formula).
Substitute MAX for MIN as required. Note that the MIN formula will
only work correctly if all your data values are zero or positive. If
there are negative numbers it won't work in this form and needs to be
changed.

Regards

Murray

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
How to determine the value? Eric Excel Discussion (Misc queries) 5 March 18th 08 04:07 AM
How to determine the value? Eric Excel Discussion (Misc queries) 3 March 12th 08 04:09 AM
How to determine the value? Eric Excel Worksheet Functions 1 January 20th 08 01:48 AM
How to determine the value? Eric Excel Discussion (Misc queries) 8 December 27th 07 05:21 PM
How to Determine 1st, 2nd & 3rd for a PWD Pete n PWD Land Excel Discussion (Misc queries) 3 February 17th 05 09:25 PM


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