B
Bob
I am looking for some guidance in writing an array
formula that will identify the cell reference of the
First Occurrence of a date in a given row, going right to
left.
In row 2, for example, assume the following entries have
been inputted in columns A - D, respectively:
Ice cream
1/19/2004
$1,269
4/23/2003
Using the following array formula, I can easily determine
the cell reference of the Latest Date ($B$2):
{=ADDRESS(MAX(IF(A22=MAX(A22),ROW(A22),"")),MAX(IF
(A22=MAX(A22),COLUMN(A22),"")))}
but I still can't figure out how to determine the cell
reference of the First Occurrence of a Date (going right
to left) (which would be $D$2).
Any help would be greatly appreciated.
Thanks.
formula that will identify the cell reference of the
First Occurrence of a date in a given row, going right to
left.
In row 2, for example, assume the following entries have
been inputted in columns A - D, respectively:
Ice cream
1/19/2004
$1,269
4/23/2003
Using the following array formula, I can easily determine
the cell reference of the Latest Date ($B$2):
{=ADDRESS(MAX(IF(A22=MAX(A22),ROW(A22),"")),MAX(IF
(A22=MAX(A22),COLUMN(A22),"")))}
but I still can't figure out how to determine the cell
reference of the First Occurrence of a Date (going right
to left) (which would be $D$2).
Any help would be greatly appreciated.
Thanks.