M
moily
Hi there,
Appreciate any help that's formula based - I can't use VBA - for 2003.
I've got a range of data between B10 and B253 (with equivalent dates in A10
to A253). I have a year in B255 and month in B256. In cell B259 I have a
formula that finds the largest number after the given date in cells B255 and
B256. In cell B260 I would like to find the smallest number after the date
in cells B255 and B256 AND AFTER the largest number as found in cell B259.
My formula below does the first condition but not the second. Could anyone
ammend it to ensure that the number it finds is AFTER the number found in
B259?
=MIN(IF(DATE(YEAR(A$10:A$253),MONTH(A$10:A$253),1)>=DATE($B$255,$B$256,1),B$10:B$253,""))
Many thanks in advance for any help!
Cheers,
Ann
Appreciate any help that's formula based - I can't use VBA - for 2003.
I've got a range of data between B10 and B253 (with equivalent dates in A10
to A253). I have a year in B255 and month in B256. In cell B259 I have a
formula that finds the largest number after the given date in cells B255 and
B256. In cell B260 I would like to find the smallest number after the date
in cells B255 and B256 AND AFTER the largest number as found in cell B259.
My formula below does the first condition but not the second. Could anyone
ammend it to ensure that the number it finds is AFTER the number found in
B259?
=MIN(IF(DATE(YEAR(A$10:A$253),MONTH(A$10:A$253),1)>=DATE($B$255,$B$256,1),B$10:B$253,""))
Many thanks in advance for any help!
Cheers,
Ann