+ Reply to Thread
Results 1 to 4 of 4

Update values on 1 sheet with values from multiple source sheets

  1. #1
    Registered User
    Join Date
    07-12-2014
    Location
    England
    MS-Off Ver
    2007
    Posts
    5

    Update values on 1 sheet with values from multiple source sheets

    Hello
    Here's my problem. I get a daily report where I need to update the values in a particular column (set at zero) with corresponding values from multiple source sheets.
    In my attachment, on the Main sheet, I need to update the values in column N with the relevant values (corresponding Trade Refs) in Source A and Source B sheets.
    e.g. Main Sheet N1 should = £1 (from Source A) & Main sheet N2 should = £12 (from Source B)

    I want to be able to achieve this with a click of a button.
    I've been able to achieve this with an Index & Match formula but only for 1 set of source data, I can't get the ranges to cover multiple sheets! I've been trying for ages and its been driving me mad! Obviously, I am an excel novice.

    Can anybody take a look? I imagine its something quite quick for an expert.

    Thank you
    Attached Files Attached Files
    Last edited by Jean Claude Baptiste; 06-04-2017 at 02:11 PM. Reason: Solved

  2. #2
    Forum Guru
    Join Date
    07-25-2011
    Location
    Florida
    MS-Off Ver
    Excel 2003
    Posts
    9,643

    Re: Update values on 1 sheet with values from multiple source sheets

    This formula would search two sheets.

    Formula: copy to clipboard
    Please Login or Register  to view this content.
    Surround your VBA code with CODE tags e.g.;
    [CODE]your VBA code here[/CODE]
    The # button in the forum editor will apply CODE tags around your selected text.

  3. #3
    Registered User
    Join Date
    07-12-2014
    Location
    England
    MS-Off Ver
    2007
    Posts
    5

    Re: Update values on 1 sheet with values from multiple source sheets

    I really do have a lot of time for boffins. Without you the world would be an awful place. Many thanks for your help, that works a treat.

  4. #4
    Forum Guru
    Join Date
    07-25-2011
    Location
    Florida
    MS-Off Ver
    Excel 2003
    Posts
    9,643

    Re: Update values on 1 sheet with values from multiple source sheets

    You're welcome. Thanks for the feedback.

    A slightly shorter version of the same formula.

    =IFERROR(INDEX('Source A'!E:E,MATCH(O1,'Source A'!F:F,0)),
    IFERROR(INDEX('Source B'!J:J,MATCH(O1,'Source B'!K:K,0)),"No Match"))

+ 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. Can't Update Linked Values without Source Open
    By HWScott in forum Excel General
    Replies: 3
    Last Post: 06-09-2016, 10:19 AM
  2. Replies: 2
    Last Post: 03-02-2015, 07:02 AM
  3. Update Data in Multiple Sheets From 1 Source Sheet
    By smfismfi in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 08-11-2012, 04:17 PM
  4. Replies: 2
    Last Post: 06-04-2012, 06:57 AM
  5. How to Update Values without having to re-select source files
    By ichiruki17 in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 05-08-2012, 09:46 PM
  6. Search for Multiple String Values on Multiple Sheets and Copy Rows to New Sheet
    By rrtikker in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 03-15-2012, 12:21 PM
  7. Linking cells: open source to update values
    By zimon72 in forum Excel General
    Replies: 2
    Last Post: 01-19-2006, 03:21 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