+ Reply to Thread
Results 1 to 8 of 8

Automate information between tabs worksheets

  1. #1
    Registered User
    Join Date
    08-19-2019
    Location
    South Africa
    MS-Off Ver
    2012
    Posts
    53

    Automate information between tabs worksheets

    Hi Friends,

    I am trying to automate data entry between Tabs on my worksheet. I have 12 tabs representing 12 months, and a page where I capture data based on those months.

    Currently I reference a cell (eg) =January!A1 and I have to do this in more that 100 rows on different forms.

    Is there a way to automate this process, perhaps using Fillhandles, VBA or other means so that I can get a continuous entry of January to December automatically?

    Thank you.

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

    Re: Automate information between tabs worksheets

    If your data is in different sheets, then you need to have a way to tell Excel which sheet to get the data from. This could just be a list of months in your summary sheet.

    Then you could use the INDIRECT function to get the appropriate data from that sheet.

    You only give one example of the formula that you are using, so that is not very much to go on. Attach a sample Excel workbook by following the guidelines in the yellow banner at the top of the screen.

    Hope this helps.

    Pete

  3. #3
    Registered User
    Join Date
    08-19-2019
    Location
    South Africa
    MS-Off Ver
    2012
    Posts
    53

    Re: Automate information between tabs worksheets

    Hi The Excel doc is attached.

    The aim is to Insert responses automatically on Tab1 "S-21" based on data that is on the other months.

    THank you.
    Attached Files Attached Files

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

    Re: Automate information between tabs worksheets

    There is no example data in the monthly sheets, so I do not know what you want to bring across to the summary sheet.

    Please fill in a few tabs with some made up data and indicate in the summary sheet what you want to achieve.

    Hope this helps.

    Pete

  5. #5
    Registered User
    Join Date
    08-19-2019
    Location
    South Africa
    MS-Off Ver
    2012
    Posts
    53

    Re: Automate information between tabs worksheets

    I have done so, and have limited the sheet to only 3 months instead of 12.

    What do I want to achieve? I want the data on Tab 2 to 5, to autofill on Tab 1. Currently this is very long and tedious process.

    You will note Tab 2 to 5 has entry spaces for data, this data is the stored on the Cards in Tab 1, I intend to lock Tab 1 so they are not editable since they only draw data from the months.

    Yours kindly,

    I appreciate your patience.
    Attached Files Attached Files

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

    Re: Automate information between tabs worksheets

    You can put this formula in C10 of the summary sheet:

    =IFERROR(INDIRECT("'"&$B10&"'!E4"),"")

    then copy it down to C21.

    You can also copy it across into D10:H10, but as the cell reference is contained within a string, it will not change and will always get the data from E4. You will therefore have to amend the formula in D10 to change the E4 to F4, and do the same for cells E10:H10. In H10 you might want to amend the formula further to this:

    =IFERROR(INDIRECT("'"&$B10&"'!j4")&"","")

    which will prevent empty remarks showing as zero. You can then copy these formulae down to row 21.

    Hope this helps.

    Pete

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

    Re: Automate information between tabs worksheets

    Thanks for the rep. I assume this worked for you.

    If that takes care of your original question, please take a moment to select Thread Tools from the menu above and to the right of your first post in this thread, and mark the thread as SOLVED.

    Pete

  8. #8
    Registered User
    Join Date
    08-19-2019
    Location
    South Africa
    MS-Off Ver
    2012
    Posts
    53

    Re: Automate information between tabs worksheets

    It worked thanks a lot!

+ 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] Lookup / Indirect function to lookup information from various tabs/worksheets
    By rajeshpansara in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 06-20-2019, 10:29 PM
  2. How to automate date in subsequent tabs
    By vikkam in forum Excel General
    Replies: 9
    Last Post: 09-03-2016, 06:37 PM
  3. Creating TABS from a list and have these tabs have information populate automatically
    By clpickett3 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 04-07-2016, 03:35 AM
  4. How Do I split a file into several Tabs, acording to information on other tabs?
    By Edinson in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 08-12-2013, 05:17 AM
  5. Automate bringing tabs together from 2 workbooks
    By SKiraly in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 11-20-2011, 12:02 PM
  6. [SOLVED] How can I automate the naming of worksheet tabs?
    By TJ in forum Excel General
    Replies: 7
    Last Post: 09-07-2005, 07:05 PM
  7. How to automate custom footer on all tabs
    By neal august in forum Excel General
    Replies: 1
    Last Post: 03-03-2005, 11:06 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