#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 419
Default If statements

John in Wembley,

First, why are you using the Date() function? It appears that G13 is
already a data an all you are doing is adding days.

I would change the formula you posted to:

=IF(H13="Logged",G13+1,IF(H13="Acknowledged",G13+2 0))

Then, instead of adding 1 or 20, you might look into adding NETWORKDAYS() or
WORKDAY()

HTH,

Conan




"John in Wembley" wrote in message
...
Im using the following formula to set to date by which a complaint
need to be processed by our manger.

=IF(H13="Logged",DATE(YEAR(G13),MONTH(G13),DAY(G13 )+1),IF(H13="Acknowledged",DATE(YEAR(G13),MONTH(G1 3),DAY(G13)+20)))

He has 1 day to responde to a logged complaint, 20 days onces its
being acknowledged to respond...
Now the boss says, he wants 20 working days.
Is it any way possible to include network days?
Ive tried but I think it cant be done.

So its 1 day for the manger to acknowledge a logged complaint, 20
working days to respond.







  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 26
Default If statements

On Thu, 31 Jan 2008 19:59:56 GMT, "Conan Kelly"
wrote:

John in Wembley,

First, why are you using the Date() function? It appears that G13 is
already a data an all you are doing is adding days.

I would change the formula you posted to:

=IF(H13="Logged",G13+1,IF(H13="Acknowledged",G13+2 0))

Then, instead of adding 1 or 20, you might look into adding NETWORKDAYS() or
WORKDAY()

HTH,

Conan


Thanks for that, it was silly of me to be using the date function


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
if then statements Rhonda Excel Worksheet Functions 6 September 6th 07 02:22 PM
If then statements Emily Excel Discussion (Misc queries) 3 March 20th 07 04:48 PM
If And statements -- HELP! GI JOE Excel Worksheet Functions 8 March 15th 07 12:58 PM
IF Statements (Mutliple Statements) Deezel Excel Worksheet Functions 3 October 19th 06 06:13 AM
If Statements: Miguel Zapico Excel Discussion (Misc queries) 2 April 26th 06 09:48 PM


All times are GMT +1. The time now is 09:25 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"