Dallan1361
New Member
- Joined
- May 24, 2024
- Messages
- 6
- Office Version
- 365
- Platform
- Windows
I have a large dataset (c.75,000 rows) and I'm interested in the data from three columns.
1. Reference Number
2. Person
3. Value
I want a formula to show to me who spent what on each job and return information the below
Ref
Apologies in advance if this is something quite straightforward and I'm overlooking it. I am aware that you can get this from a Pivot table, however, I want something that is unaffected by filtering and I can use as a new dataset.
The reason I can't sort by Reference Number to achieve the same result is that some 'Person' may appear multiple times on the same Reference Number, so I want something that will sum all of their Values associated with a respective Reference Number.
Ideally I would also like to be able to add further columns from the same dataset for further analysis but this is priority for the moment.
Hope you can help, thank you in advance!!
1. Reference Number
2. Person
3. Value
I want a formula to show to me who spent what on each job and return information the below
Ref
Reference Number | Person | Value |
1234 | Joe Bloggs | 10 |
1234 | Blog Joes | 35 |
9876 | Joe Bloggs | 14 |
9876 | Dave Smith | 12 |
9876 | Leroy Jenkins | 222 |
4232 | Blog Joes | 65 |
4232 | Dave Smith | 45 |
Apologies in advance if this is something quite straightforward and I'm overlooking it. I am aware that you can get this from a Pivot table, however, I want something that is unaffected by filtering and I can use as a new dataset.
The reason I can't sort by Reference Number to achieve the same result is that some 'Person' may appear multiple times on the same Reference Number, so I want something that will sum all of their Values associated with a respective Reference Number.
Ideally I would also like to be able to add further columns from the same dataset for further analysis but this is priority for the moment.
Hope you can help, thank you in advance!!