#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Funkyfido
 
Posts: n/a
Default Formula Required

I have the following three columns, No Weeks= 6, Start Date = 31/3/6 End
Date =12/5/6 . I need a formula to calculate a revised date such that if
the End Date is between 3/4/6 and 16/4/6 then I need 14 days added to it.
All other dates to remain unaffected.

Does anyone know a formula to do this.

Thanks
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Philip J Smith
 
Posts: n/a
Default Formula Required

Try putting this in a new column Revised End Date

=IF(AND(EndDateHoliday_Start,EndDate<Holiday_End) ,EndDate+14,EndDate)

Regards
Phil

Whe

EndDate is the date to be tested
Holiday_Start is 03/04/06
Holiday_End is 16/04/06

"Funkyfido" wrote:

I have the following three columns, No Weeks= 6, Start Date = 31/3/6 End
Date =12/5/6 . I need a formula to calculate a revised date such that if
the End Date is between 3/4/6 and 16/4/6 then I need 14 days added to it.
All other dates to remain unaffected.

Does anyone know a formula to do this.

Thanks

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Funkyfido
 
Posts: n/a
Default Formula Required

Philip

I entered the formula exactly as you stated but the calculation does not add
on the extra 14 days. If I write L32/4/6 will it recognise it as a date or
does it have to be in inverted commas?

"Philip J Smith" wrote:

Try putting this in a new column Revised End Date

=IF(AND(EndDateHoliday_Start,EndDate<Holiday_End) ,EndDate+14,EndDate)

Regards
Phil

Whe

EndDate is the date to be tested
Holiday_Start is 03/04/06
Holiday_End is 16/04/06

"Funkyfido" wrote:

I have the following three columns, No Weeks= 6, Start Date = 31/3/6 End
Date =12/5/6 . I need a formula to calculate a revised date such that if
the End Date is between 3/4/6 and 16/4/6 then I need 14 days added to it.
All other dates to remain unaffected.

Does anyone know a formula to do this.

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
2 Nesting questions Starchaser Excel Worksheet Functions 7 January 20th 06 06:53 PM
A Formula required - please! Anthony Excel Discussion (Misc queries) 2 July 21st 05 10:11 AM
Formula assistance required!!! Don Excel Discussion (Misc queries) 4 February 22nd 05 08:34 PM
addition to my date formula...required Juco Excel Worksheet Functions 5 January 30th 05 11:48 AM
Rate of return required formula Alorasdad Excel Worksheet Functions 1 November 18th 04 03:14 AM


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