![]() |
need to substitute formula result from #### to"CHECK YOUR ENTRY"
I have a results cell that adds total time worked minus meal time.
excel displays negative time as ####. How can I amend the formula to change #### to show "CHECK YOUR ENTRY" |
need to substitute formula result from #### to"CHECK YOUR ENTRY"
perhaps:
=IF(total time meal time, total time - meal time, "CHECK YOUR ENTRY") "Trevor" wrote: I have a results cell that adds total time worked minus meal time. excel displays negative time as ####. How can I amend the formula to change #### to show "CHECK YOUR ENTRY" |
need to substitute formula result from #### to"CHECK YOUR ENTRY"
=IF(A2-B2<0,"CHECK YOUR ENTRY",A2-B2)
-- David Biddulph "Trevor" wrote in message ... I have a results cell that adds total time worked minus meal time. excel displays negative time as ####. How can I amend the formula to change #### to show "CHECK YOUR ENTRY" |
All times are GMT +1. The time now is 02:58 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com