Hi,
I have a date column with duplicate dates and with same date for multiple years for eg. 01/01/2020 and 01/01/2021 in a range.
I want to get the latest year's date i.e. 01/01/2021 and sum its hourly total.
I tried the following where Dates and Hourly_tot are my named ranges, but its giving me the same value for all the cells.
=INDEX(Hourly_Tot,MATCH(TRUE,TEXT(Dates,"mmyy")=TEXT(Dates,"mmyy"),0))
I have a date column with duplicate dates and with same date for multiple years for eg. 01/01/2020 and 01/01/2021 in a range.
I want to get the latest year's date i.e. 01/01/2021 and sum its hourly total.
I tried the following where Dates and Hourly_tot are my named ranges, but its giving me the same value for all the cells.
=INDEX(Hourly_Tot,MATCH(TRUE,TEXT(Dates,"mmyy")=TEXT(Dates,"mmyy"),0))
|