+ Reply to Thread
Results 1 to 5 of 5

Transferring data from page to page

  1. #1
    Registered User
    Join Date
    05-17-2017
    Location
    Nottingham, England
    MS-Off Ver
    Version 1703
    Posts
    42

    Transferring data from page to page

    Hi all,

    I am having an issue that I cannot solve for the life of me, heck I dont even know if its possible.

    Basically as part of my job, managers are supposed to complete a daily log of information for their staff, and this is all accumulated on one work book. Ie/ 1st, 2nd, 3rd ect, each page has the same information that is required to be inputted ie/ mileage, start time, comments ect.

    We're having a lot of issues with managers inputting and moving formulas, which is messing the entire process up.

    Is there any way, on this work book, I can lock each day, and just have one summary page at the end, where for example there is a drop-down menu of all the drivers names, then another drop down of the date I wish to input data for, then a box below where they can input data, then this data is automatically transferred onto the selected day in the workbook, and then can click that day to see all of the inputted data?

    I'd EXTREMELY appreciate it if anyone could help, or offer advice?

    Thank you very much
    Last edited by Overdahill; 08-03-2017 at 07:17 AM.

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

    Re: Extremely Difficult Issue

    Attach a sample workbook. Make sure there is just enough data to demonstrate your need. Include a BEFORE sheet and an AFTER sheet in the workbook if needed to show the process you're trying to complete or automate. Make sure your desired results are shown, mock them up manually if necessary.

    Remember to desensitize the data.

    Click on GO ADVANCED and then scroll down to Manage Attachments to open the upload window.
    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)

  3. #3
    Registered User
    Join Date
    05-17-2017
    Location
    Nottingham, England
    MS-Off Ver
    Version 1703
    Posts
    42

    Re: Extremely Difficult Issue

    Hi,

    Please find test attached, with info inside the workbook

    Thank you
    Attached Files Attached Files

  4. #4
    Registered User
    Join Date
    05-17-2017
    Location
    Nottingham, England
    MS-Off Ver
    Version 1703
    Posts
    42

    Re: Extremely Difficult Issue

    Sorted, apologies

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

    Re: Transferring data from page to page

    You will have to first create name manger sheetlist for extracting how many sheets are in workbook. Follow below step.

    Create a name manager naming SheetList and paste =REPLACE(GET.WORKBOOK(1),1,FIND("]",GET.WORKBOOK(1))," ") formula in referes to section.

    In Sheet 32

    M1
    Formula: copy to clipboard
    Please Login or Register  to view this content.


    Drag down this will extract all the sheet name which in workbook.

    Create your first drop down.

    Create another name manager naming DateDropDown and put =OFFSET(Sheet32!$M$1,,,COUNTIF(Sheet32!$M:$M,"?*")) in refers to section.

    On cell B3 press Alt->V>V->Allow->List->>source press F3 select DateDropDown name then ok. You first Drop down has now created.

    For second Drop down put below formula in sheet 32

    O1
    Formula: copy to clipboard
    Please Login or Register  to view this content.


    Drag down. Create namemanger DriverDropDown put =OFFSET(Sheet32!$O$1,,,COUNTIF(Sheet32!$O:$O,"?*")) formula in refers to section.

    On cell B3 press Alt->V>V->Allow->List->>source press F3 select DriverDropDown name then ok. You Second Drop down has now created.

    Sheet 32

    B7
    Formula: copy to clipboard
    Please Login or Register  to view this content.


    Drag down.

    Check the attached file.

    Last save the file in xlsm format only.
    Attached Files Attached Files

+ 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. Need help with my extremely long VBA
    By cmorten82 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 04-14-2016, 07:58 PM
  2. Replies: 2
    Last Post: 12-20-2013, 12:12 AM
  3. Difficult Transposing Issue
    By Aeoneye in forum Excel General
    Replies: 4
    Last Post: 06-07-2012, 11:12 AM
  4. Difficult Concatenate Issue
    By Garetsu in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 09-29-2011, 03:26 PM
  5. Difficult import issue?
    By mocp2008 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 11-16-2008, 09:06 PM
  6. Difficult dimensional chart issue
    By esbdmb in forum Excel Charting & Pivots
    Replies: 2
    Last Post: 12-20-2007, 07:40 AM
  7. This may be extremely simple...
    By SMCourbs in forum Excel Charting & Pivots
    Replies: 7
    Last Post: 07-27-2006, 02:20 PM

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