I am trying to find the MAX date and time value in a column using VLOOKUP. Below is the code I have. I know it doesn't work. Can anyone shed some light??
=IF(K18="","",VLOOKUP(MAX(J17,J18:K114,2,FALSE)))
Thank you for your support in advance.
=IF(K18="","",VLOOKUP(MAX(J17,J18:K114,2,FALSE)))
Thank you for your support in advance.