hi everyone
I was wondering if its possible to combine these two functions/formulas so that it can do both of these things in ONE?
=IF(OR(AL4=""),"",WORKDAY(AL4,+AR4))
=IF(AP4<>"Yes","",WORKDAY(AL4,+AR4))
Many Thanks.
hi everyone
I was wondering if its possible to combine these two functions/formulas so that it can do both of these things in ONE?
=IF(OR(AL4=""),"",WORKDAY(AL4,+AR4))
=IF(AP4<>"Yes","",WORKDAY(AL4,+AR4))
Many Thanks.
Last edited by VBA Noob; 09-13-2007 at 11:00 AM.
You mean?
=IF(OR(AL4="",AP4<>"Yes"),"",WORKDAY(AL4,AR4))
Where there is a will there are many ways.
If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner
Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.
Thats perfect.
Many Thanks NB!
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks