Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 85
Default Networkdays with cells yet to be entered (creating nested if)

Here's what I have:

D4 = Date Companint Received
E4 = Date Complaint Filed
F4 = Networkdays(D4,E4)-1

This works great for what I need, provided that the information in cells D#
and E# are filled out. This sheet that I have is new and a lot of the cells
have yet to be filled in.

The cells where D and E are both blank, F shows -1.
The cells where D is blank and E is valued show a value around 2800
The cells where D is valued and E is blank show a value of around -2800

My question is how can I change the networkdays formula to also meet the
below criteria. I know it will be a nested if, but I'm weak with those.

If D4 = blank and E4 = nonblank - "ENTER DATE COMPLAINT RECEIVED"
If E4 = blank and D4 = nonblank - "ENTER FC FILED DATE"
If D4 & E4 = blank - "FILL IN DATES"
If D4 & E4 are both valued - Networkdays(D4,E4)-1

Thanks in advance





  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 10,593
Default Networkdays with cells yet to be entered (creating nested if)

=IF(E4="",IF(D4="","FILL IN DATES","ENTER FC FILED DATE"),if(d4="","ENTER
DATE COMPLAINT RECEIVED",Networkdays(D4,E4)-1)


--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)

"Jeremy" <jeremiah.a.reynolds @ gmail.com wrote in message
...
Here's what I have:

D4 = Date Companint Received
E4 = Date Complaint Filed
F4 = Networkdays(D4,E4)-1

This works great for what I need, provided that the information in cells
D#
and E# are filled out. This sheet that I have is new and a lot of the
cells
have yet to be filled in.

The cells where D and E are both blank, F shows -1.
The cells where D is blank and E is valued show a value around 2800
The cells where D is valued and E is blank show a value of around -2800

My question is how can I change the networkdays formula to also meet the
below criteria. I know it will be a nested if, but I'm weak with those.

If D4 = blank and E4 = nonblank - "ENTER DATE COMPLAINT RECEIVED"
If E4 = blank and D4 = nonblank - "ENTER FC FILED DATE"
If D4 & E4 = blank - "FILL IN DATES"
If D4 & E4 are both valued - Networkdays(D4,E4)-1

Thanks in advance







  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 85
Default Networkdays with cells yet to be entered (creating nested if)

Helpful again, thanks Bob.

"Bob Phillips" wrote:

=IF(E4="",IF(D4="","FILL IN DATES","ENTER FC FILED DATE"),if(d4="","ENTER
DATE COMPLAINT RECEIVED",Networkdays(D4,E4)-1)


--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)

"Jeremy" <jeremiah.a.reynolds @ gmail.com wrote in message
...
Here's what I have:

D4 = Date Companint Received
E4 = Date Complaint Filed
F4 = Networkdays(D4,E4)-1

This works great for what I need, provided that the information in cells
D#
and E# are filled out. This sheet that I have is new and a lot of the
cells
have yet to be filled in.

The cells where D and E are both blank, F shows -1.
The cells where D is blank and E is valued show a value around 2800
The cells where D is valued and E is blank show a value of around -2800

My question is how can I change the networkdays formula to also meet the
below criteria. I know it will be a nested if, but I'm weak with those.

If D4 = blank and E4 = nonblank - "ENTER DATE COMPLAINT RECEIVED"
If E4 = blank and D4 = nonblank - "ENTER FC FILED DATE"
If D4 & E4 = blank - "FILL IN DATES"
If D4 & E4 are both valued - Networkdays(D4,E4)-1

Thanks in advance








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
Creating Nested If Fuctions Debra Lisa Excel Worksheet Functions 3 August 26th 07 01:16 PM
Creating Nested Functions Debra Lisa Excel Discussion (Misc queries) 3 August 26th 07 01:16 PM
Creating Nested Functions Texicanslim Excel Worksheet Functions 12 January 18th 07 07:39 PM
Creating a nested COUNTIF???? Simon Lloyd Excel Worksheet Functions 8 September 7th 05 02:30 AM
Nested IF Function, Date Comparing, and NetworkDays Function carl Excel Worksheet Functions 2 December 29th 04 09:57 PM


All times are GMT +1. The time now is 08:01 PM.

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"