A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Hi,
It would be easier if the date is declared, but that's only a option. Try this...
for Time Format: =IF(C163<B163,((C163-B163))+1,C163-B163)
for Decimal Format: =IF(C163<B163,((C163-B163)*24)+24,(C163-B163)*24)
Hope it helps,
~jaeson