+ Reply to Thread
Results 1 to 6 of 6

How I move data to another tab if criteria met?

  1. #1
    Registered User
    Join Date
    11-17-2014
    Location
    Melbourne, Australia
    MS-Off Ver
    2013
    Posts
    4

    How I move data to another tab if criteria met?

    I have a list of controls with each control rated 1 to 3. I have 3 tabs labelled 1, 2 and 3. Based the number given to each control, I want that control to appear in the corresponding tab. Any ideas?

  2. #2
    Forum Guru :) Sixthsense :)'s Avatar
    Join Date
    01-01-2012
    Location
    India>Tamilnadu>Chennai
    MS-Off Ver
    2003 To 2010
    Posts
    12,788

    Re: How I move data to another tab if criteria met?

    Attach a sample workbook. Make sure there is just enough data to make it clear what is needed. 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 demonstrated, mock them up manually if needed. Remember to desensitize the data.

    Click on GO ADVANCED and use the paperclip icon to open the upload window.

    View Pic


    If your problem is solved, then please mark the thread as SOLVED>>Above your first post>>Thread Tools>>
    Mark your thread as Solved


    If the suggestion helps you, then Click *below to Add Reputation

  3. #3
    Registered User
    Join Date
    11-17-2014
    Location
    Melbourne, Australia
    MS-Off Ver
    2013
    Posts
    4

    Re: How I move data to another tab if criteria met?

    Here you go.

    I have changed the "controls" to tasks and changed "rating" to owner. The outcome is still the same.
    Attached Files Attached Files
    Last edited by Saint Nick; 11-17-2014 at 04:19 AM.

  4. #4
    Forum Guru :) Sixthsense :)'s Avatar
    Join Date
    01-01-2012
    Location
    India>Tamilnadu>Chennai
    MS-Off Ver
    2003 To 2010
    Posts
    12,788

    Re: How I move data to another tab if criteria met?

    In A2 Cell of Owner1 / Owner2 / Owner3 Sheets - Array Formula - Requires CTRL+SHIFT+ENTER

    =IFERROR(INDEX(Tasks!A$2:A$16,SMALL(IF(Tasks!$B$2:$B$16=RIGHT(REPLACE(CELL("filename",$A$1),1,FIND("]",CELL("filename",$A$1)),""),1),ROW(Tasks!$B$2:$B$16)-ROW(Tasks!$B$2)+1),ROWS($1:1))),"")

    Array formulas need to be entered using the key combination of CTRL,SHIFT,ENTER (not just ENTER). Hold down both the CTRL key and the SHIFT key then hit ENTER.


    Drag the formula's down and right...

  5. #5
    Registered User
    Join Date
    11-17-2014
    Location
    Melbourne, Australia
    MS-Off Ver
    2013
    Posts
    4

    Re: How I move data to another tab if criteria met?

    Thanks for this.

    Would you mind breaking down the formula? I need to apply it to another spread sheet.

  6. #6
    Registered User
    Join Date
    11-17-2014
    Location
    Melbourne, Australia
    MS-Off Ver
    2013
    Posts
    4

    Re: How I move data to another tab if criteria met?

    I have tried to apply the same formula to a different spread sheet but it does not work. I have attached an example of the excel file I want to apply the formula to. Basically it’s that same process as in the first example I sent. I am a bit of a novice with this type of formula so any layman translations are appreciated.
    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. Move data from one tab to another if criteria met
    By rmwindham in forum Excel - New Users/Basics
    Replies: 3
    Last Post: 09-02-2014, 07:02 PM
  2. criteria based data move data between spreadsheets using SUMIF
    By GStephen in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 08-25-2013, 02:09 PM
  3. Need to move data that matches criteria in cell and move to new worksheet
    By panagle in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 01-27-2013, 09:23 AM
  4. move data to another sheet by criteria
    By albert28 in forum Excel General
    Replies: 1
    Last Post: 08-05-2011, 06:59 PM
  5. Macro to Move Data Within a Row if Criteria is Met
    By MSmithson in forum Excel Programming / VBA / Macros
    Replies: 17
    Last Post: 03-14-2011, 05:09 PM

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