Heya,
I used to have a similar formula for what I want to accomplish at my previous job, but I cannot for the life of me remember.
I have a table with columns containing the following type of data
| January |
| 1RB |
| 1RB |
| 1RB |
| 1RB |
| 2RB |
| 1RB |
| 1RB |
| 1PR |
| 2PR |
| 1FO |
I'm looking for a formula that can sum the numerical values based on the two digit suffix. For the data above, the following results would be expect:
| RB | 8 |
| PR | 3 |
| FO | 1 |
I wish i knew how I did it previously but would really appreciate some help.
Thanks,
David