+ Reply to Thread
Results 1 to 6 of 6

2 Sheets , populating price column from 1 sheet to another ?

  1. #1
    Registered User
    Join Date
    08-29-2014
    Location
    Uk
    MS-Off Ver
    2010
    Posts
    23

    2 Sheets , populating price column from 1 sheet to another ?

    Hi ,

    I'm a noob so bear with me

    Ok , the situation is the following :

    1/ I have 2 sheets of data that contain product information (price and code)

    2/ "Sheet A" is the master sheet that details all my products and codes , "Sheet B" contains the product codes and prices only

    3/ The issue i have is that Sheet B does not contain all the product codes so i cant sort by product code then just copy and paste the prices

    4/ I need to somehow get the "price" cell in Sheet A to look at Sheet B , look for the product code then populate the price cell with the corresponding price

    i've been trying to use a COUNTIF function but it doesnt work ??

  2. #2
    Forum Expert
    Join Date
    03-23-2004
    Location
    London, England
    MS-Off Ver
    Excel 2019
    Posts
    7,082

    Re: 2 Sheets , populating price column from 1 sheet to another ?

    Try
    in SheetB!B1
    =VLOOKUP(SheetB!A1,SheetA!A$1:B$100,2,0)
    and copy down

    where SheetB!A1 is the product code you want to find the price of.
    Regards
    Special-K

    Ensure you describe your problem clearly, I have little time available to solve these problems and do not appreciate numerous changes to them.

  3. #3
    Registered User
    Join Date
    08-29-2014
    Location
    Uk
    MS-Off Ver
    2010
    Posts
    23

    Re: 2 Sheets , populating price column from 1 sheet to another ?

    Hi SPecial K , thanks for helping , but it doesnt seem to work , ive attached the sheet example.xlsx, i thinkk i can do it one sheet.

    colum A is the price column b is the code , now i want colum f to be popualted with the correct price for the code ?

    thank you so much , appreciated !!

  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 2406
    Posts
    44,662

    Re: 2 Sheets , populating price column from 1 sheet to another ?

    Use this, in F2, copied down as needed.
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    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

  5. #5
    Registered User
    Join Date
    08-29-2014
    Location
    Uk
    MS-Off Ver
    2010
    Posts
    23

    Re: 2 Sheets , populating price column from 1 sheet to another ?

    perfct , amazin , big thanks !!

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

    Re: 2 Sheets , populating price column from 1 sheet to another ?

    If that's it, can you mark the thread as solved and (preferably) say thanks to those who helped by clicking the Add Reputation button at the foot of their posts(s)?

+ 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. Replies: 0
    Last Post: 08-07-2011, 05:06 PM
  2. Populating a sheet from multiple sheets
    By wtsublette in forum Excel General
    Replies: 4
    Last Post: 05-02-2011, 10:53 AM
  3. Conditionally Populating a Sheet from Mulitple Sheets
    By Odysimus in forum Excel General
    Replies: 0
    Last Post: 12-08-2009, 06:31 PM
  4. Populating one sheet with data from other sheets
    By Giselle in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 03-25-2006, 03:00 PM
  5. populating sheet with data from other sheets
    By G. Beard in forum Excel - New Users/Basics
    Replies: 0
    Last Post: 10-03-2005, 12:05 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