A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data
Hi,
Please check whether the following solution is helpful:
To condense the columns, I did the following:
Step 1) I created a helper grid - assigned unique codes.
This helper grid could be anywhere in the same worksheet or another worksheet. After the helper grid is created, it could even be hidden.
Step 2) With limited understanding of Your situation, I created a fictional dataset.
Step 3) Finally, I found the number of occurrences of each type > in a particular month.
i. Value in cell AC2 is 1-1-2021 (dd-mm-yyyy) > using Custom Formatting, I changed the appearance to only show January.
Likewise for cells AF2 & AI2.
ii. Formula in cell AD3 is: =SUMPRODUCT(--(MONTH($W$2:$W$10)=MONTH(AC$2)),--ISNUMBER(SEARCH($AA3,$X$2:$X$10)))
- In the above suggested formula, please change cell reference/ranges to suit Your requirement.
- Please drag the formula down to more rows.
- Please paste the formula in cell AG3 and drag it down to more rows.
Please paste the formula in cell AJ3 and drag it down to more rows.
Whole screenshot
Unanswered question: in the screenshots You shared > in columns X to AH > what is the difference between 1 and 2 and 3? Because I do not know the difference, I did not consider it while creating the solution.
Please respond if You require further assistance. I will try My best to be of help.
If I was able to help You, please mark My response as answer and helpful.
Thank You!