A = Dates
F = numbers
Formula = Max(F:F)
I want to return the corresponding “A” or date of the max number.
EX)
A1= 1/1/2014 F1= 10
A2= 1/7/2014 F2= 50
A3= 1/20/2014 F3= 16
Max(F:F) = 50 [F2]
I want 1/7/2014 [A2]
A = Dates
F = numbers
Formula = Max(F:F)
I want to return the corresponding “A” or date of the max number.
EX)
A1= 1/1/2014 F1= 10
A2= 1/7/2014 F2= 50
A3= 1/20/2014 F3= 16
Max(F:F) = 50 [F2]
I want 1/7/2014 [A2]
Notifications