formular for max consecutive wins pr loss but with extra criteria {date} to filter the data

MARTINSOMAC

New Member
Joined
Dec 29, 2024
Messages
1
Office Version
  1. Prefer Not To Say
Platform
  1. Windows
i use this formular for max consecutive wins/loss =ArrayFormula(MAX(FREQUENCY(IF(Backtest!Q:Q<0,ROW(Backtest!Q:Q)),IF(Backtest!Q:Q>=0,ROW(Backtest!Q:Q))))) but i need to filter this data based off date so i see my result for like only april or may , this date is dependent of another column where i put in the dates
 

Excel Facts

Excel Wisdom
Using a mouse in Excel is the work equivalent of wearing a lanyard when you first get to college
1) you are probably using Google Sheets. Please let us know. Because there is a lot of differences between excel and that product.
2) are your dates real excel/GoogleSheet dates? or just texts which look like a date. Easy way to check it is by changing formatting of the cell into General format. If you see the number like
45656
or similar, then you have real date, if you see still something looking as a date, then it is a text.
 
Upvote 0

Forum statistics

Threads
1,225,039
Messages
6,182,534
Members
453,125
Latest member
SandwichTaker

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