Column look up first value > 0

L

Legacy 327601

Guest
Hi,

I am trying to build a formula that will look up the first value greater than 0 in a column. This value may be in any row within this column. Also, the column will be formula driven. I am really at a loss as to where to start. This value will also be the smallest in the column yet MIN(IF( seemingly will not work for cells that are formula driven. Thank you for your help.
 

Excel Facts

Waterfall charts in Excel?
Office 365 customers have access to Waterfall charts since late 2016. They were added to Excel 2019.
Hi, try either:

Excel 2013
ABC
1dataresults
233
3303
476
50
665
712
831
935
1045
1119
1250
trackstar2k2
Cell Formulas
RangeFormula
C2{=SMALL(IF($A$1:$A$12<>0, $A$1:$A$12, ""), 1)}
C3{=MIN(IF(A2:A12>0,A2:A12))}
Press CTRL+SHIFT+ENTER to enter array formulas.
 
Upvote 0
Neither of these work unfortunately.

Are the numbers in your column A formula driven?
 
Upvote 0
Yes they are, may I ask what kind of formula you us are what do both formulae return?
 
Upvote 0
In other words are you sure that you data are numbers or text values? Text values would make both proposed formulae inefficient.
 
Upvote 0
When I do the MIN(IF( formula it returns 0. when I use the SMALL(IF( formula it returns #NUM!

I am not sure what you mean in the comment above that. Thanks
 
Upvote 0
When I do the MIN(IF( formula it returns 0. when I use the SMALL(IF( formula it returns #NUM!

I am not sure what you mean in the comment above that. Thanks
It means that your data are not numbers, please use the test ISNUMBER as suggested, it might return FALSE...
 
Upvote 0

Forum statistics

Threads
1,216,094
Messages
6,128,785
Members
449,468
Latest member
AGreen17

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top