HI
I got data by year and return in column C and D
Googled it and found the maximum consecutive positive and negative value for entire Column C. But now I need to find it by year after year.
Thank you
HI
I got data by year and return in column C and D
Googled it and found the maximum consecutive positive and negative value for entire Column C. But now I need to find it by year after year.
Thank you
Cell H6 formula , Drag down
Formula:
=MAX(FREQUENCY(IF((--$D$2:$D$106=--G6)*($C$2:$C$106<0),ROW($2:$106)),IF((--$D$2:$D$106=--G6)*($C$2:$C$106>=0),ROW($2:$106))))
Cell I6 formula , Drag down
Formula:
=MAX(FREQUENCY(IF((--$D$2:$D$106=--G6)*($C$2:$C$106>0),ROW($2:$106)),IF((--$D$2:$D$106=--G6)*($C$2:$C$106<=0),ROW($2:$106))))
Cheers!!! Thank you
@idealist87 You're Welcome. Glad to help . Thank You for the feedback and rep.
If you finally get a solution please mark your thread as SOLVED:
- Click Thread Tools above your first post,you will see the word PREFIX on the upper left, press the button to select [SOLVED] select "Mark your thread as Solved".
hi
I have added one more league to the data.
Same as above, but this want consecutive values based on both year and league.
Thank you
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks