G
Guest
I am using an offset formula to bring back data.
I am trying to bring back the cell next to the one that has a label that
matches the file name e.g. the file name is Place and then column a contains
a list of places and column b contains text about those places.
I am using the following formula:
=OFFSET(Data!A15,MATCH(MID(CELL("filename"),SEARCH("[",CELL("filename"))+1,
SEARCH("]",CELL("filename"))-SEARCH("[",CELL("filename"))-5),Data!$A$15
ata!$A$37,0),1)
Where Data! refers to the sheet which contains the data and the cells refer
to where on that sheet the data is.
However, the formula is not bringing back the value that is next to the one
which matches the filename, it is bringing back the one below it.
Can anyone see what I am doing wrong???
I am trying to bring back the cell next to the one that has a label that
matches the file name e.g. the file name is Place and then column a contains
a list of places and column b contains text about those places.
I am using the following formula:
=OFFSET(Data!A15,MATCH(MID(CELL("filename"),SEARCH("[",CELL("filename"))+1,
SEARCH("]",CELL("filename"))-SEARCH("[",CELL("filename"))-5),Data!$A$15

Where Data! refers to the sheet which contains the data and the cells refer
to where on that sheet the data is.
However, the formula is not bringing back the value that is next to the one
which matches the filename, it is bringing back the one below it.
Can anyone see what I am doing wrong???