Excel Filter + New Calculations

Greenlee

New Member
Joined
Aug 31, 2014
Messages
23
Hello guys I need a bit of your help!

So here I will make an example of my problem

Column A Column B (wins) Column C (lose) Total trades : 4, Total Wins 3, Total Loss: 1
APPLE stock 1 0
APPLE stock 1 0
APPLE stock 0 1
GOOGLE stock 1 0

Now here When I filter Apple stocks I want to calculate only Total Trades of Apple it means it should be Total Trades: 3, Total wins 2, Total loss:1

How do I do that ? Much appreciate your answer in advance
 

Excel Facts

Pivot Table Drill Down
Double-click any number in a pivot table to create a new report showing all detail rows that make up that number
Excel Workbook
ABCDEF
1IDWinsLosssesTotal trades3
2Apple stock10Wins2
3Apple stock10Losses1
4Apple stock01
5Google stock10
Sheet1
 
Upvote 0
First of all I would like to apologize for posting into the wrong section :( secondly I would like to thank you slansidman and at the same time I would like to ask you one more thing what about if there are 2 more conditions 1.st timeframe lets say: M30, M30,M30 and Strategies: bat, butterfly, so for my trades,wins and losses there would be those limits ( timeframe, strategy and of stock), that means I have three conditions I hope I was understandable enough :) Thanks in advance!
 
Upvote 0
I think the function you are looking for is SUBTOTAL.
Try:
=SUBTOTAL(9,sumrange)
then apply the filter. Only visible range will be added.


Hello guys I need a bit of your help!

So here I will make an example of my problem

Column A Column B (wins) Column C (lose) Total trades : 4, Total Wins 3, Total Loss: 1
APPLE stock 1 0
APPLE stock 1 0
APPLE stock 0 1
GOOGLE stock 1 0

Now here When I filter Apple stocks I want to calculate only Total Trades of Apple it means it should be Total Trades: 3, Total wins 2, Total loss:1

How do I do that ? Much appreciate your answer in advance
 
Upvote 0

Forum statistics

Threads
1,214,618
Messages
6,120,544
Members
448,970
Latest member
kennimack

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