+ Reply to Thread
Results 1 to 5 of 5

automatically sort data more than certain value when raw data changed

  1. #1
    Registered User
    Join Date
    08-14-2015
    Location
    singapore
    MS-Off Ver
    ms office 2010
    Posts
    2

    automatically sort data more than certain value when raw data changed

    I need to update raw data everyday,my raw data is located at left, everyday it will refresh and i need to extract the data. Which is machine A value higher than 500 will appear on the right or different sheet and Machine B value higher than 50 will appear as well. How should i use formula or function so that machine A and machine B will appear only when the value meet the condition?

    Machine A Value Machine A value
    Kns1 501. Kns1. 501
    Kns2. 700. Kns2. 700
    Kns3. 400. Kns5. 800
    Kns4. 200. Machine B. Value
    Kns5. 800. Sput1. 59
    Machine B. Value. Sput3. 100
    Sput1. 59. Sput5. 99
    Sput2. 40.
    Sput3. 100
    Sput4. 20
    Sput5. 99

    Please help and many thanks
    Attached Images Attached Images

  2. #2
    Valued Forum Contributor
    Join Date
    02-05-2013
    Location
    Jakarta, Indonesia
    MS-Off Ver
    Excel 2013
    Posts
    571

    Re: automatically sort data more than certain value when raw data changed

    Formula at d2 (array formula - use Ctrl + Shift + Enter):
    Please Login or Register  to view this content.
    formula at e2:
    Please Login or Register  to view this content.
    Note :
    text with red color = expand as long as you need
    text with blue color = criteria


    for more information :
    http://www.get-digital-help.com/2009...mula-in-excel/
    Last edited by SDCh; 08-15-2015 at 02:01 AM. Reason: add IFERROR(....,"") for formula d2
    Click (*) if you received helpful response.

    Regards,
    David

  3. #3
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,139

    Re: automatically sort data more than certain value when raw data changed

    Hi there and welcome to the Forum. It is not easy to get the exact output that you want without using VBA.

    This amendment to the above solution will do what you want. It has two advantages. Firstly the solution above will fail if there is any ECP vaue >500. It will also show up in the Cusput results. secondly, it's a non-array (ordinary) formula whic is easier to deal with. see the shet for full details;
    Cell D2 and drag down:
    =IFERROR(INDEX($A:$A,SMALL(INDEX(((LEFT($A$2:$A$16,6)<>"Cusput")+($B$2:$B$16<500))*10^10+ROW($B$2:$B$16),0),ROW(1:1))),"")
    Cell E2: same a s previous solutio.

    i have also added the amended forumlae to return the ECP machines and results in columns G & H.

    Finally, next time - please attach a workbook and not a picture of a workbook. We have to retype your data before we start. That often puts many people off (me included) from helping!!
    Attached Files Attached Files
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU

  4. #4
    Registered User
    Join Date
    08-14-2015
    Location
    singapore
    MS-Off Ver
    ms office 2010
    Posts
    2

    Re: automatically sort data more than certain value when raw data changed

    Thank for your help

  5. #5
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,139

    Re: automatically sort data more than certain value when raw data changed

    Thanks for the Reputation that you have added. It's much appreciated. If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED.

+ 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: 3
    Last Post: 06-28-2015, 11:14 AM
  2. Replies: 3
    Last Post: 11-09-2014, 11:45 AM
  3. [SOLVED] Automatically sort the data and ranking based on the sorted data
    By rakesh2806 in forum Excel General
    Replies: 6
    Last Post: 01-07-2013, 03:51 PM
  4. Automatically update date when a range of data is changed
    By rcvanriet in forum Excel - New Users/Basics
    Replies: 6
    Last Post: 09-12-2012, 12:58 PM
  5. [SOLVED] Automatically Sort When Cell is Changed
    By krisels in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 08-10-2012, 11:36 AM
  6. how do i prevent data from being changed when i sort excel column
    By world's in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 03-17-2006, 06:30 PM
  7. Sort Data Automatically
    By [email protected] in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 10-13-2005, 01:05 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