ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Min() (https://www.excelbanter.com/excel-programming/371895-min.html)

Geebee

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


Die_Another_Day

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




All times are GMT +1. The time now is 12:16 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com