B
Billy Liddel
Hi
I want to find the earliest date that an item was issued. The following
works well
=IF(ISBLANK(B7),"",IF(ISNUMBER(MATCH(B7,$D$21:$D$44)),INDEX($B$21:$B$44,MATCH(B7,$D$21:$D$44,-1))))
However, when I try to increase the range to future proof the formula I get
an error.
=IF(ISBLANK(B7),"",IF(ISNUMBER(MATCH(B7,$D$21:$D$54)),INDEX($B$21:$B$54,MATCH(B7,$D$21:$D$54,-1))))
the formula returns FALSE
Really I'd like to increase it to 100 or so to be sure
TIA
Peter
I want to find the earliest date that an item was issued. The following
works well
=IF(ISBLANK(B7),"",IF(ISNUMBER(MATCH(B7,$D$21:$D$44)),INDEX($B$21:$B$44,MATCH(B7,$D$21:$D$44,-1))))
However, when I try to increase the range to future proof the formula I get
an error.
=IF(ISBLANK(B7),"",IF(ISNUMBER(MATCH(B7,$D$21:$D$54)),INDEX($B$21:$B$54,MATCH(B7,$D$21:$D$54,-1))))
the formula returns FALSE
Really I'd like to increase it to 100 or so to be sure
TIA
Peter