bfournier5
New Member
- Joined
- Apr 17, 2018
- Messages
- 17
Hello
Looking for some help. I'm trying to find the row value of a specific text that appears inside a range. Once I have this row, I'll need to copy the data that is located 3 columns to the left of this same row. I have placed the search text inside a cell and if that do not work, I need to search the same range with another set of words that is placed right under.
I'll also need some help to bypass this if the range is less then 5 lines.
Here is my formula so far
=MATCH(P1;SingleInteraction;0) but it returns #n/a ... but my range has the search text in it. If I only have this text inside the cell, it will return the row, but the cell will always have more text before what I'm looking for.
Hope this make sense?
Looking for some help. I'm trying to find the row value of a specific text that appears inside a range. Once I have this row, I'll need to copy the data that is located 3 columns to the left of this same row. I have placed the search text inside a cell and if that do not work, I need to search the same range with another set of words that is placed right under.
I'll also need some help to bypass this if the range is less then 5 lines.
Here is my formula so far
=MATCH(P1;SingleInteraction;0) but it returns #n/a ... but my range has the search text in it. If I only have this text inside the cell, it will return the row, but the cell will always have more text before what I'm looking for.
Hope this make sense?