I am trying to count the number of times a certain text shows up in a row since the last time another text shows up in that row. Example: I would like to know the number of times the word "apple" shows up since the word "orange" showed up. C2 is "orange," H2 is "apple," L2 is "orange," then N2 is "apple," and Q2 is "apple." Is there a formula to count "apples" since the last "orange?" The answer going backwards (toward column A) would be 2. Is that even possible?