drowsyacorn
New Member
- Joined
- Oct 5, 2015
- Messages
- 9
Hey Team,
I've developed a dashboard but have come across one error and I am hoping someone out there can help me!
By using VBA code, I have columns which allows for multiple items in a drop-down list e.g. column A has the option to select Apple, Orange, Banana.
Is there a way to produce a pivot table which reads and counts each option individually?
*currently counts as apple, orange, banana = 1
*want it to count as:
*apple = 2
*orange = 1
*banana = 4 etc.
Please help!
I've developed a dashboard but have come across one error and I am hoping someone out there can help me!
By using VBA code, I have columns which allows for multiple items in a drop-down list e.g. column A has the option to select Apple, Orange, Banana.
Is there a way to produce a pivot table which reads and counts each option individually?
*currently counts as apple, orange, banana = 1
*want it to count as:
*apple = 2
*orange = 1
*banana = 4 etc.
Please help!