I am working with deveral worksheets. I have a excel spreadsheet on one tab
and would like to be able to pull data from a source data sheet on another
tab when I click in the cell. The cell contains a number which can be
referenced to the source data, however I need to pull in a name from the
source sheet and have it placed in an adjacent cell ont he schedule. I have
tried Vlookup and it ddn't work. I have also tried the GetPivotInfo function
but it only returns totals not the text I am looking for. Any suggestins as
to what type of function will help?

Beth

Re: Functions in Excel by Pete_UK

Pete_UK
Thu May 08 16:02:52 CDT 2008

VLOOKUP should be able to do this as long as the lookup value is in
the first column of your lookup table - if not you can use an INDEX/
MATCH combination. Post the formula you tried and give a bit more
detail of how your data is laid out.

Hope this helps.

Pete

On May 8, 8:08=A0pm, Beth <B...@discussions.microsoft.com> wrote:
> I am working with deveral worksheets. =A0I have a excel spreadsheet on one=
tab
> and would like to be able to pull data from a source data sheet on another=

> tab when I click in the cell. =A0The cell contains a number which can be
> referenced to the source data, however I need to pull in a name from the
> source sheet and have it placed in an adjacent cell ont he schedule. =A0I =
have
> tried Vlookup and it ddn't work. =A0I have also tried the GetPivotInfo fun=
ction
> but it only returns totals not the text I am looking for. =A0Any suggestin=
s as
> to what type of function will help?
>
> Beth