+ Reply to Thread
Results 1 to 4 of 4

Index Match update data

  1. #1
    Forum Contributor
    Join Date
    01-23-2016
    Location
    karachi
    MS-Off Ver
    2007
    Posts
    316

    Index Match update data

    Hi,
    I have experts I have 2 sheets, 1sheet have data and 2nd sheet I want to update by SKU#, I have attached screenshot, when I put SKU# barcode and product data will be update accordingly SKU#.

    Thanks in Advance.
    Farhan
    Attached Images Attached Images
    Attached Files Attached Files

  2. #2
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    25,461

    Re: Index Match update data

    Put this formula in A3 of Sheet2:

    =IF($B3="","",IFERROR(INDEX(data!A:A,MATCH($B3,data!$B:$B,0)),""))

    then copy down. You can also copy the formulae into column C.

    Hope this helps.

    Pete

  3. #3
    Registered User
    Join Date
    08-24-2014
    Location
    Swansea
    MS-Off Ver
    Office 365
    Posts
    99

    Re: Index Match update data

    Hi there,
    a quick and easy to update way of doing this is with Vlookups. Add an additional column in your data sheet to allow the SKU to be at the start of your columns and you can still paste over new data into columns B, C and D. See attached sheet..
    thanks
    Leigh
    Attached Files Attached Files

  4. #4
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (both in England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2507 (Windows 11 Home 24H2 64-bit)
    Posts
    91,745

    Re: Index Match update data

    Leigh - using VLOOKUP here is not quick and easy - as you have said yourself, it requires either the moving or duplication of a column (although there is in fact a trick to make VLOOKUP look from right to left using the CHOOSE function).

    Pete's use of INDEX MATCH obviates the need to rearrange or change the data layout. I suggest that you get to know the INDEX MATCH combo and add it to your own toolbox.
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help. It's a universal courtesy.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    NB:
    as a Moderator, I never accept friendship requests.
    Forum Rules (updated August 2023): please read them here.

+ 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] Help to Update INDEX MATCH Formula to Handle More Rows
    By stephen.arnold1261 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 08-05-2019, 03:00 PM
  2. Need Help with Index, Match, Match with multiple results and copying data x times
    By jrboyd in forum Excel Programming / VBA / Macros
    Replies: 12
    Last Post: 05-27-2019, 06:57 AM
  3. INDEX MATCH ignore blanks. And, update data in rows if 1 cell matches
    By EngineerDan in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 03-17-2019, 03:45 AM
  4. [SOLVED] Update INDEX/MATCH array with range check
    By x65140 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 06-02-2014, 07:19 AM
  5. Replies: 3
    Last Post: 05-08-2013, 02:10 PM
  6. VBA Index/Match/iferror/and comparision and update file through two different sheets
    By gaurangaero in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 11-28-2012, 11:33 AM
  7. Replies: 16
    Last Post: 10-29-2012, 02:05 AM

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