A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
@ExcallyPurr
IF problem understood. Data stored in a Table
Start time format: hh:mm AM/PM
End time format: hh:mm "PM"
Worked hrs formula: =(([End time]+"12:00:00")-[Start time])*24
Worked hrs: 0**,**00" Hrs" (change the comma for a dot - I use a different separator)
With this, if I input ie. 06:30 in the End time column it displays 06:30 PM (althought the actual value is 06:30 AM)