+ Reply to Thread
Results 1 to 5 of 5

Formula needed to populate text from one sheet into a cell on another-WS attached

  1. #1
    Forum Contributor
    Join Date
    07-06-2013
    Location
    USA
    MS-Off Ver
    MS Office 2019 Pro Plus
    Posts
    182

    Formula needed to populate text from one sheet into a cell on another-WS attached

    On the sheet named “STATS”, column A20 thru A31 are numbered 1-12.
    In the adjacent column “B20 thru B31” are various names labeled “TYPE”.

    I need a formula for the following:
    When a number (1-12) is entered on sheet ‘LG’, column D6:D1005,
    The “TYPE” name listed in the adjacent column on sheet “STATS” will be entered into sheet ‘LG’, column E6:E1005 based on which number (1-12) was entered.

    Thank You
    Attached Files Attached Files

  2. #2
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,063

    Re: Formula needed to populate text from one sheet into a cell on another-WS attached

    In LG, E6, copied down:

    =IF(D6="","",VLOOKUP(D6,STATS!A20:B31,2,FALSE))
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU.

    Temporary addition of accented to illustrate ongoing problem to the TT: L? fh?ile P?draig sona dhaoibh

  3. #3
    Forum Contributor
    Join Date
    07-06-2013
    Location
    USA
    MS-Off Ver
    MS Office 2019 Pro Plus
    Posts
    182

    Re: Formula needed to populate text from one sheet into a cell on another-WS attached

    Its not working when i try to use further down the page. When I copied the formula down, the A20 thru A31 continues to climb as well so further down those numbers are rising to A29 thru A40, and so on.
    Can you adjust the formula so that the A20 thru A31 remain the same as I continue anywhere D6:D1005?

  4. #4
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,063

    Re: Formula needed to populate text from one sheet into a cell on another-WS attached

    Sorry. Not enough coffee yet... an elementary goof

    =IF(D6="","",VLOOKUP(D6,STATS!$A$20:$B$31,2,FALSE))

  5. #5
    Forum Contributor
    Join Date
    07-06-2013
    Location
    USA
    MS-Off Ver
    MS Office 2019 Pro Plus
    Posts
    182

    Re: Formula needed to populate text from one sheet into a cell on another-WS attached

    Thank you, I have alot of work to do to this sheet so I am taking it a little at a time.

    Really appreciate it.

+ 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. [SOLVED] Formula needed to auto populate in sheet2 & sheet3 based on test typed into cells in sheet
    By excelteam777 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 06-07-2015, 10:15 AM
  2. [SOLVED] Formula needed to auto populate in a range of cells on mult sprdsheets based on text input
    By excelteam777 in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 05-31-2015, 06:40 PM
  3. Replies: 1
    Last Post: 07-25-2014, 09:07 AM
  4. [SOLVED] Formula Needed to auto populate current date when text entered into a cell
    By excelteam777 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 11-15-2013, 09:50 PM
  5. Formula needed to populate associate name when ID number entered in another cell
    By excelteam777 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 08-20-2013, 12:06 AM
  6. [SOLVED] Urgent Help Needed To auto populate my form using formulas (With sample attached)
    By pringle1987 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 07-15-2013, 11:15 PM
  7. Populate invoice from database sheet (Attached)
    By Mayweed in forum Excel Programming / VBA / Macros
    Replies: 15
    Last Post: 08-24-2010, 08:55 AM

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