Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 287
Default 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.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11,501
Default 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.

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 287
Default 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.

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11,501
Default 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.

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
I want the PMT function to calculate using 360 days not 365 amalecki Excel Worksheet Functions 6 April 30th 23 11:44 AM
Days(360) function Dave Excel Discussion (Misc queries) 2 November 7th 06 08:50 PM
work days function tom Excel Worksheet Functions 3 July 20th 06 08:30 PM
Function Help - Counting Days Francine Otterson Excel Discussion (Misc queries) 5 May 23rd 06 03:28 PM
Function to sort days Terry Excel Worksheet Functions 0 March 12th 05 10:25 PM


All times are GMT +1. The time now is 12:35 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"