asyamonique
Well-known Member
- Joined
- Jan 29, 2008
- Messages
- 1,286
- Office Version
- 2013
- Platform
- Windows
Hello All,
How can I avoid that formula shows "0hrs 0min" if there is nothing on cell CY3?
Thanks
How can I avoid that formula shows "0hrs 0min" if there is nothing on cell CY3?
Excel Formula:
=IF(SUM(CY3)>=0,"","-")&INT(ABS(SUM(CY3))/60)&"hrs "&MINUTE(ABS(SUM(CY3))/1440)&"min"