Logic/Excel Formula question

scm160

Board Regular
Joined
Mar 4, 2016
Messages
97
Hi Guys,

Currently creating a report for stakeholders in which we evaluate data for clients.

We currently present our data as rows and columns where data is filled based on client groups. Each record has a client ID we use to distinguish the client. We got a request for our report to present our data with subtotals for each client in the rows and columns.

For example:

Methods Value
Client1 A 5
Client1 B 10
Client1 C 15
Client2 A 5
Client2 A 5
Client2 A 5
Client3 A 5
Client3 B 10
Client3 B 10

Is there anyway to present this data using rows and columns for each client total? Ideally I was thinking of creating another column called client total but I don't think that is right....

Thanks for any help you guys have!
 

Excel Facts

Will the fill handle fill 1, 2, 3?
Yes! Type 1 in a cell. Hold down Ctrl while you drag the fill handle.
It's hard to tell from the sample data, are there 3 columns or 2? Is this what you're looking for?


Excel 2010
ABCD
1ClientMethodsValueTotal
2Client1A530
3Client1B1030
4Client1C1530
5Client2A515
6Client2A515
7Client2A515
8Client3A525
9Client3B1025
10Client3B1025
Sheet1
Cell Formulas
RangeFormula
D2=SUMIFS(C:C,A:A,A2)


A pivot table would work well here too.
 
Last edited:
Upvote 0
It's hard to tell from the sample data, are there 3 columns or 2? Is this what you're looking for?

Excel 2010
ABCD
1ClientMethodsValueTotal
2Client1A530
3Client1B1030
4Client1C1530
5Client2A515
6Client2A515
7Client2A515
8Client3A525
9Client3B1025
10Client3B1025

<colgroup><col><col><col><col><col></colgroup><thead>
</thead><tbody>
</tbody>
Sheet1

Worksheet Formulas
CellFormula
D2=SUMIFS(C:C,A:A,A2)

<thead>
</thead><tbody>
</tbody>

<tbody>
</tbody>



A pivot table would work well here too.


Sorry the data was presented like that didn't realize you could add in tables....I think using Sumifs will work in this scenario....

Regards,

scm
 
Upvote 0

Forum statistics

Threads
1,216,109
Messages
6,128,883
Members
449,477
Latest member
panjongshing

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