Hi,
I am using this formula:
=WORKDAY(E6,1,Sheet2!$J$7:$J$24)
But, if E6 is blank, I want the cell containing the formula, to be blank.
I can no longer pound my head on my desk
Thanks in advance.
Brent
Hi,
I am using this formula:
=WORKDAY(E6,1,Sheet2!$J$7:$J$24)
But, if E6 is blank, I want the cell containing the formula, to be blank.
I can no longer pound my head on my desk
Thanks in advance.
Brent
Try
=IF(E6="","",WORKDAY(E6,1,Sheet2!$J$7:$J$24))
Formula:
=IF(E6="","",WORKDAY(E6,1,Sheet2!$J$7:$J$24))
Trevor Shuttleworth - Retired Excel/VBA Consultant
I dream of a better world where chickens can cross the road without having their motives questioned
'Being unapologetic means never having to say you're sorry' John Cooper Clarke
If you are satisfied with the solution(s) provided, please mark your thread as Solved.
New quick method:
Select Thread Tools-> Mark thread as Solved. To undo, select Thread Tools-> Mark thread as Unsolved.
Or you can use this way:
How to mark a thread Solved
Go to the first post
Click edit
Click Go Advanced
Just below the word Title you will see a dropdown with the word No prefix.
Change to Solved
Click Save
You may also want to consider thanking those people who helped you by clicking on the little star at the bottom left of their reply to your question.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks