Is it possible to dynamically omit certain data

burn95

New Member
Joined
Jun 21, 2011
Messages
4
I dont know if it is possible to do this, but I thought I would ask anyway. On the left side of my spreadsheet I enter my data, on the right side (columns QRS) I have created something of a summary of my data.

What I want to do is to make it so the summary only includes data based on certain criteria which I can choose. For example I would like to be able to calculate the number of winning, losing, break evens, Average win, and average losses for each strategy (method 1 or method 2), and be able to choose which strategy I want to see the calculations for.

Is this even possible to do, and if so, how can I go about doing it?
Excel Workbook
DEFGHLMNOPQRS
3StrategyPairsEntryL/SExitWLBEPip G/L
4Method 1EUR/USD1.0000Long1.0010110.0
5Method 2USD/JPY80.00Short80.101(10.0)
6Method 1USD/JPY70.50Short70.00150.0total pips-2963
7Method 2EUR/USD71.0005Long71.000510.0
8Method 1EUR/USD72.0005Long72.000510.0total trades11
9Method 1USD/JPY73.87Short73.901(3.0)Winning436.36%
10Method 2USD/JPY74.87Long74.99112.0Losing545.45%
11Method 1AUD/USD75.5899Long75.46791(1220.0)Break Even218.18%
12Method 2AUD/USD76.5899Short76.467911220.0
13Method 2EUR/USD32.4324Long32.34251(899.0)Average win323
14Method 1EUR/GBP21.3232Long21.11091(2123.0)Average loss-851
Sheet2
Excel 2007
 

Excel Facts

Using Function Arguments with nested formulas
If writing INDEX in Func. Arguments, type MATCH(. Use the mouse to click inside MATCH in the formula bar. Dialog switches to MATCH.
Some examples...

W(inning total for Method 1

R3: method 1

=SUMIF($D$4:$D$14,R3,$L$4:$L$14)

For the average win for a method, have a look at AVERAGEIF...
 
Upvote 0

Forum statistics

Threads
1,224,517
Messages
6,179,233
Members
452,898
Latest member
Capolavoro009

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