Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
NETWORKDAYS formula | Excel Worksheet Functions | |||
need help with networkdays formula | Excel Worksheet Functions | |||
Networkdays formula | Excel Worksheet Functions | |||
NETWORKDAYS help with the formula | Excel Discussion (Misc queries) | |||
Combine VLOOKUP, IF, AND in one formula | Excel Worksheet Functions |