anupamfloyd
New Member
- Joined
- May 31, 2024
- Messages
- 2
- Office Version
- 365
- Platform
- Windows
I have a table like this , where products and number of sales each day is shown
I would like to know how to get a cummulative total sales of each product. something like below for the above table.
Product | Sales |
A | 2 |
B | 1 |
C | 2 |
A | 1 |
A | 4 |
B | 1 |
D | 2 |
I would like to know how to get a cummulative total sales of each product. something like below for the above table.
Product | Sales |
A | 7 |
B | 2 |
C | 2 |
D | 2 |