dispatchergirl911
New Member
- Joined
- Aug 9, 2018
- Messages
- 4
=IF(OR(ISBLANK(P2),ISBLANK(O2)),"",P2-O2) is the current formula I am using to subtract times and leave the cell blank if target cells are blank. This works perfectly 99% of the time, the issue I am running into is when a call runs through midnight. I need to be able to add (P2>O2).
Ex: =IF(OR(ISBLANK(P2),ISBLANK(O2)),"",P2-O2,p2>O2) or =IF(OR(ISBLANK(P2),ISBLANK(O2)),"",P2-O2,(p2>O2))
I am getting an error saying I've entered too many arguments for this function. Any ideas?
Ex: =IF(OR(ISBLANK(P2),ISBLANK(O2)),"",P2-O2,p2>O2) or =IF(OR(ISBLANK(P2),ISBLANK(O2)),"",P2-O2,(p2>O2))
I am getting an error saying I've entered too many arguments for this function. Any ideas?