I'm sure this is basic but I'm hitting a roadblock.
I can find a value at the intersection of a column and a row if I use the Lookup Wizard but the wizard only works when the data range being referenced is within the same worksheet. But I need to be able to perform the lookup when the data source is in another worksheet and/or workbook.
I've attached a small .xls file that shows what i'm trying to do.
Would greatly appreciate any help you can offer. Thanks!!!!!
Brian
brianalucas@gmail.com
G'day and welcome to the forum
Try this way and copy drag down
=INDEX(data!$B$2:$K$6,MATCH(A2,data!$A$2:$A$6,0),MATCH($A$1,data!$B$1:$K$1))
You have your row and column index the wrong way
Cheers
RC
Have I made you happy ??? If yes, please make me happy by pressing the Reputation icon in my post.
Please don't forget to do the same to other contributors of this forum.
Thanks
I don't void confusion, I create it
Awesome. Thanks very much. You totally helped me saved a ton of time.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks