Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 45
Default Friday date of next week..

how do i bring in tht next week friday's date in a particular cell .
say for eg., when im anywhere between 11th and 15th feb i should get date
22feb in that cell and so on.....
so at any point in a week i should get only the friday date of next week
pls help
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,501
Default Friday date of next week..

Maybe

=A1+(11-WEEKDAY(A1,2)+1)

With your date in A1

Mike

"deepika :excel help" wrote:

how do i bring in tht next week friday's date in a particular cell .
say for eg., when im anywhere between 11th and 15th feb i should get date
22feb in that cell and so on.....
so at any point in a week i should get only the friday date of next week
pls help

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,440
Default Friday date of next week..

=TODAY()+13-WEEKDAY(TODAY())

--
Kind regards,

Niek Otten
Microsoft MVP - Excel


"deepika :excel help" wrote in message
...
| how do i bring in tht next week friday's date in a particular cell .
| say for eg., when im anywhere between 11th and 15th feb i should get date
| 22feb in that cell and so on.....
| so at any point in a week i should get only the friday date of next week
| pls help


  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5,651
Default Friday date of next week..

On Wed, 13 Feb 2008 04:14:02 -0800, deepika :excel help
wrote:

how do i bring in tht next week friday's date in a particular cell .
say for eg., when im anywhere between 11th and 15th feb i should get date
22feb in that cell and so on.....
so at any point in a week i should get only the friday date of next week
pls help


It depends, in part, on when you want the week to change.

If your week ends on Friday, so that Saturday Feb 16th should return the 29th,
then:

=A1+14-WEEKDAY(A1+1)

If your week ends on Saturday:

=A1+13-WEEKDAY(A1)

And if your week ends on Sunday:

=A1+12-WEEKDAY(A1-1)
--ron
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
Week Ended Friday Tony Excel Worksheet Functions 4 September 20th 07 03:00 PM
How do I get the date for the 2nd friday of each month? dustin Excel Worksheet Functions 8 November 8th 06 10:46 PM
Finding Friday in week number DavidS New Users to Excel 5 October 24th 06 10:04 AM
the date always friday Richard New Users to Excel 3 November 28th 05 06:15 AM
I need week number in excell from a date, first week must be mini. jPeich Excel Discussion (Misc queries) 4 January 5th 05 01:21 AM


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