Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,670
Default How to match the values within Tables?

Does anyone have any suggestions on how to match the values within tables?
For example, there are 2 tables
Table 1 contains date, which is from cell A595 to H604
Table 2 contains value, which is from cell A607 to H616

The date in cell A595 will refer to the value in cell A607.
....
The date in cell H604 will refer to the value in cell H616.

If any cell within table 1 equals to today, then sum up all the referred
cells value within table 2, and return into cell A618.

If cell A595 equals to today, then refer to the value 5 in cell A607.
If cell H607 equals to today, then refer to the value 15 in cell H616.

then the sum of the values is 20, which should return into cell A618

Does anyone have any suggestions on how to do it in Excel?
Thanks in advance for any suggestions
Eric
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,722
Default How to match the values within Tables?

In cell A618:

=SUMIF(A595:H604,TODAY(),A607:H616)
--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


"Eric" wrote:

Does anyone have any suggestions on how to match the values within tables?
For example, there are 2 tables
Table 1 contains date, which is from cell A595 to H604
Table 2 contains value, which is from cell A607 to H616

The date in cell A595 will refer to the value in cell A607.
...
The date in cell H604 will refer to the value in cell H616.

If any cell within table 1 equals to today, then sum up all the referred
cells value within table 2, and return into cell A618.

If cell A595 equals to today, then refer to the value 5 in cell A607.
If cell H607 equals to today, then refer to the value 15 in cell H616.

then the sum of the values is 20, which should return into cell A618

Does anyone have any suggestions on how to do it in Excel?
Thanks in advance for any suggestions
Eric

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
Match and Tables [email protected] Excel Worksheet Functions 6 November 11th 08 11:01 PM
hOW TO MATCH DATA CONTAINED IN DIFFERENT TABLES Shashank Excel Discussion (Misc queries) 0 September 24th 08 12:06 PM
Match and Index for Tables LiAD Excel Worksheet Functions 4 August 29th 08 11:29 AM
how can we get unique values in match function for same match key. Xcel[_2_] Excel Worksheet Functions 11 December 7th 07 08:13 PM
Nested MATCH with two tables Dave Lagergren Excel Worksheet Functions 3 September 22nd 07 12:47 AM


All times are GMT +1. The time now is 12:37 AM.

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"