crackers707
New Member
- Joined
- Nov 28, 2018
- Messages
- 3
Hi there,
I have been trying to find a solution everywhere, but have had no luck thus far, so hoping someone here can help me out!
I have two tables that sit alongside one another. One table contains the data with a date where an event occurred. This data is 5000 rows worth. The second table shows a reference value for each month-year and shows numbers for two years (24 rows worth). What I need to be able to do is put a formula in C2 and below that looks in A2 and matches the month-year in E2-E26 and then shows the number in the respective F2-F26 when the month and year matches.
Can this be done? A mockup of my situation below.
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[TD]E[/TD]
[TD]F[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]Date[/TD]
[TD]Description[/TD]
[TD]Numbers during this month[/TD]
[TD][/TD]
[TD]Total numbers for the month[/TD]
[TD]Numbers[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]01/01/2018[/TD]
[TD]X[/TD]
[TD]= ......[/TD]
[TD][/TD]
[TD]Jan-2018[/TD]
[TD]40,000[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]06/13/2018[/TD]
[TD]X[/TD]
[TD][/TD]
[TD][/TD]
[TD]Feb-2018[/TD]
[TD]20,000[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]08/11/2018[/TD]
[TD]X[/TD]
[TD][/TD]
[TD][/TD]
[TD]March-2018[/TD]
[TD]55,000[/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]06/16/2018[/TD]
[TD]X[/TD]
[TD][/TD]
[TD][/TD]
[TD]April-2018[/TD]
[TD]33,000[/TD]
[/TR]
</tbody>[/TABLE]
Any help would be amazing!
I have been trying to find a solution everywhere, but have had no luck thus far, so hoping someone here can help me out!
I have two tables that sit alongside one another. One table contains the data with a date where an event occurred. This data is 5000 rows worth. The second table shows a reference value for each month-year and shows numbers for two years (24 rows worth). What I need to be able to do is put a formula in C2 and below that looks in A2 and matches the month-year in E2-E26 and then shows the number in the respective F2-F26 when the month and year matches.
Can this be done? A mockup of my situation below.
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[TD]E[/TD]
[TD]F[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]Date[/TD]
[TD]Description[/TD]
[TD]Numbers during this month[/TD]
[TD][/TD]
[TD]Total numbers for the month[/TD]
[TD]Numbers[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]01/01/2018[/TD]
[TD]X[/TD]
[TD]= ......[/TD]
[TD][/TD]
[TD]Jan-2018[/TD]
[TD]40,000[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]06/13/2018[/TD]
[TD]X[/TD]
[TD][/TD]
[TD][/TD]
[TD]Feb-2018[/TD]
[TD]20,000[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]08/11/2018[/TD]
[TD]X[/TD]
[TD][/TD]
[TD][/TD]
[TD]March-2018[/TD]
[TD]55,000[/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]06/16/2018[/TD]
[TD]X[/TD]
[TD][/TD]
[TD][/TD]
[TD]April-2018[/TD]
[TD]33,000[/TD]
[/TR]
</tbody>[/TABLE]
Any help would be amazing!