Hi, I would like to sum data in a column based on the results of 2 other columns.
So i need to sum column C in a table
In B2 it needs to check for Machine 1 and Monday then add every occurence etc.
Thank You
Gary
Machine 1 | Monday | 3 | |
Machine 3 | Wednesday | 2 | |
Machine 2 | Monday | 5 | |
Machine 1 | Thursday | 7 | |
Machine 1 | Monday | 6 |
So i need to sum column C in a table
Machine 1 | Count | Machine 2 | Count |
Monday | Monday | ||
Tuesday | Tuesday | ||
Wednesday | Wednesday |
In B2 it needs to check for Machine 1 and Monday then add every occurence etc.
Thank You
Gary