summarize data sheet

G

GateKeeper

I have a spreadsheet with 11 columns and 333 records. I need to create a
summary based on the data in one of the columns.

The data looks like this:
Item, Brand, Form, Formula, Size, Units
I need to summarize the data by "Form", like this:

form1: count(brands); count(forms); count(formulas)
form2: count(brands); count(forms); count(formulas)

So for each Form, I need the number of brands that have that form, etc.

What can I do?

GateKeeper
Experienced Computer User
 
G

GateKeeper

Unfortunately, that will not work for my purposes. I need to see a COUNT of
the number of brands that use a particular form. Subtotals just gives me a
count of the number of forms. I will keep trying to find an answer.
 
G

GateKeeper

That actually worked for me, but it is very clumsy to use. I want to
find some kind of formula that works, so I can summarize several columns
at once, and link to the summaries from another page.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top