Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 20
Default EOWEEK --- similar to EOMONTH

Hi,

I know there isn't and EOWEEK function, but there should be :)

I get lots of requests each day and want to run them through reports
showing incoming per week, etc...

So I would like to find an equation that would look at the request date
and then tell me it was requested in the week ending "X".

For example:

Req Date = 11/13/06 week end date = 11/17/06
Req Date = 11/1/06 week end date = 11/3/06
Req Date = 11/27/06 week end date = 12/1/06

etc...

Thanks!

Jon

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,118
Default EOWEEK --- similar to EOMONTH

Try something like this:

With
A1: (a date)

This formula returns the Friday day of the week containing A1
B1: =A1-WEEKDAY(A1,2)+5
Weeks run Monday thru Sunday

Is that something you can work with?
***********
Regards,
Ron

XL2002, WinXP


"Jonathan Horvath" wrote:

Hi,

I know there isn't and EOWEEK function, but there should be :)

I get lots of requests each day and want to run them through reports
showing incoming per week, etc...

So I would like to find an equation that would look at the request date
and then tell me it was requested in the week ending "X".

For example:

Req Date = 11/13/06 week end date = 11/17/06
Req Date = 11/1/06 week end date = 11/3/06
Req Date = 11/27/06 week end date = 12/1/06

etc...

Thanks!

Jon

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 618
Default EOWEEK --- similar to EOMONTH

=A1+6-WEEKDAY(A1)
--
David Biddulph

"Jonathan Horvath" wrote in
message ...
Hi,

I know there isn't and EOWEEK function, but there should be :)

I get lots of requests each day and want to run them through reports
showing incoming per week, etc...

So I would like to find an equation that would look at the request date
and then tell me it was requested in the week ending "X".

For example:

Req Date = 11/13/06 week end date = 11/17/06
Req Date = 11/1/06 week end date = 11/3/06
Req Date = 11/27/06 week end date = 12/1/06

etc...

Thanks!

Jon



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 20
Default EOWEEK --- similar to EOMONTH

Thanks guys, both solutions work...

Jonathan



"Jonathan Horvath" wrote:

Hi,

I know there isn't and EOWEEK function, but there should be :)

I get lots of requests each day and want to run them through reports
showing incoming per week, etc...

So I would like to find an equation that would look at the request date
and then tell me it was requested in the week ending "X".

For example:

Req Date = 11/13/06 week end date = 11/17/06
Req Date = 11/1/06 week end date = 11/3/06
Req Date = 11/27/06 week end date = 12/1/06

etc...

Thanks!

Jon

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
EOWEEK similar to EOMONTH.... Jonathan Horvath Excel Discussion (Misc queries) 2 November 16th 06 06:02 PM
conditional formatting: problem entering EOMONTH formula... Jonathan Cooper Excel Discussion (Misc queries) 1 February 6th 06 09:28 PM
Aligning similar rows Nadeem Excel Worksheet Functions 3 October 18th 05 06:32 PM
I'm Having Problems with EOMONTH Ronni T. Vasquez M. Excel Worksheet Functions 8 August 22nd 05 11:05 PM
I'm having problems with EOMONTH Ronni T. Vasquez M. Excel Worksheet Functions 2 August 22nd 05 04:42 PM


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