Totals by categorized sheets

Channingz

New Member
Joined
Oct 22, 2020
Messages
1
Office Version
  1. 2016
Platform
  1. Windows
Hey, so i've been trying to figure this one out for a fair bit and have been really scratching my head.
I've got a workbook containing multiple sheets of reporting, each one follows the same format, something like this
USERNAMENONRELEVANT HEADERNONRELEVANT HEADERSECTION SCORESCORE CATEGORY CODECat1
Exampleuser 1Nonrelevant DataNonrelevant Data1
Exampleuser 2Nonrelevant DataNonrelevant Data1
Exampleuser 3Nonrelevant DataNonrelevant Data2

Each page can have one of several different category codes but may have multiple pages that use the same category
What i'm trying to do is find a way to check each page and create a sum of each individual's scores sorted by category code to create something like this
USERNAMECat1 totalCat2 totalCat3 TotalOverall Total
Exampleuser 1134
Exampleuser 2224
Exampleuser 31113


The category codes are all in cell I1 of each page, so I know i'm going to need to somehow do a conditional sum across pages and matching usernames but how exactly to achieve this, i'm somewhat at a loss.
 

Excel Facts

Last used cell?
Press Ctrl+End to move to what Excel thinks is the last used cell.
why not use a pivot table? you can manipulate your data to summarize total by category or user etc.
 
Upvote 0

Forum statistics

Threads
1,214,608
Messages
6,120,500
Members
448,968
Latest member
screechyboy79

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