tkroper
Active Member
- Joined
- Feb 2, 2007
- Messages
- 255
Hi friends!
This formula will locate specified text in column A and return the data from the same row in column B:
I would like to locate the next occurance of the same text and return the data in the corresponding row until I get each occurance (there are nearly 1,500 rows). The lookup value is not always the same number of rows below the prior occurance.
This formula will locate specified text in column A and return the data from the same row in column B:
Code:
=VLOOKUP("Claimant Name:",$A$1:$B$22,2,0)