'How to pull row number of the last row containing a specific text?
I want to pull the row number of the last row conataining a specific text and the data is sorted randomly in google sheet. For example, I need to return the row number for the text "John" and since "John" is repeating several times, I need the last row containing "John".
- Harry
- Sara
- John
- Harry
- Harry
- John
So for the above data which is in a single column, I want to return value 6.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
