What is the best way to be able to enter a number into a cell and it returns
the name that corresponds with that number in the cell to the right of it.
The numbers and names to view from would be on a master/seperate worksheet.
Thanks so much for your help.
|
|
0
|
|
|
|
Reply
|
Utf
|
4/14/2010 10:31:02 PM |
|
Look in the help index for VLOOKUP
--
Don Guillett
Microsoft MVP Excel
SalesAid Software
dguillett@gmail.com
"jacki" <jacki@discussions.microsoft.com> wrote in message
news:1675AFF2-5950-4D5A-B1E0-C66FA0090E64@microsoft.com...
> What is the best way to be able to enter a number into a cell and it
> returns
> the name that corresponds with that number in the cell to the right of it.
> The numbers and names to view from would be on a master/seperate
> worksheet.
>
> Thanks so much for your help.
|
|
0
|
|
|
|
Reply
|
Don
|
4/14/2010 10:44:51 PM
|
|
Index/match gives you the versatility to return any col to the left or right
of the match col
Eg in Sheet2,
You could have something like this in say, C2:
=INDEX(Sheet1!A:A,MATCH($B2,Sheet1!$B:$B,0))
to return Sheet1's col A based on exact matching B2 within Sheet1's col B
The col to return is specified in this part:
INDEX(Sheet1!A:A
Inspiring? hit the YES below
--
Max
Singapore
---
"jacki" wrote:
> What is the best way to be able to enter a number into a cell and it returns
> the name that corresponds with that number in the cell to the right of it.
> The numbers and names to view from would be on a master/seperate worksheet.
>
> Thanks so much for your help.
|
|
0
|
|
|
|
Reply
|
Utf
|
4/14/2010 10:52:04 PM
|
|
Thanks so much for the quick reply but I guess I'm just dense.
I need to type a number in sheet 1, a2.. It will go to sheet 2 and match
that number with all the numbers in column a and copy the name next to that
number back to sheet 1,b2. I hope this makes sense as it's been awhile since
I have used Excel.
Thanks again for your time and help.
"Max" wrote:
> Index/match gives you the versatility to return any col to the left or right
> of the match col
>
> Eg in Sheet2,
> You could have something like this in say, C2:
> =INDEX(Sheet1!A:A,MATCH($B2,Sheet1!$B:$B,0))
> to return Sheet1's col A based on exact matching B2 within Sheet1's col B
>
> The col to return is specified in this part:
> INDEX(Sheet1!A:A
>
> Inspiring? hit the YES below
> --
> Max
> Singapore
> ---
> "jacki" wrote:
> > What is the best way to be able to enter a number into a cell and it returns
> > the name that corresponds with that number in the cell to the right of it.
> > The numbers and names to view from would be on a master/seperate worksheet.
> >
> > Thanks so much for your help.
|
|
0
|
|
|
|
Reply
|
Utf
|
4/14/2010 11:20:01 PM
|
|
If desired, send your file to my address below. I will only look if:
1. You send a copy of this message on an inserted sheet
2. You give me the newsgroup and the subject line
3. You send a clear explanation of what you want
4. You send before/after examples and expected results.
--
Don Guillett
Microsoft MVP Excel
SalesAid Software
dguillett@gmail.com
"jacki" <jacki@discussions.microsoft.com> wrote in message
news:582DC21E-9A5E-4992-8B09-FE6B0CFCFE9E@microsoft.com...
> Thanks so much for the quick reply but I guess I'm just dense.
>
> I need to type a number in sheet 1, a2.. It will go to sheet 2 and match
> that number with all the numbers in column a and copy the name next to
> that
> number back to sheet 1,b2. I hope this makes sense as it's been awhile
> since
> I have used Excel.
>
> Thanks again for your time and help.
>
> "Max" wrote:
>
>> Index/match gives you the versatility to return any col to the left or
>> right
>> of the match col
>>
>> Eg in Sheet2,
>> You could have something like this in say, C2:
>> =INDEX(Sheet1!A:A,MATCH($B2,Sheet1!$B:$B,0))
>> to return Sheet1's col A based on exact matching B2 within Sheet1's col B
>>
>> The col to return is specified in this part:
>> INDEX(Sheet1!A:A
>>
>> Inspiring? hit the YES below
>> --
>> Max
>> Singapore
>> ---
>> "jacki" wrote:
>> > What is the best way to be able to enter a number into a cell and it
>> > returns
>> > the name that corresponds with that number in the cell to the right of
>> > it.
>> > The numbers and names to view from would be on a master/seperate
>> > worksheet.
>> >
>> > Thanks so much for your help.
|
|
0
|
|
|
|
Reply
|
Don
|
4/14/2010 11:43:29 PM
|
|
> I need to type a number in sheet 1, a2.. It will go to sheet 2 and match
> that number with all the numbers in column a and copy the name next to that
> number back to sheet 1,b2
In Sheet1,
Put this in B2: =INDEX(Sheet2!B:B,MATCH($A2,Sheet2!$A:$A,0))
Copy down
--
Max
Singapore
---
|
|
0
|
|
|
|
Reply
|
Utf
|
4/15/2010 2:03:01 AM
|
|
Max,
found your answer below and tried to adjust it to a question I raised today,
"colating data from a table for a bespoke report". I used it to find the
first record but have problems with it finding futher records can you help
please.
(see below for example) Basically In cell a1 I have a drop down that allows
you to select a name so that all the differant Proj Code (from a 1020 row
list) against that name are shown on seperate rows in preformated report.
Once I have that data by means of a vlookup I have a formula that will show
the rest of the data.
Proj Code Name
PC01 colin
PC01 fred jones
PC12 colin
PC13 fred jones
PC14 fred jones
PC19 colin
if you can help could you post a report against that question please.
many thanks in advance.
UKMAN
"Max" wrote:
> > I need to type a number in sheet 1, a2.. It will go to sheet 2 and match
> > that number with all the numbers in column a and copy the name next to that
> > number back to sheet 1,b2
>
> In Sheet1,
> Put this in B2: =INDEX(Sheet2!B:B,MATCH($A2,Sheet2!$A:$A,0))
> Copy down
> --
> Max
> Singapore
> ---
|
|
0
|
|
|
|
Reply
|
Utf
|
4/26/2010 10:12:01 PM
|
|
|
6 Replies
229 Views
(page loaded in 0.131 seconds)
Similiar Articles: VLOOKUP: Referencing worksheets whose names contain commas ...Hello, How do I make a VLOOKUP formula reference a different worksheet that has a comma in its name? For instance, in Sheet1 I want to refer to ... Vlookup multiple changes - microsoft.public.excel.miscI was wondering if there is a formulas where I can do vlookup on multiple changes. I have a list of unique number and they can change a few time wi... VLOOKUP Question - microsoft.public.excel.miscVlookup question - Microsoft Answers In our item# code table, we have two identical item# with different Production date in column 2. However, our VLOOKUP function ... VLookup and Indirect - microsoft.public.excel.programming ...I am currently using INDIRECT to get the lookup_value for VLOOKUP The formula I am using is: =VLOOKUP(INDIRECT(D2),INDIRECT("'"&B2&"'!A2:F20"),2,)... vlookup across multiple pages - microsoft.public.excel.worksheet ...I'm trying to use vlookup to give me a summary of some number throughout a workbook. It has to sum across about 25 worksheets. not all worksheets ... VBA VLookup Problem - microsoft.public.excelI'm trying to run a macro that uses a vlookup that is getting the lookup value from cell J2 of Book1.xlsx (which was just created through a macro), ... Vlookup in multiples columns - microsoft.public.excel.worksheet ...I have the following simple spreadsheet. I'm tryping to use VLOOKUP to find the rate of pay based on the Job Type and the Hourly Pay which refers ... Vlookup - formula not working - microsoft.public.mac.office.excel ...Version: 2008 Operating System: Mac OS X 10.6 (Snow Leopard) Processor: Intel Hi, I'm really frustrated, and am wondering if i'm an idiot, or i... Remove Duplicates From VLOOKUP Result - microsoft.public.excel ...Good Morning All, I am trying to remove duplicate results for a VLOOKUP query. See example below, A ... vlookup from two sources - syntax of vlookup statement - microsoft ...[Excel 2003] Is it possible to use syntax to perform a vlookup from a source and then another if the first is False? For example, My primar... VLOOKUP - Excel - Office.com - Microsoft Corporation: Software ...Searches for a value in the first column of a table array and returns a value in the same row from another column in the table array. The V in VLOOKUP stands for ... How to Use VLOOKUP Function | Excel VLOOKUP ExampleExcel tutorial on how to use Excel VLOOKUP function for pulling in data from another worksheet. Includes VLOOKUP example worksheets. MS Excel: VLookup Function - TechOnTheNet.comThe VLookup function searches for value in the left-most column of table_array and returns the value in the same row based on the index_number. vlookup Excel Function Tutorial Example how to formula Help guideVlookup tutorial help and example - learn how to use it. Free Excell training videos v-lookup formula guide. Leer vlook up functie eenvoudig gids handleiding Excel VLookup Function Examples - Contextures Excel Tips, Excel ...Excel VLOOKUP function pulls data from table in Excel. VLookup example, VLookup arguments, troubleshooting. Video shows Excel VLOOKUP steps. 7/25/2012 3:18:33 PM
|