Hello,
I had a EXCEL spreadsheet of data for a camp I staff. Over 400 campers. I have a column for t-shirt sizes. I want a formula that tells me how many of each size are in that column. I gave you an example below. I have other columns like this that I need a forumla. I thought if you could give me the formula on this one, I can duplicate.
I want to answer the ? marks below.
T-SHIRT SIZE:
S
M
M
S
L
XL
XL
Total S = ? (should be 2 smalls)
Total M=? ( should be 2 mediums)
Total L = ? (should be 1 large)
Total XL = ? (should be 2 x-large)
Configuration: Windows XP Internet Explorer 7.0
Thank you. This is what I came up with. Here is an example for my XL shirts: =COUNTIF(F2:F400,"=XL"). I repeated this formula for all sizes.
|