Thank you for any help,
in cell G10, how is the formula to get the close/latest final data correspond to the time instead of getting "0" value
Thank you for any help,
in cell G10, how is the formula to get the close/latest final data correspond to the time instead of getting "0" value
Last edited by mrprofit; 05-10-2014 at 08:53 PM.
Try this as an array formula
=INDIRECT("B"&MAX(IF(TEXT($A$2:$A$218,"dd-mmm-yyyy h:mm")=TEXT(H10,"dd-mmm-yyyy h:mm"),ROW($B$2:$B$218)*NOT(ISBLANK($B$2:$B$218)), FALSE)))
Replace with the convenient instead of "dd-mmm-yyyy h:mm"
A dream is not something you see when you are asleep, but something you strive for when you are awake.
It's usually a bad idea to say that something can't be done.
The difference between dream and aim, is that one requires soundless sleep to see and the other requires sleepless efforts to achieve
Join us at Facebook
Bookmarks