I'm attempting to dynamically select a range to find a minimum date.
My spreadsheet has several column headings which I need to ignore e.g.
Column A
Date Text
SomeOther Text
01/01/13
02/02/13
03/03/13
I'm using Min(A3:A5) which yields the correct answer, over time this column will grow and i'd like to not have to amend the values (A3:A5) each time. How can I dynamically create the range to insert into the min calculation?