+ Reply to Thread
Results 1 to 3 of 3

Formatting Excel between worksheets & Automatically Populating

  1. #1
    Registered User
    Join Date
    05-17-2012
    Location
    Victoria, Australia
    MS-Off Ver
    Excel 2003
    Posts
    3

    Formatting Excel between worksheets & Automatically Populating

    Hi All!

    I'm stuck trying to populate the information from one sheet to another.

    Basically, I am wanting the two worksheet to reflect the same information (but it will be displayed differently which is why I need the two), for example:

    SHEET #1:
    COLUMN A-------------------COLUMN B
    John Smith----------------{Need to add number}

    SHEET #2:
    COLUMN A--------------------COLUMN B
    {Need to add name}------------123

    So when the number is entered into "Sheet 1/Column B" and equals the number on "Sheet 2/Column B", I am wanting the name from "Sheet 1/Column A" to automatically populate in "Sheet 2/Column A"

    Hope that makes sense that that someone can help!!!!!!

  2. #2
    Valued Forum Contributor
    Join Date
    03-25-2004
    Location
    Boston, MA US
    Posts
    1,094

    Re: Formatting Excel between worksheets & Automatically Populating

    Hi,

    In Sheet2 where you want the name:

    =OFFSET(Sheet1!$B$1,MATCH(B2,Sheet1!$B$2:$B$10,0),-1)

    HTH

    Steve

  3. #3
    Registered User
    Join Date
    05-17-2012
    Location
    Victoria, Australia
    MS-Off Ver
    Excel 2003
    Posts
    3

    Re: Formatting Excel between worksheets & Automatically Populating

    Formatting.xls

    Unfortunately I can't get that formula to work - I'm sure that it's a user error on my behalf!!

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Tags for this Thread

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