+ Reply to Thread
Results 1 to 11 of 11

Formulas to extract data from one sheet to multiple sheets within an excel workbook

  1. #1
    Registered User
    Join Date
    09-14-2015
    Location
    Canberra
    MS-Off Ver
    MS Excel Mac 2011
    Posts
    18

    Exclamation Formulas to extract data from one sheet to multiple sheets within an excel workbook

    Hi i have extracted raw data for an event i am organising and i am looking to use that data to create several lists on separate sheets. I have attached an example of the information I am using. Specifically i am looking to formulas that calculate what activities each individual is doing with in each age group. Please refer to spreadsheet attached for more detailed information .

    Thanks
    Luke

    Excel Formula Question.xlsx

  2. #2
    Forum Expert
    Join Date
    08-12-2012
    Location
    Sydney, Australia
    MS-Off Ver
    Excel 2010
    Posts
    5,636

    Re: Formulas to extract data from one sheet to multiple sheets within an excel workbook

    Q:
    is your layout of the sheet literally how it appears in the example? or have you put them all onto one sheet for the example?

    also
    for Slow Reflex in primarys
    it shows as monday day activities but I dont see it on the exported data?
    If you are satisfied with the solution(s) provided, please mark your thread as Solved.
    Select Thread Tools-> Mark thread as Solved. To undo, select Thread Tools-> Mark thread as Unsolved.

  3. #3
    Registered User
    Join Date
    09-14-2015
    Location
    Canberra
    MS-Off Ver
    MS Excel Mac 2011
    Posts
    18

    Re: Formulas to extract data from one sheet to multiple sheets within an excel workbook

    I have put it all on the one sheet for the example to try and show what I trying to do. Each will be a separate sheet within the wookbook

  4. #4
    Registered User
    Join Date
    09-14-2015
    Location
    Canberra
    MS-Off Ver
    MS Excel Mac 2011
    Posts
    18

    Re: Formulas to extract data from one sheet to multiple sheets within an excel workbook

    Oops for got to include that in the exported data. It should be included. See below

    Attachment 423096

  5. #5
    Forum Expert
    Join Date
    08-12-2012
    Location
    Sydney, Australia
    MS-Off Ver
    Excel 2010
    Posts
    5,636

    Re: Formulas to extract data from one sheet to multiple sheets within an excel workbook

    hmm unable to download latest file
    can you try re-attach it?

  6. #6
    Registered User
    Join Date
    09-14-2015
    Location
    Canberra
    MS-Off Ver
    MS Excel Mac 2011
    Posts
    18

    Re: Formulas to extract data from one sheet to multiple sheets within an excel workbook

    The attachment is just a copy of the where the name should be (Slow Reflex) included in original spreadsheet

    Screen Shot 2015-10-06 at 1.35.00 pm.png

  7. #7
    Forum Expert
    Join Date
    08-12-2012
    Location
    Sydney, Australia
    MS-Off Ver
    Excel 2010
    Posts
    5,636

    Re: Formulas to extract data from one sheet to multiple sheets within an excel workbook

    oh ok
    see attached to see what i have done with your sheet

    i put primary into a seperate sheet as you would have done it

    using a combinations of if and vlookup formula and a helper row which is in effect FULL name which you have in the export data
    (if this is going to be problem it can be worked around but it will make the formula much more complicated than it needs to be)

    conditions:
    if actipass is yes then all days are "R"
    Formula: copy to clipboard
    Please Login or Register  to view this content.


    by default if no actipass then it should be day activities, so
    Formula: copy to clipboard
    Please Login or Register  to view this content.


    next
    formula checks if actipass...
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    if "R" then "R"
    if not...do vlookup on COLUMN K which is where Monday Activity Name1 is .....change this vlookup column based on the day
    ie Tuesday Activity Name1 is column P...Wednesday Activity Name1 = column U
    (not sure how your name2 works.....i assumed it just doesnt)

    only did primary because...its time consuming to do them all but once setup it should auto update if the shape of the data is the same
    Attached Files Attached Files

  8. #8
    Registered User
    Join Date
    09-14-2015
    Location
    Canberra
    MS-Off Ver
    MS Excel Mac 2011
    Posts
    18

    Re: Formulas to extract data from one sheet to multiple sheets within an excel workbook

    Thanks. Is it possible to adjust the formula so that it does the following:

    Screen Shot 2015-10-06 at 3.12.32 pm.png

    Trying extract names from multiple purchases of the same ticket

    Luke

  9. #9
    Forum Expert
    Join Date
    08-12-2012
    Location
    Sydney, Australia
    MS-Off Ver
    Excel 2010
    Posts
    5,636

    Re: Formulas to extract data from one sheet to multiple sheets within an excel workbook

    so it can appear both ways? side ward and downwards?

    use countif formula instead
    Formula: copy to clipboard
    Please Login or Register  to view this content.


    see attached formula in action

    i left steph the normal downwards way and the other 2 i added in sideward
    Attached Files Attached Files

  10. #10
    Registered User
    Join Date
    09-14-2015
    Location
    Canberra
    MS-Off Ver
    MS Excel Mac 2011
    Posts
    18

    Re: Formulas to extract data from one sheet to multiple sheets within an excel workbook

    They need to be able to be added in both ways.

    Thanks for you help i think you have solved it! Does the countif formula allow me to pick up names either direction?

    Regards
    Luke

  11. #11
    Forum Expert
    Join Date
    08-12-2012
    Location
    Sydney, Australia
    MS-Off Ver
    Excel 2010
    Posts
    5,636

    Re: Formulas to extract data from one sheet to multiple sheets within an excel workbook

    in its current form
    Formula: copy to clipboard
    Please Login or Register  to view this content.


    yes countif works as it counts any occurrence of the "full" name within the set size of the array (area of your formula)
    if it counts it more than once then it will make it an "R"

+ 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. Replies: 6
    Last Post: 03-24-2015, 04:13 AM
  2. Replies: 3
    Last Post: 10-28-2014, 09:53 AM
  3. [SOLVED] Extract multiple sheets data into one sheet
    By jun22 in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 08-20-2014, 09:58 AM
  4. Trying to copy data from multiple sheets to a new sheet in 1 workbook (EXCEL 2010)
    By maurerma in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 01-17-2014, 12:28 PM
  5. Replies: 0
    Last Post: 07-29-2013, 03:00 AM
  6. Macro to Extract Data from Multiple Sheets into One Sheet
    By BillW93 in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 07-05-2013, 10:55 AM
  7. [SOLVED] How to code a macro to extract data from multiple sheets into one sheet?
    By likeabottle in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 02-21-2013, 04:51 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