ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Help with Networkdays Calculation (https://www.excelbanter.com/excel-worksheet-functions/100331-help-networkdays-calculation.html)

Scoooter

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


Toppers

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



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