If a cell equals _, at the next row that equals _, return value fr
Ok.
It sounds like you want to first find "Joe's Hardware". Then you want to
find "Paint Brushes" below that.
There are probaly other ways...but see if this works for you.
=INDIRECT("G"&MATCH("Paint Brushes",INDIRECT("A"&MATCH("Joe's
Hardware",A1:A100,0)&":A23"),0)+MATCH("Joe's Hardware",A1:A100,0)-1)
Paul
"PCLIVE" wrote in message
...
Maybe one way could be done like this:
=IF(A18="Joe's Hardware",INDIRECT("G"& (ROW(A18)-1) + MATCH("Paint
Brushes",A18:A100)))
Regards,
Paul
"CathyH" wrote in message
...
This is an example of what I'm trying to do:
If a row in Column 1 = Joe's Hardware
Take the next row below Joe's Hardware that is called Paint Brushes and
return the value from Column 7 in the same row
I can't for the life of me figure out how to do it.
|