Excel Formula Assistance

Neffy

New Member
Joined
Jun 8, 2018
Messages
7
Office Version
  1. 365
Platform
  1. 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
MonthNameHours
1Joe3
1Jack4
2Joe5
2Bob3
2Nancy6
3Jack4

<tbody>
</tbody>

Table2
NameJanFebMarch
Joex
Jack
Bob
Nancy

<tbody>
</tbody>

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 !
 

Excel Facts

Excel Wisdom
Using a mouse in Excel is the work equivalent of wearing a lanyard when you first get to college
A​
B​
C​
D​
E​
1​
Table1
2​
Month
Name
Hours
3​
1​
Joe
3​
4​
1​
Jack
4​
5​
2​
Joe
5​
6​
2​
Bob
3​
7​
2​
Nancy
6​
8​
3​
Jack
4​
9​
10​
Table2
11​
Name \ Month
1​
2​
3​
12​
Joe
3​
5​
0​
B12: =SUMIFS($C$3:$C$8, $B$3:$B$8, $A12, $A$3:$A$8, B$11)
13​
Jack
4​
0​
4​
14​
Bob
0​
3​
0​
15​
Nancy
0​
6​
0​
 
Upvote 0

Forum statistics

Threads
1,215,248
Messages
6,123,869
Members
449,130
Latest member
lolasmith

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top