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) formula to try and extract the time from the cell however that just gives me a decimal.
This is only one small section of my audit and eventually will have over 1,000 items. Any thoughts on how I can convert this data without having to manually go through each room?
2 Replies
Sort By
- sivakumarrjCopper Contributor
Use flash fill to extract only Time from Time stamp, not only used for separate time, it can be used for extract specific text or numbers from the range.
- Patrick2788Silver 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.