Total Win Loss Streak Values (Total rather than Running Total)

Den_Champion

New Member
Joined
Dec 10, 2020
Messages
3
Office Version
  1. 365
Platform
  1. Windows
MrExcelQuestion.PNG


Hi everyone, probably a simple answer but I cannot work it out. Any help greatly appreciated

I have a working formula in column A that displays Win / Loss Streak in a Running Total format but I want to just see the total of each streak as in Column C showing just the negative results. Is this possible?
 

Excel Facts

Wildcard in VLOOKUP
Use =VLOOKUP("Apple*" to find apple, Apple, or applesauce
** Happy to keep the Column A as a helper column then seperate the values from there.
 
Upvote 0
Welcome to the MrExcel board!

For the future, I suggest that you investigate XL2BB for providing sample data to make it easier for helpers by not having to manually type out sample data to test with.

See if this does what you want.

20 12 11.xlsm
ABC
1
2(10.00) 
3(20.00) 
4(30.00) 
5(40.00)(40.00)
6 
75.87 
820.87 
9(10.00)(10.00)
1014.00 
11(10.00)(10.00)
Streak
Cell Formulas
RangeFormula
C2:C11C2=IF(AND(A2<0,A3>=0),A2,"")
 
Upvote 0
Solution
You're welcome. Glad it worked for you. Thanks for the follow-up. :)
 
Upvote 0

Forum statistics

Threads
1,214,958
Messages
6,122,475
Members
449,087
Latest member
RExcelSearch

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