SQUIDD
Well-known Member
- Joined
- Jan 2, 2009
- Messages
- 2,126
- Office Version
- 2019
- 2016
- Platform
- Windows
Morning
I have a list of names in column A lets say wood types
I have a lenght in column B
I have a quantity in column C
in column A a wood type could appear mulltiple instances. like below.
oak 2000 1
beech 2000 3
oak 1000 2
pine 3000 6
oak 50 2
oak 120 4
pine 100 7
beech 2500 5
i would like to consolidate this to be as below (by lenght x qty then adding all the same types together)
oak 4580
beech 18500
pine 18700
hoping infact i calculated my end correctly LOL
i have the tendancy to overcomplicate my code
thanks for looking, all help appriciated.
Dave
I have a list of names in column A lets say wood types
I have a lenght in column B
I have a quantity in column C
in column A a wood type could appear mulltiple instances. like below.
oak 2000 1
beech 2000 3
oak 1000 2
pine 3000 6
oak 50 2
oak 120 4
pine 100 7
beech 2500 5
i would like to consolidate this to be as below (by lenght x qty then adding all the same types together)
oak 4580
beech 18500
pine 18700
hoping infact i calculated my end correctly LOL
i have the tendancy to overcomplicate my code
thanks for looking, all help appriciated.
Dave