+ Reply to Thread
Results 1 to 3 of 3

Moving data between multiple sheets

  1. #1
    Registered User
    Join Date
    08-12-2016
    Location
    US
    MS-Off Ver
    2013
    Posts
    33

    Post Moving data between multiple sheets

    When an item is marked as yes on the inventory form for deaths it needs to move to the deaths sheet
    When an item is marked as yes on the inventory form for Live Subtraction it needs to move to the Live Subtraction sheet
    When and item is marked on the Newborn sheet as died it needs to move to the deaths sheet
    When and item is marked on the Newborn sheet as sold it needs to move to the live subtraction sheet

    This all working...I have it set up to put the id's in the next "open" cell.

    what I need help with is the following in addition to what is listed above, I cant seem to get this to work when looking at more than two sheets/cells.

    When and item is marked on the Purchased Additions sheet as died it needs to move to the deaths sheet
    When and item is marked on the Purchased Additions sheet as sold it needs to move to the live subtraction sheet


    Thanks,
    Attached Files Attached Files

  2. #2
    Registered User
    Join Date
    10-07-2019
    Location
    Scotland
    MS-Off Ver
    2010
    Posts
    22

    Talking Re: Moving data between multiple sheets

    Just done a whole load of reply and explanation etc.... all got deleted when I went to edit the formula!!!!!!!!!!

    So... This is set up for my own workbook - a transport management one. You'll just have to ignore my sheet names and ranges

    =COUNTIF('DEFECT REPORTS'!$L$6:$L$44,B1)

    "B1" is the cell you put your search criteria into - "Y" or "N" etc

    =IF(ROWS(A$7:A7)>$E$1,"",INDEX('DEFECT REPORTS'!A$6:A$33,SMALL(IF('DEFECT REPORTS'!$L$6:$L$44=$B$1,ROW('DEFECT REPORTS'!$L$6:$L$44)-ROW('DEFECT REPORTS'!$L$6)+1),ROWS(A$7:A7))))

    A7 is just the first cell on my destination sheet, the "a$7:a7" bit can be any range on your own sheet - doesn't matter.

    $L$6:$L$44 is the column I want it to look in for said criteria.

    When set up, this wil give live changes through any or all sheets like you have with the stuff you've set up already.

    ALL SHEETS NEED TO BE IDENTICAL IN ORDER FOR THIS FORMULA TO WORK!!!!!!!

    Hope this gives you the hours of torment it gave me!!! :-)

    Alternatively, Search on google for "Dynamic Tables" video on youtube Magic Trick number 854 or something and he explains it in a very awesome way that makes me almost want to learn!!!!!
    Last edited by Matt279139; 10-11-2019 at 07:22 AM. Reason: additonal info

  3. #3
    Registered User
    Join Date
    10-07-2019
    Location
    Scotland
    MS-Off Ver
    2010
    Posts
    22

    Re: Moving data between multiple sheets

    Forgot to add...…
    E1 is where I put the first formula to count the number of entries - had all this covered in my first response. It read like a professor had written it, honest!

    "DEFECT REPORTS!" and the following range is just where I want it to look - sheet name and then column in the table etc.

+ 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 : Merging or Moving Sheets of Multiple workbooks
    By BALA1983 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 02-11-2016, 08:41 AM
  2. Moving rows of data to multiple sheets based on status for project pipeline
    By sthiessen85 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 03-23-2015, 08:55 AM
  3. [SOLVED] Moving rows of data to multiple sheets based on status
    By sthiessen85 in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 03-18-2015, 01:21 PM
  4. Moving data to multiple sheets
    By Masterbeastly in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 02-20-2014, 03:01 PM
  5. Moving data from multiple sheets into one
    By D_N_L in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 01-09-2012, 04:58 AM
  6. Moving data between multiple sheets
    By padadof2 in forum Excel General
    Replies: 2
    Last Post: 12-18-2009, 10:05 AM
  7. Moving data from from multiple sheets into one
    By RockyStrong in forum Excel General
    Replies: 6
    Last Post: 03-26-2008, 08:46 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