+ Reply to Thread
Results 1 to 3 of 3

How do I combine If and VLookup function?

Hybrid View

Guest How do I combine If and... 12-13-2005, 06:10 PM
Guest Re: How do I combine If and... 12-13-2005, 06:10 PM
Guest Re: How do I combine If and... 12-13-2005, 08:10 PM
  1. #1
    Felicia Pickett
    Guest

    How do I combine If and VLookup function?


    I have a vendor name in Sheet 1, Cell A1 and a corresponding Vendor Number
    in Sheet 1, cell C1. On Sheet 2, I have a Vendor name in cell A1 and
    corresponding Vendor number in a cell C1 and the name I would like to use in
    cell B1.

    How do I get the B1 information from Sheet 2 to Sheet 1 by matching the
    information on both?
    Sheet 1
    A1 = Accuflow
    C1 = 15010427

    Sheet 2
    A1 = Accuflow
    B1 = Accu
    C1 = 15010427

  2. #2
    Niek Otten
    Guest

    Re: How do I combine If and VLookup function?

    There are many ways to that, but what I find easiest:

    Insert a new column in Sheet2, in which you concatenate Columns A and C:

    =A1&C1, Copy down

    And in Sheet1, concatenate A1 and C1: =A1&C1 (let's say in cell D1)

    Now you can use cell D1 in Sheet1 to do a VLOOKUP in Sheet2

    --
    Kind regards,

    Niek Otten



    "Felicia Pickett" <FeliciaPickett@discussions.microsoft.com> wrote in
    message news:10344218-2264-4188-9D4C-0DC9DA457800@microsoft.com...
    >
    > I have a vendor name in Sheet 1, Cell A1 and a corresponding Vendor Number
    > in Sheet 1, cell C1. On Sheet 2, I have a Vendor name in cell A1 and
    > corresponding Vendor number in a cell C1 and the name I would like to use
    > in
    > cell B1.
    >
    > How do I get the B1 information from Sheet 2 to Sheet 1 by matching the
    > information on both?
    > Sheet 1
    > A1 = Accuflow
    > C1 = 15010427
    >
    > Sheet 2
    > A1 = Accuflow
    > B1 = Accu
    > C1 = 15010427




  3. #3
    Felicia Pickett
    Guest

    Re: How do I combine If and VLookup function?

    Thank you! This is exactly what I needed.

    "Niek Otten" wrote:

    > There are many ways to that, but what I find easiest:
    >
    > Insert a new column in Sheet2, in which you concatenate Columns A and C:
    >
    > =A1&C1, Copy down
    >
    > And in Sheet1, concatenate A1 and C1: =A1&C1 (let's say in cell D1)
    >
    > Now you can use cell D1 in Sheet1 to do a VLOOKUP in Sheet2
    >
    > --
    > Kind regards,
    >
    > Niek Otten
    >
    >
    >
    > "Felicia Pickett" <FeliciaPickett@discussions.microsoft.com> wrote in
    > message news:10344218-2264-4188-9D4C-0DC9DA457800@microsoft.com...
    > >
    > > I have a vendor name in Sheet 1, Cell A1 and a corresponding Vendor Number
    > > in Sheet 1, cell C1. On Sheet 2, I have a Vendor name in cell A1 and
    > > corresponding Vendor number in a cell C1 and the name I would like to use
    > > in
    > > cell B1.
    > >
    > > How do I get the B1 information from Sheet 2 to Sheet 1 by matching the
    > > information on both?
    > > Sheet 1
    > > A1 = Accuflow
    > > C1 = 15010427
    > >
    > > Sheet 2
    > > A1 = Accuflow
    > > B1 = Accu
    > > C1 = 15010427

    >
    >
    >


+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1