![]() |
Help with Networkdays Calculation
Dear All
I am currently having problems with the Networkdays calculation in that my received date is keyed straight away but my due date may remain blank for sometime. It being blank then throws up a negative number such as -27887. Is there anyway to have the cell return an "N/a" if the due date (AN2) is blank? =NETWORKDAYS(U2,AN2,Holidays!$B$7:$B$14) Any help would be greatly appreciated. Thank you Scoooter |
Help with Networkdays Calculation
=If(ISBLANK(AN2),"N/A",NETWORKDAYS(U2,AN2,Holidays!$B$7:$B$14)
"Scoooter" wrote: Dear All I am currently having problems with the Networkdays calculation in that my received date is keyed straight away but my due date may remain blank for sometime. It being blank then throws up a negative number such as -27887. Is there anyway to have the cell return an "N/a" if the due date (AN2) is blank? =NETWORKDAYS(U2,AN2,Holidays!$B$7:$B$14) Any help would be greatly appreciated. Thank you Scoooter |
Help with Networkdays Calculation
Toppers wrote: =If(ISBLANK(AN2),"N/A",NETWORKDAYS(U2,AN2,Holidays!$B$7:$B$14) "Scoooter" wrote: Dear All I am currently having problems with the Networkdays calculation in that my received date is keyed straight away but my due date may remain blank for sometime. It being blank then throws up a negative number such as -27887. Is there anyway to have the cell return an "N/a" if the due date (AN2) is blank? =NETWORKDAYS(U2,AN2,Holidays!$B$7:$B$14) Any help would be greatly appreciated. Thank you Scoooter Thanks for that Toppers, works great! |
All times are GMT +1. The time now is 11:29 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com