Total Questions

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I currently use the autofilter on a spreadsheet to find all of the departments.
I also use a subtotal function,=subtotal(9,c2:c128), to total all of the
amounts of the department.

What I need to know how to do is divide and multiply these subtotal amounts,
so that I can get these totals when I use the autofilter, instead of manually
calculating each one.

Ex. If I have Unit Price and Total Ordered. I need to have these both
multiplied.
And if I have to find a percentage, I need to divide Unit Price by Total
Billed.

Please help.

Thank You
 
You want this done on a row by row basis - why not add a dummy column where
the calculation is performed.

Or if you mean you need to multiply the subtotal by a single unit price

=subtotal(9,c2:c128)*UnitPrice

You might want to look at using a pivot table.
 

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

Back
Top