Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 70
Default How do I combine a VLOOKUP formula and a NETWORKDAYS formula?

If cell G3 equals "Defer to Network" then I want cell J3 to equal "N/A". If
cell G3 equals "MTF Accept" then I want cell J3 to use a NETWORKDAYS formula
to calculate the difference in days. How do I combine the two formulas?
Thanks.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,389
Default How do I combine a VLOOKUP formula and a NETWORKDAYS formula?

In J3, you want:

=if(g3="Defer to Network","N/A",if(g3="MTF Accept",networkdays(...),"neither
defer nor accept"))

Regards,
Fred.

"Tracy" wrote in message
...
If cell G3 equals "Defer to Network" then I want cell J3 to equal "N/A".
If
cell G3 equals "MTF Accept" then I want cell J3 to use a NETWORKDAYS
formula
to calculate the difference in days. How do I combine the two formulas?
Thanks.


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 70
Default How do I combine a VLOOKUP formula and a NETWORKDAYS formula?

Wonderful!!! Thank you.

"Fred Smith" wrote:

In J3, you want:

=if(g3="Defer to Network","N/A",if(g3="MTF Accept",networkdays(...),"neither
defer nor accept"))

Regards,
Fred.

"Tracy" wrote in message
...
If cell G3 equals "Defer to Network" then I want cell J3 to equal "N/A".
If
cell G3 equals "MTF Accept" then I want cell J3 to use a NETWORKDAYS
formula
to calculate the difference in days. How do I combine the two formulas?
Thanks.



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
NETWORKDAYS formula Susan Excel Worksheet Functions 3 July 30th 08 06:04 PM
need help with networkdays formula aashishtaneja Excel Worksheet Functions 1 September 5th 07 01:06 PM
Networkdays formula Silvie4 Excel Worksheet Functions 4 June 14th 06 09:14 PM
NETWORKDAYS help with the formula Zoeb1979 Excel Discussion (Misc queries) 1 May 9th 05 03:13 PM
Combine VLOOKUP, IF, AND in one formula Natalie Excel Worksheet Functions 5 April 5th 05 02:32 PM


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

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

About Us

"It's about Microsoft Excel"