Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Assist with Match Dates


Hi All,

Just wondering if anyone can tell me how to do this....I was helped
recently by an awesome guy in the UK with a formula, but it won't
calculate between the dates. It will only see if there are matching
dates and then return values that appear between them, but I need it to
return values if ON the date specified or between the dates. If there is
no end date.....only count between the start and end date.

here is the formula he gave me...

=SUM(OFFSET($C$196,MATCH(A197,$A$197:$A$203,0),MAT CH(AY1,$C$13:$Z$13,0)-1,1,MATCH(AY2,$C$13:$Z$13,0)))

C196 being where the data begins
A197 is the first value to match between A197 and A203
AY1 is the start date
C13:Z13 is where the dates appear (not in any specific order)
AY2 is the end date

Thanx all
Rhani


--
rhani111
------------------------------------------------------------------------
rhani111's Profile: http://www.excelforum.com/member.php...o&userid=19940
View this thread: http://www.excelforum.com/showthread...hreadid=570557

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,688
Default Assist with Match Dates

Hi!

What are the dates in C13:Z13 ?

What are the dates in AY1 and AY2 ?

Biff

"rhani111" wrote in
message ...

Hi All,

Just wondering if anyone can tell me how to do this....I was helped
recently by an awesome guy in the UK with a formula, but it won't
calculate between the dates. It will only see if there are matching
dates and then return values that appear between them, but I need it to
return values if ON the date specified or between the dates. If there is
no end date.....only count between the start and end date.

here is the formula he gave me...

=SUM(OFFSET($C$196,MATCH(A197,$A$197:$A$203,0),MAT CH(AY1,$C$13:$Z$13,0)-1,1,MATCH(AY2,$C$13:$Z$13,0)))

C196 being where the data begins
A197 is the first value to match between A197 and A203
AY1 is the start date
C13:Z13 is where the dates appear (not in any specific order)
AY2 is the end date

Thanx all
Rhani


--
rhani111
------------------------------------------------------------------------
rhani111's Profile:
http://www.excelforum.com/member.php...o&userid=19940
View this thread: http://www.excelforum.com/showthread...hreadid=570557



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Assist with Match Dates


Hi Biff,

The dates in C13:Z13 are 31/07/06 01/08/06 03/08/06 ect

They are never in order because they may work 4days on and then 4off.

The dates in AY1 is 31/07/08
AY2 is 03/08/06

The start and end dates change whenever the user enters the start and
end dates.

I need the forumla to look ON these days AND between them. So far the
formula only looks for the EXACT dates and returns N/A if i was to
enter say start date of 01/08/06 and an end date of the 04/08/06

Hope that clears it up....lol

Rhani


--
rhani111
------------------------------------------------------------------------
rhani111's Profile: http://www.excelforum.com/member.php...o&userid=19940
View this thread: http://www.excelforum.com/showthread...hreadid=570557

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,688
Default Assist with Match Dates

Ok....

I'm having a hard time trying to figure out your setup.

This formula will work but we may need to tweak it until I fully understand
your setup:

=SUMPRODUCT(--(C13:Z13=AY1),--(C13:Z13<=AY2),OFFSET(C196:Z196,MATCH(A197,A197:A2 03,0),,))

The reason you'd get #N/A with the other formula is if there was no matching
date.

Biff

"rhani111" wrote in
message ...

Hi Biff,

The dates in C13:Z13 are 31/07/06 01/08/06 03/08/06 ect

They are never in order because they may work 4days on and then 4off.

The dates in AY1 is 31/07/08
AY2 is 03/08/06

The start and end dates change whenever the user enters the start and
end dates.

I need the forumla to look ON these days AND between them. So far the
formula only looks for the EXACT dates and returns N/A if i was to
enter say start date of 01/08/06 and an end date of the 04/08/06

Hope that clears it up....lol

Rhani


--
rhani111
------------------------------------------------------------------------
rhani111's Profile:
http://www.excelforum.com/member.php...o&userid=19940
View this thread: http://www.excelforum.com/showthread...hreadid=570557



  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Assist with Match Dates


Thank You so very much Biff,

That worked beautifully!!!!


--
rhani111
------------------------------------------------------------------------
rhani111's Profile: http://www.excelforum.com/member.php...o&userid=19940
View this thread: http://www.excelforum.com/showthread...hreadid=570557

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
Pre-1900 dates Richard Gadsden Excel Discussion (Misc queries) 1 March 26th 06 12:46 AM
Calculating number of days between two dates that fall between two other dates [email protected] Excel Discussion (Misc queries) 5 October 26th 05 06:18 PM
2 digit year in dates return 19xx not 20xx moranbo Excel Discussion (Misc queries) 1 September 7th 05 01:44 AM
Match function...random search? Les Excel Worksheet Functions 10 July 28th 05 11:54 AM
How To Match Dates Robert Gillard Excel Discussion (Misc queries) 1 February 26th 05 11:43 PM


All times are GMT +1. The time now is 12:58 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"