Excel2007 Sheet link

mikeconstantino

New Member
Joined
Nov 26, 2005
Messages
20
OK, here is what I am tring to do. I have a workbook with two sheets in it. I am trying to set the second sheet up as a summary sheet and the first sheet up as an itemized sheet. Is there a way I can have the two sheets be linked together? All of the items on the itemized sheets have catagory numbers (300,301 etc) and a total costs. I want the second sheet to list the total of each catagoryfrom the first sheet.
 

Excel Facts

Show numbers in thousands?
Use a custom number format of #,##0,K. Each comma after the final 0 will divide the displayed number by another thousand
Say the categories are in column A and the values are in column B of sheet1.

Place your category list in column A of sheet 2.
Assuming that the first categort is in A2, put this in B2:
=SUMIF(Sheet1!$A:$A,A2,Sheet1!$B:$B)

Fill down

Denis
 
Upvote 0

Forum statistics

Threads
1,214,830
Messages
6,121,835
Members
449,051
Latest member
excelquestion515

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