+ Reply to Thread
Results 1 to 13 of 13

How to create a simple formula for a data dump

  1. #1
    Registered User
    Join Date
    05-06-2013
    Location
    manila
    MS-Off Ver
    Excel 2007
    Posts
    26

    How to create a simple formula for a data dump

    Hi all - Please help me create a very basic formula on how i could create a single data dump file. I'm fairly new in excel and still learning things. Here's what I would need to do.automatically transfer the data saved in the Raw Data sheet of all 13 employees.

    Each employee has their own tracker that they update daily. They use Sheet1 to encode the data, there is a save button that they will have to click in order to transfer it to the Raw Data Sheet. I would like to know what formula i can use to transfer all the information from the individual Raw Data Sheet to a Dump File real time.

    Thank you in advance.

  2. #2
    Forum Contributor arlu1201's Avatar
    Join Date
    09-09-2011
    Location
    Bangalore, India
    MS-Off Ver
    Excel 2003 & 2007
    Posts
    19,167

    Re: How to create a simple formula for a data dump

    Your employees will update the data in the same workbook or individual workbooks?
    If I have helped, Don't forget to add to my reputation (click on the star below the post)
    Don't forget to mark threads as "Solved" (Thread Tools->Mark thread as Solved)
    Use code tags when posting your VBA code: [code] Your code here [/code]

  3. #3
    Registered User
    Join Date
    05-06-2013
    Location
    manila
    MS-Off Ver
    Excel 2007
    Posts
    26

    Re: How to create a simple formula for a data dump

    hi arlu1201, thanks for checking my case. they have individual workbooks.

  4. #4
    Forum Contributor arlu1201's Avatar
    Join Date
    09-09-2011
    Location
    Bangalore, India
    MS-Off Ver
    Excel 2003 & 2007
    Posts
    19,167

    Re: How to create a simple formula for a data dump

    Are these files stored in one particular folder?

    Also, do you want the data to be consolidated into one new file each time the macro is run or into an existing summary file?

  5. #5
    Registered User
    Join Date
    05-06-2013
    Location
    manila
    MS-Off Ver
    Excel 2007
    Posts
    26

    Re: How to create a simple formula for a data dump

    Yes. They save it in one folder.

    I would like to have just one dump file which will be updated realtime, everytime anyone of them saves something in their individual files. Is this possible? Do you have a better suggestion?

  6. #6
    Forum Contributor arlu1201's Avatar
    Join Date
    09-09-2011
    Location
    Bangalore, India
    MS-Off Ver
    Excel 2003 & 2007
    Posts
    19,167

    Re: How to create a simple formula for a data dump

    Would the users using the files be making changes to the already existing rows?

    Or maybe we could put in a code that states that as soon as a particular column is updated in the sheet, that entire row should be copied to the master file. But this code would need to be copied to each user's sheet.

    Another alternative is to clear out the master file each time you run the macro and start loading it with data from the topmost row of each file. This way, there wont be duplicates incase the users happen to update any old data.

  7. #7
    Registered User
    Join Date
    05-06-2013
    Location
    manila
    MS-Off Ver
    Excel 2007
    Posts
    26

    Re: How to create a simple formula for a data dump

    hmm, i'm sorry but i'm not sure if i understood your question.

    They will be using their individual files to encode the transactions they've worked on and has a standard format on how every information must be encoded.

  8. #8
    Forum Contributor arlu1201's Avatar
    Join Date
    09-09-2011
    Location
    Bangalore, India
    MS-Off Ver
    Excel 2003 & 2007
    Posts
    19,167

    Re: How to create a simple formula for a data dump

    Ok let me explain.

    For e.g. user A has updated rows 2 to 20 on his file in week 1 and this has been added to the master file. Now, in week 2, he realises that he made a mistake so corrects week 1 data. In this case, if the macro is setup to only copy new rows that get entered, the error will not be corrected in the data.

    However, if we copy the data from row 2 onwards directly into the master file, it will create duplicate records since there was already data for wk 1 there. So if we clear the data and then update, no duplicates will occur and also the errors will be corrected.

  9. #9
    Registered User
    Join Date
    05-06-2013
    Location
    manila
    MS-Off Ver
    Excel 2007
    Posts
    26

    Re: How to create a simple formula for a data dump

    thank you for elaborating.

    No. Once encoded, they don't touch the transaction again. which means no duplicate will be created.

  10. #10
    Forum Contributor arlu1201's Avatar
    Join Date
    09-09-2011
    Location
    Bangalore, India
    MS-Off Ver
    Excel 2003 & 2007
    Posts
    19,167

    Re: How to create a simple formula for a data dump

    But how would we identify which rows are copied today compared to the old data?

  11. #11
    Registered User
    Join Date
    05-06-2013
    Location
    manila
    MS-Off Ver
    Excel 2007
    Posts
    26

    Re: How to create a simple formula for a data dump

    there is a macro created in sheet1 that allows them to save the information entered to "raw data" sheet. so the data that will be transferred to the dump will be from the "raw data" sheet of every employee.

    there is also a date per transaction. can i send you a copy via email?

  12. #12
    Registered User
    Join Date
    05-06-2013
    Location
    manila
    MS-Off Ver
    Excel 2007
    Posts
    26

    Re: How to create a simple formula for a data dump

    just to add. there are specific columns in the Raw Data sheet that i need, which is A:L. Basically, i just need something that will collate the information in every Raw Data sheet of employee in 1 file (dump file)

  13. #13
    Registered User
    Join Date
    05-06-2013
    Location
    manila
    MS-Off Ver
    Excel 2007
    Posts
    26

    Re: How to create a simple formula for a data dump

    Please help me find a resolution and be more efficient..thanks

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

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