Hi I need a vlookup or something similar that I will return the final occurrence or match. The data I'm using has a lot of duplicates but i only need to return the last value.
This is what I'm currently using if that helps.
=IFERROR(VLOOKUP(B19,'Login - Logout'!$1:$1048576,6,),"-")
This is what I'm currently using if that helps.
=IFERROR(VLOOKUP(B19,'Login - Logout'!$1:$1048576,6,),"-")