Populated list

ExcelRoy

Well-known Member
Joined
Oct 2, 2006
Messages
2,540
Office Version
  1. 365
Platform
  1. Windows
hi,

i am looking for a way to generate a combined/populated list of products that have been used on a particular job number

Column A has quantity
Column B has item number
Column C has description

i am looking for a sheet, lets say "Used" to show a combined list of the different parts used

ie

job 102 used

4x AAAA
1x BBBB
2x CCCC

job 175 used

1x AAAA
3x CCCC

so my populated list would show

AAAA x5
CCCC x 3
BBBB x 1

Hope this all makes sense

Thanks
 

Excel Facts

Format cells as time
Select range and press Ctrl+Shift+2 to format cells as time. (Shift 2 is the @ sign).
Hi ExcelRoy,

Is SUMIF your solution?....


Excel Workbook
ABCD
1Job NumberQuantityItem NumberDescription
21024AAAAPart A
31021BBBBPart B
41022CCCCPart C
51751AAAAPart A
61753CCCCPart C
Sheet1




Excel Workbook
AB
1Item NumberQuantity Used
2AAAA5
3BBBB1
4CCCC5
Used


You could also use a Pivot Table....

Excel Workbook
FGHI
2****
3*Item NumberSum of Quantity*
4*AAAA5*
5*BBBB1*
6*CCCC5*
7*Grand Total11*
8****
Sheet1



I hope that helps.

Ak
 
Upvote 0
Hi Akashwani,

How would i achieve a sorted list with the most used part at the top and the least used part at the bottom?

I would prefer not to use a pivot table if possible?


Thanks
 
Upvote 0
Hi,

You could try using a RANK formula in column C of Sheet Used and sort by that.

=RANK(B2,$B$2:$B$4)

AK
 
Upvote 0

Forum statistics

Threads
1,224,527
Messages
6,179,351
Members
452,907
Latest member
Roland Deschain

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top