G
Guest
Hi, I am trying to match a cell value on one worksheet and return an value in the next column and one row up in another.
The second Sheet ('Account Info'!) is set up like this.
A B
Petty Cash-US
10050-000-00-0121-00
I have a cell returning the sheet name (A2) and the text "Account #:"
="Account # : "&MID(CELL("filename",A1),FIND("]",CELL("filename",A1))+1,255). It would read: Account #: 10050
I want to match that with data in a seperate sheet ('Account Info'!A) and return the account name which is one row up and in column B ('Account Info'!A)
I have been trying match,vlookup and offset functions but have not got this to work yet.
Can someone give me an idea how to get this done?
Thanks,
Todd
The second Sheet ('Account Info'!) is set up like this.
A B
Petty Cash-US
10050-000-00-0121-00
I have a cell returning the sheet name (A2) and the text "Account #:"
="Account # : "&MID(CELL("filename",A1),FIND("]",CELL("filename",A1))+1,255). It would read: Account #: 10050
I want to match that with data in a seperate sheet ('Account Info'!A) and return the account name which is one row up and in column B ('Account Info'!A)
I have been trying match,vlookup and offset functions but have not got this to work yet.
Can someone give me an idea how to get this done?
Thanks,
Todd