Finding MIN date in a range of incomplete data

MaxWaynecrest

New Member
Joined
Jul 24, 2013
Messages
4
Hello,

I am having difficulty finding a solution to make a range dynamic. I found my total row by using MATCH("Totals:",A2:A100,1)+1). Because I want to add addtional rows to the range (up to 100), I want to find the MIN of that range and I tried using this formula: MIN (A2:A&MATCH("Totals:",A2:A100,1)+1) but I get an error. Is there a solution outside of VBA that will allow me to keep the function dynamic?

Any input will help.

Thanks!
 

Excel Facts

Who is Mr Spreadsheet?
Author John Walkenbach was Mr Spreadsheet until his retirement in June 2019.
Hello

Try:
Code:
[COLOR=#222222]=MIN[/COLOR][COLOR=#0000dd](A2:INDEX[/COLOR][COLOR=#222222](A:A,MATCH[/COLOR][COLOR=#0000dd]("Totals:",A2:A100,0)[/COLOR][COLOR=#222222]+1)[/COLOR][COLOR=#0000dd])[/COLOR]
 
Upvote 0

Forum statistics

Threads
1,214,515
Messages
6,119,974
Members
448,934
Latest member
audette89

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