A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
After spending last few days creating the data set and troubleshooting errors. At last I found that the macro works well on sample data set.
But with the actual data set it works only if the column order is retained as in the wsSource sample data set workbook. If not the categories worksheet is all N/A even though there is data in the wsSource workbook.
I though it looks for data based on the column header name but when the column order changes output sheet works well but not the categories sheet.
Also if the Description has / in it (e.g Device/340/540 or UTP/FX switch) it runs into a error file path not found. I replaced all / with space to avoid the error.
I hope you will be here to support if I face some issue with the macro in future. Because the actual dataset is huge as I run the macro further. I might encounter some issue like above e.g going forward.
In category 3 can we wrap the text as it is extending beyond the cell boundary. Let me know at which line the change is required so that I will add that line of code to my already adopted workbook.