+ Reply to Thread
Results 1 to 7 of 7

Need to automatically update sheet 2 as new data is added to sheet 1.

  1. #1
    Registered User
    Join Date
    09-22-2013
    Location
    Riverton Wyoming
    MS-Off Ver
    Microsoft Home and Student 2021
    Posts
    46

    Need to automatically update sheet 2 as new data is added to sheet 1.

    I need the Recon sheet to update as new information is added to the RawData sheet.

    The Recon sheet sorts the RawData sheet by low to high BOL. The Recon sheet then looks at Columns F, G and H on RawData for an "x" in the appropriate BOL line. If there is an "x" a set value is put on the BOLs line on the Recon sheet.

    As the month goes on new data is added to the RawData sheet and BOLs are rarely in numerical order. But they must be on the Recon sheet.
    Last edited by rafcaf; 04-04-2018 at 02:18 AM.

  2. #2
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,929

    Re: Need to automatically update sheet 2 as new data is added to sheet 1.

    To best describe or illustrate your problem you would be better off attaching a dummy workbook. The workbook should contain the same structure and some dummy data of the same type as the type you have in your real workbook - so, if a cell contains numbers & letters in this format abc-123 then that should be reflected in the dummy workbook.

    To attach a file to your post,
    click advanced (next to quick post),
    scroll down until you see "manage file",
    click that and select "add files" (top right corner).
    click "select files" find your file, click "open" click "upload" click 'done" bottom right. click "submit reply"

    Once the upload is completed the file name will appear below the input boxes in this window.
    You can then close the window to return to the new post screen.
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  3. #3
    Registered User
    Join Date
    09-22-2013
    Location
    Riverton Wyoming
    MS-Off Ver
    Microsoft Home and Student 2021
    Posts
    46

    Re: Need to automatically update sheet 2 as new data is added to sheet 1.

    File added.
    Attached Files Attached Files

  4. #4
    Forum Expert shukla.ankur281190's Avatar
    Join Date
    05-17-2014
    Location
    Lucknow, India
    MS-Off Ver
    Office 365
    Posts
    3,935

    Re: Need to automatically update sheet 2 as new data is added to sheet 1.

    What do you want with the attached file? RECON sheet having some formula's which is exactly giving result as per your description. Now further what you need.
    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)

  5. #5
    Registered User
    Join Date
    09-22-2013
    Location
    Riverton Wyoming
    MS-Off Ver
    Microsoft Home and Student 2021
    Posts
    46

    Re: Need to automatically update sheet 2 as new data is added to sheet 1.

    There are 5 rows of data on Raw Data sheet, however, the 5th row does not move to the Recon sheet. I have to manually move it. Is there a way to have the 5th and subsequent rows moved to the Recon sheet without me having to move them?
    Last edited by rafcaf; 04-04-2018 at 03:31 AM.

  6. #6
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,777

    Re: Need to automatically update sheet 2 as new data is added to sheet 1.

    With a formula: copy, yes, move, no. Move will require VBA - shall I move your thread?
    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.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    Forum Rules (updated August 2023): please read them here.

  7. #7
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,189

    Re: Need to automatically update sheet 2 as new data is added to sheet 1.

    Why not this in RECON ?

    in A3

    =IFERROR(SMALL('RAW DATA'!D$3:D100,ROWS($1:1)),"")

    copy down

    in B3

    =IF($A3="","",IF(INDEX('RAW DATA'!F$3:F$100,MATCH(RECON!$A3,'RAW DATA'!$D$3:$D$100,FALSE))="x",102.38,""))

    copy down

    Repeat for C and D

+ 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] How do i get data to automatically update on other sheet
    By dougers1 in forum Excel General
    Replies: 5
    Last Post: 04-27-2016, 03:41 PM
  2. Update A Sheet if a row added to another sheet.
    By brent_milne in forum Excel General
    Replies: 2
    Last Post: 12-22-2014, 06:01 PM
  3. update target sheet with rows as they are added or deleted to master sheet
    By RLR31064 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 11-20-2014, 05:41 PM
  4. how do i take data from one sheet to automatically update another sheet?
    By happydaize in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 02-02-2014, 12:02 PM
  5. [SOLVED] Automatically update the contents added on Sheet 1 to Sheet 2 & 3
    By lifeisaspreadsheet in forum Excel Programming / VBA / Macros
    Replies: 10
    Last Post: 10-22-2012, 10:22 PM
  6. How to update chart automatically as new data added?
    By hmgrts in forum Excel Charting & Pivots
    Replies: 4
    Last Post: 07-01-2009, 10:28 AM
  7. [SOLVED] update consolidated sheet when data is added to worksheets
    By prmagpie in forum Excel General
    Replies: 0
    Last Post: 03-01-2006, 03:40 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