Hello everyone,
I want to select THE NEXT row after a row, which contains a specific word. Let's say I have
Column Name
Data
Data and Data
Phone Number
XXX-XXX-XXX
Data
Data
More Data
Now I want to select XXX-XXX-XXX, always the row, which goes after the "Phone Number" row. How I can do this?
Thanks!