Neffy
New Member
- Joined
- Jun 8, 2018
- Messages
- 7
- Office Version
- 365
- Platform
- Windows
Hello,
I been whacking my brain on this little problem for a few days now and about to cry
So i have 2 tables
Table1
[TABLE="width: 300"]
<tbody>[TR]
[TD]Month[/TD]
[TD]Name[/TD]
[TD]Hours[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]Joe[/TD]
[TD]3[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]Jack[/TD]
[TD]4[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]Joe[/TD]
[TD]5[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]Bob[/TD]
[TD]3[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]Nancy[/TD]
[TD]6[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]Jack[/TD]
[TD]4[/TD]
[/TR]
</tbody>[/TABLE]
Table2
[TABLE="width: 500"]
<tbody>[TR]
[TD]Name[/TD]
[TD]Jan[/TD]
[TD]Feb[/TD]
[TD]March[/TD]
[/TR]
[TR]
[TD]Joe[/TD]
[TD]x[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Jack[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Bob[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Nancy[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
I am stuck for the Jan/Feb/March area
I am trying to Pull the data from Table1 via excel.
Using the formula SumProduct
I want to be able to have it look at the entire table(since this is only a small sample),
So what i basically want it to do is If it follows the pass the condition of the "month" and the "name" then if it will project the Hour data in where "x" is.
Not sure if i was being clear enough. If not, then ask questions.
Help me out <3
Thanks !
I been whacking my brain on this little problem for a few days now and about to cry
So i have 2 tables
Table1
[TABLE="width: 300"]
<tbody>[TR]
[TD]Month[/TD]
[TD]Name[/TD]
[TD]Hours[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]Joe[/TD]
[TD]3[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]Jack[/TD]
[TD]4[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]Joe[/TD]
[TD]5[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]Bob[/TD]
[TD]3[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]Nancy[/TD]
[TD]6[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]Jack[/TD]
[TD]4[/TD]
[/TR]
</tbody>[/TABLE]
Table2
[TABLE="width: 500"]
<tbody>[TR]
[TD]Name[/TD]
[TD]Jan[/TD]
[TD]Feb[/TD]
[TD]March[/TD]
[/TR]
[TR]
[TD]Joe[/TD]
[TD]x[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Jack[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Bob[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Nancy[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
I am stuck for the Jan/Feb/March area
I am trying to Pull the data from Table1 via excel.
Using the formula SumProduct
I want to be able to have it look at the entire table(since this is only a small sample),
So what i basically want it to do is If it follows the pass the condition of the "month" and the "name" then if it will project the Hour data in where "x" is.
Not sure if i was being clear enough. If not, then ask questions.
Help me out <3
Thanks !