ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   IF Function & Nework Days (https://www.excelbanter.com/excel-worksheet-functions/150103-if-function-nework-days.html)

Adam

IF Function & Nework Days
 
Hi

I've been working on the formula below but I can't get it to work:

=IF(J10="Yes","(NETWORKDAYS(B10)+5)","N/A")

Cell J10 is in my "Response Required?" column.
Cell B10 is in my "Date Received" column.
The above formula will go in my Target Date column.

If there's no response required then I'd like the cell to say "N/A." If
there is a response required I want the cell to show a date that is 5 working
days from the date received.

Your help would be much appreciated.

Mike H

IF Function & Nework Days
 
Adam,

You were close:-

=IF(J10="Yes",WORKDAY(B10,5),"N/A")

Mike

"Adam" wrote:

Hi

I've been working on the formula below but I can't get it to work:

=IF(J10="Yes","(NETWORKDAYS(B10)+5)","N/A")

Cell J10 is in my "Response Required?" column.
Cell B10 is in my "Date Received" column.
The above formula will go in my Target Date column.

If there's no response required then I'd like the cell to say "N/A." If
there is a response required I want the cell to show a date that is 5 working
days from the date received.

Your help would be much appreciated.


Adam

IF Function & Nework Days
 
Mike

That is excellent. Thank you very much. I'm new to excel so I find this
group really useful.

Regards,
Adam

"Mike H" wrote:

Adam,

You were close:-

=IF(J10="Yes",WORKDAY(B10,5),"N/A")

Mike

"Adam" wrote:

Hi

I've been working on the formula below but I can't get it to work:

=IF(J10="Yes","(NETWORKDAYS(B10)+5)","N/A")

Cell J10 is in my "Response Required?" column.
Cell B10 is in my "Date Received" column.
The above formula will go in my Target Date column.

If there's no response required then I'd like the cell to say "N/A." If
there is a response required I want the cell to show a date that is 5 working
days from the date received.

Your help would be much appreciated.


Mike H

IF Function & Nework Days
 
Your welcome and thanks for the feedback.

"Adam" wrote:

Mike

That is excellent. Thank you very much. I'm new to excel so I find this
group really useful.

Regards,
Adam

"Mike H" wrote:

Adam,

You were close:-

=IF(J10="Yes",WORKDAY(B10,5),"N/A")

Mike

"Adam" wrote:

Hi

I've been working on the formula below but I can't get it to work:

=IF(J10="Yes","(NETWORKDAYS(B10)+5)","N/A")

Cell J10 is in my "Response Required?" column.
Cell B10 is in my "Date Received" column.
The above formula will go in my Target Date column.

If there's no response required then I'd like the cell to say "N/A." If
there is a response required I want the cell to show a date that is 5 working
days from the date received.

Your help would be much appreciated.



All times are GMT +1. The time now is 10:07 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com