E
edwardpestian
I'm trying to have a cell return a string based on several criteria:
If the cell N29 => 3.0
If the Range N28:N9 >=3.0 and IF the MAX Date + 365 in the Range D239
is greater than today, return "test", otherwise "".
In other words, look at N29 and if its greater than 3.0, then look at
the range above it N28:N9 and if there is a value =>3.0 and the maximum
date in Range D239 + 365 is greater than today then return "test,"
otherwise return ""
I'm stuck on this one.
Thanks.
ep
If the cell N29 => 3.0
If the Range N28:N9 >=3.0 and IF the MAX Date + 365 in the Range D239
is greater than today, return "test", otherwise "".
In other words, look at N29 and if its greater than 3.0, then look at
the range above it N28:N9 and if there is a value =>3.0 and the maximum
date in Range D239 + 365 is greater than today then return "test,"
otherwise return ""
I'm stuck on this one.
Thanks.
ep