Forum Discussion
kerry590
Aug 23, 2022Copper Contributor
Extract Timestamp Information?
Attached is the scan data I have from an audit, I need to find a way to tell me how long each room took me to scan. I have tried averaging column B, which didn't work. I also used the =right(b2, 11) ...
Patrick2788
Aug 23, 2022Silver Contributor
Something to keep in mind when using the RIGHT function on date/time.
In this snip, Column B is showing what Excel sees when you run the RIGHT formula. You might use some TIME functions to pull the HOUR, MINUTE, SECOND.