Here's a puzzler. I use a vlookup to extract notes from a google sheet based on three criteria, name of event, date of event and end time of event. When I paste the data into sheet to be looked up I get a different value for the end time versus when I import the data using import range.
Here is the data
Name of Event: Hannah Material PU-T-H-0.5 hours
Date of Event: 7/17/2023
End time of Event: 7:45 AM
Here is the difference between pasted data and importrange data after concatenation.Pasted data concatenation: Team, Hannah Material PU-T-H-0.5 hours451240.302083333333333
Importrange data concatenation: Team, Hannah Material PU-T-H-0.5 hours451240.302083333332121
Does anyone know the reason I'm getting this variance?