+ Reply to Thread
Results 1 to 5 of 5

Populate Cells based on Separate Sheet

Hybrid View

  1. #1
    Registered User
    Join Date
    09-01-2017
    Location
    Doncaster
    MS-Off Ver
    Office 365 Business
    Posts
    15

    Question Populate Cells based on Separate Sheet

    I'll do my best to describe this... (Attached Spreadsheet)

    Sheet 1 contains a 5 reference number down Column A...

    A
    00001
    00002
    00003

    Sheet 2 contains text in B1, C1, D1 etc.....

    B1 = Test 1
    C1 = Test 2
    D1 = Test 3

    If there a formula that once a reference number is typed into the next cell down in Column A (e.g 00004), the cells next to it are populated with the cells from Sheet 2
    Attached Files Attached Files

  2. #2
    Registered User
    Join Date
    09-06-2017
    Location
    Yorkshire, England
    MS-Off Ver
    Office 365 Business
    Posts
    4

    Re: Populate Cells based on Separate Sheet

    Exact same issue I am facing right now, interested to see if there is an answer.

  3. #3
    Forum Expert shukla.ankur281190's Avatar
    Join Date
    05-17-2014
    Location
    Lucknow, India
    MS-Off Ver
    Microsoft® Excel® for Microsoft 365 MSO (Version 2503 Build 16.0.18604.20000) 64-bit
    Posts
    3,999

    Re: Populate Cells based on Separate Sheet

    May be try in A1
    Formula: copy to clipboard
    =INDEX(SUBSTITUTE(Sheet2!$B$1:$CF$1,"Test ",""),ROW(1:1))
    If I helped, Don't forget to add reputation (click on the little star ★ at bottom of this post)
    Don't forget to mark threads as "Solved" (Thread Tools->Mark thread as Solved)

  4. #4
    Registered User
    Join Date
    09-01-2017
    Location
    Doncaster
    MS-Off Ver
    Office 365 Business
    Posts
    15

    Re: Populate Cells based on Separate Sheet

    Quote Originally Posted by shukla.ankur281190 View Post
    May be try in A1
    Formula: copy to clipboard
    =INDEX(SUBSTITUTE(Sheet2!$B$1:$CF$1,"Test ",""),ROW(1:1))
    Can't get that to work I'm afraid.

  5. #5
    Forum Expert shukla.ankur281190's Avatar
    Join Date
    05-17-2014
    Location
    Lucknow, India
    MS-Off Ver
    Microsoft® Excel® for Microsoft 365 MSO (Version 2503 Build 16.0.18604.20000) 64-bit
    Posts
    3,999

    Re: Populate Cells based on Separate Sheet

    Do you need to populate Test 1, Test2 and so on....? If is this you want the try in sheet 2

    B1
    Formula: copy to clipboard
    ="Test "&INDEX(Sheet1!$A:$A,COLUMNS($B1:B1))

    drag towards the cell

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Auto fill static cell on separate sheet based on changing cells in another sheet
    By lawrence24 in forum Excel Programming / VBA / Macros
    Replies: 10
    Last Post: 09-15-2014, 12:31 PM
  2. Replies: 5
    Last Post: 03-04-2014, 10:01 AM
  3. macro to populate cells based on value on other sheet
    By swfarm in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 03-02-2014, 03:03 PM
  4. Replies: 0
    Last Post: 05-22-2012, 09:39 PM
  5. Replies: 4
    Last Post: 03-01-2012, 01:05 PM
  6. Auto-populate cells based on data from another sheet
    By tmartin1313 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 11-16-2011, 12:15 AM
  7. Replies: 2
    Last Post: 08-04-2010, 07:36 PM

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