Hi
I am trying to return a date using XLOOKUP which it does, however, the original date is shown as Date and Time 01/02/2023 12:40:58 and I want to remove the time without changing the format of the cell as when I then use a pivot on the returned date it will still show as date and time.
=XLOOKUP (J2,A:A,B:B,"",0)
How do I incorporate the INT on the returned data in the same formula as I don't want a new column of data.
I am trying to return a date using XLOOKUP which it does, however, the original date is shown as Date and Time 01/02/2023 12:40:58 and I want to remove the time without changing the format of the cell as when I then use a pivot on the returned date it will still show as date and time.
=XLOOKUP (J2,A:A,B:B,"",0)
How do I incorporate the INT on the returned data in the same formula as I don't want a new column of data.