=IFERROR(IF((C$11<>"Yes"),"", C$9+((C$8-C$10)/24)),"")
I want to add ISBLANK(C$9),"",
=IFERROR(IF((C$11<>"Yes"),"", C$9+((C$8-C$10)/24)),"")
I want to add ISBLANK(C$9),"",
Try it like this:
=IFERROR(IF(OR(C$11<>"Yes",ISBLANK(C$9)),"", C$9+((C$8-C$10)/24)),"")
(changes in red).
Hope this helps.
Pete
Hi,
Presumably
Formula:
=IF(AND(ISBLANK,C9),IFERROR(IF((C$11<>"Yes")),"", C$9+((C$8-C$10)/24)),"")
Richard Buttrey
RIP - d. 06/10/2022
If any of the responses have helped then please consider rating them by clicking the small star iconbelow the post.
I get a "problem with formula"
You've been given two formulae - which one are you having a problem with?
Pete
It looks like Richard's is the problematic formula.
=IF(AND(ISBLANK,C9),IFERROR(IF((C$11<>"Yes")),"", C$9+((C$8-C$10)/24)),"")
ISBLANK,C9
IF((C$11<>"Yes")),"",
Biff
Microsoft MVP Excel
Keep It Simple Stupid
Let's Go Pens. We Want The Cup.
Yes sorry, I hit reply to Richard's post, petes works great. thank you guys!
You're welcome - thanks for the rep.
If that takes care of your original question, please select Thread Tools from the menu above your first post and mark this thread as SOLVED.
Pete
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks