Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default conditions and the max function

I have a row of data containing values that correspond to time values
(months) in each column. I need to select the month of the lowest value
(just using the min function), but then need to determine the maximum value
after the minimum value occurs.
Is there a way to use the max function to accommodate a condition such as
starting the range to evaluate in the cell after cell X (where cell X
contains the minimum value)?
I have 1000's of rows of data and would like to automate the process with a
single formula, if possible.

Any help is appreciated!
Kiersten
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 896
Default conditions and the max function

presuming you got no empty cells in the range C2:C100 try:

=MAX(INDIRECT("C"&MATCH(MIN(C2:C100),C2:C100,0)&": c100"))



On 11 Gru, 16:07, kiersten wrote:
I have a row of data containing values that correspond to time values
(months) in each column. *I need to select the month of the lowest value
(just using the min function), but then need to determine the maximum value
after the minimum value occurs. *
Is there a way to use the max function to accommodate a condition such as
starting the range to evaluate in the cell after cell X (where cell X
contains the minimum value)?
I have 1000's of rows of data and would like to automate the process with a
single formula, if possible.

Any help is appreciated!
Kiersten *


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
Use IF function for two conditions wuwu Excel Worksheet Functions 3 April 29th 23 11:42 AM
How to use the IF Function for 3 conditions tech1NJ Excel Worksheet Functions 5 July 30th 08 03:23 PM
Max function with conditions JICDB Excel Worksheet Functions 5 October 19th 07 05:18 PM
If Function - two conditions? TypeType Excel Discussion (Misc queries) 1 March 18th 07 04:54 AM
Two Conditions Function Freshman Excel Worksheet Functions 2 August 1st 05 03:43 PM


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