Help with this please...

dshannon

New Member
Joined
Mar 5, 2002
Messages
3
If I am creating a sheet listing size, qty & jersey #. How can I list the different jersey numbers under 1 size...

ex:

Size----------------Qty--------------Jersey #
AM------------------1------------------22
AS------------------2------------------21
AL------------------1------------------11
AL------------------2------------------13
AS------------------1------------------9
AS------------------1------------------29
AM------------------1------------------7

AS #'s-----AM #'s-----AL#'s
21,9,29----22,7-------11,13
what formula would I use to list the numbers below the sizes as shown above?

Thanks for any and all help
 

Excel Facts

Excel Wisdom
Using a mouse in Excel is the work equivalent of wearing a lanyard when you first get to college
Easiest way is to use a Pivot Table - you'll find it under Data/Pivot Table.

When you've gone through the basic steps of the Wizard, click on Layout.

You should see 3 buttons, Size, Jersey# and Quantity.

Drag Size into Row, drag Jersey# into Column and drag Quantity into Data. Double click on Quantity and change from "Sum of" to "Count".

Should do it.

Nobby
 
Upvote 0
=VLOOKUP(A2,$E$2:$F$4,2,FALSE)

Col A = Size
Col B = Qty
Col C = Jersey #

Range E2:F4 as follows
AS 21,9,29
AM 22,7
AL 11,11

Should solve your problem?
Matt
 
Upvote 0

Forum statistics

Threads
1,213,504
Messages
6,114,020
Members
448,543
Latest member
MartinLarkin

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