Funmilicious

New Member
Joined
Oct 2, 2015
Messages
2
I want to reference one spreadsheet's data on another sheet. In the first sheet containing all the data, I have months in ROW 1 January-December. In rows 4-8, I have values according to different variables. It looks somewhat like this:
MonthJanJanMarMarMarAprMay
Date1/71/283/53/63/154/15/19
NameMarkBenJerryLukeMaryJudyLauren
Bag Sale11
Hat Sale11
Shoe Sale1
Glove Sale1
Shirt Sale1

<tbody>
</tbody>

On another sheet, I would like the total SUM by month. So Jan=2, Feb=0, Mar=3 etc. I have tried using SUM IF =SUMIF($A$1:$H$1,"Jan",$B$4:$H$8),SUMIF($A$1:$H$1,"Feb",$B$4:$H$8) etc but that is not working. I tried HLOOKUP since there are multiple instances of a single month, but no luck.

Can someone help me?
 

Excel Facts

Highlight Duplicates
Home, Conditional Formatting, Highlight Cells, Duplicate records, OK to add pink formatting to any duplicates in selected range.

Forum statistics

Threads
1,215,398
Messages
6,124,694
Members
449,179
Latest member
kfhw720

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