Sum and filter

T

The Wolf

If you do sum a3..........c3 then filter out what was in b3 is it possible
for the sum function to reflect a3 +b3?

tia
--
 
J

JE McGimpsey

The Wolf said:
If you do sum a3..........c3 then filter out what was in b3 is it possible
for the sum function to reflect a3 +b3?


I see no one else has jumped in...

I'm not sure what you're asking for. Could you add a bit to your
description? For instance: How are your filtering out B3?
 
T

The Wolf

I see no one else has jumped in...

I'm not sure what you're asking for. Could you add a bit to your
description? For instance: How are your filtering out B3?

If you have column a reflecting a1,a2,a3,a4 etc.

And a1,a2,a4 is gasoline but a3 is car wash

And you apply a filter so just the gasoline appears it still adds the $10
for the car wash to the total even though it doesn't appear on the sheet.

Does this make sense? I want just the gasoline sum.
 
B

Bob Greenblatt

If you have column a reflecting a1,a2,a3,a4 etc.

And a1,a2,a4 is gasoline but a3 is car wash

And you apply a filter so just the gasoline appears it still adds the $10
for the car wash to the total even though it doesn't appear on the sheet.

Does this make sense? I want just the gasoline sum.
Yes, it makes sense. Try =subtotal(9,range) instead of =sum(range) it will
show the total of visible cells only.
 

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