only a certain text from a target col

N

Narnimar

I have a large data sheet of order pending list in which I look for a text in
$B$2175 and determine the area of target cells. In this sheet they can be
found in between the resulted row from
ADDRESS(ROW(INDIRECT("B"&MATCH($B$2175,B:B,0))),1) and
ADDRESS(MATCH($B$2175,A:A,0),1)
The formula to return my needed text is if result of
MID(INDIRECT("A"&MATCH($B$2175,A:A,0)-(MATCH($B$2175,A:A,0)-MATCH($B$2175,B:B,0)+3,2,3)
= “PO-“ This will extract and return items based on “PO-“ in the column but
I need to use draghandle and extract only required value. How can I
incorporate a drag feature instead of +3 given in this formula so that even
the target row exists in other rows than 3rd row in the same column?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Index/Match Lookup with a merged col 2
Search cell value in same column 3
Indirect 2
FIND ERROR PROBLEM 0
comparing 2 columns 6
Different perspective of RANK 4
Help with CountIF / SUM 1
formula error 1

Top