P
Pete
I have a column/row with dates and would like to have the soonest Date highlighted, but there is no function which a formula could be passed to.
What I'd like to have is something like this:
MATCH(TODAY(), A1:A100, -1)
but unfortunately "The lookup_value argument can be a value (number, text, or logical value)..." and not a function.
I also tried this:
MATCH(Z1, A1:A100, -1) with Z1=TODAY() what throws the "Value Not Available Error"
Does anybody have an idea how to work this out?
What I'd like to have is something like this:
MATCH(TODAY(), A1:A100, -1)
but unfortunately "The lookup_value argument can be a value (number, text, or logical value)..." and not a function.
I also tried this:
MATCH(Z1, A1:A100, -1) with Z1=TODAY() what throws the "Value Not Available Error"
Does anybody have an idea how to work this out?