Calculating a series of ongoing events

Solved
jesaispas47 Posted messages 98 Status Member -  
 Anonymous user -
Hello,
I have a small issue with Excel and I would need your help.

To keep it simple, I have a calendar with Lyon's results and I've used a formula to count the match sequences where there were fewer than two goals. So far, everything is working, there are no issues.
Where I'm stuck is how to get the current series marked in G7? (so 4)?

If anyone has an idea, I'm open to suggestions :)
Thank you in advance

--
"All knowledge is an answer to a question."

1 answer

  1. jesaispas47 Posted messages 98 Status Member 11
     
    I found it!
    =SEARCH(9^9,D:D)

    This will search for the last non-empty cell

    1
    1. Anonymous user
       
      Hello

      Thank you for coming back with the answer ;)
      0