Has anyone had this issue before? I'm using a formula to extract the created time from the system generated crated time stamp using the formula below.
=RIGHT(Created@row, FIND(" ", Created@row, 1) - 1)
The time stamp is working well in the sheet but is adding a comma to the output when I try to cross reference it in another grid. Is there a better formula I should be using or another way to get timestamps to help determine peak hours throughout the day?