Please help! Here's what I'm trying to do:
I have a table in one sheet as follows:
1 Sam 40
2 Jeff 23
3 Mark 23
4 Vince 55
5 Kate 33
6 Susan 67
7 Troy 77
8 Debbie 44
The first column is the Employee Number, the second is the Employee Name & the third is the weekly sales figures.
In a different tab, I want to be able to type in the Employee Number (between 1 & 8) in Cell A1 and I want B1 to automatically populate with the Employee Name & C1 to automatically populate with the Sales Figure.
My understanding is that VLookup, Index/Match & Offset/Match functions can only return the value for one particular cell and not a range of cells. What other functions should I try to accomplish this?
Thanks.
Bookmarks