I can't write this correctly. I'd like to highlight the cells in the H
column that are a number (ISNUMBER)
while matching them with the greatest date (LARGE)
in the column A
.
I tried:
=AND(ISNUMBER($H4),$A4=LARGE($A$4:$A$15,1))
H4
contains 6.93
A4
contains 1/1/2020
- correctly formatted as date
Conditional formula: =$A4=LARGE($A$4:$A$15,1)
works fine, standalone. The value 12/1/2020
highlights.
Conditional formula: =ISNUMBER($H4)
highlights the correct values, standalone.
I really need this formula to highlight H9
as it reflects the LARGE
date 06/01 and the ISNUMBER
cell H9
that has the value 6.01
and the largest date with a number in column H
.
I don't know where I'm going wrong. My syntax is bad. I'm only an Admin. I'd appreciate any support I'm given. Thank you.