#1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 28
Default Min()

hi,

I have the following as a cell formula:

=MIN(P5:P65000)

I would like to add a condition to this Min() to make sure it only retrieves
the Min() where the value in column I is not null.

HOW?

Thanks in advance,
geebee

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 644
Default Min()

=MIN(IF(I5:I65000="","",P5:P65000)
Then press Ctrl+Shift+Enter as this is an array formula

Charles Chickering

geebee wrote:
hi,

I have the following as a cell formula:

=MIN(P5:P65000)

I would like to add a condition to this Min() to make sure it only retrieves
the Min() where the value in column I is not null.

HOW?

Thanks in advance,
geebee


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



All times are GMT +1. The time now is 06:55 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"