+ Reply to Thread
Results 1 to 2 of 2

Formula needed for sequential ordering given a single search criteria

  1. #1
    Registered User
    Join Date
    09-03-2013
    Location
    Elgin, IL
    MS-Off Ver
    Excel 2010
    Posts
    90

    Formula needed for sequential ordering given a single search criteria

    Hello.

    I have an excel spreadsheet with two tabs. The first tab, called MASTER, has a census of employee data included in it.

    I need a formula that will either look in column A and return in sequential order, the information contained in all other columns for every row where Column A's value is a whole number (no decimal point), or look in column B and return in sequential order, the information contained in all other columns for every row where Column B's value is "E".

    Attached is a sample spreadsheet. I need the appropriate formula to go in the second tab called Formula Sheet.

    NOTE: I have a third tab in the attached sample worksheet which shows what the results should look like on the Formula Sheet once the formulas are inserted into the respective cells.

    Thank you so much in advance!
    Attached Files Attached Files

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

    Re: Formula needed for sequential ordering given a single search criteria

    In A2 Cell of Formula Sheet - Array Formula - Requires CTRL+SHIFT+ENTER

    =IFERROR(INDEX(MASTER!A$2:A$27,SMALL(IF(MASTER!$B$2:$B$27="E",ROW(MASTER!$B$2:$B$27)-MIN(ROW(MASTER!$B$2:$B$27))+1),ROW(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 it down and right...


    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

+ 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. [SOLVED] Help needed with addiing point values to a single line and then re-ordering.
    By Ohio Tournaments in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 12-10-2013, 02:20 AM
  2. Help Needed in Using Index Array w/2 Search Criteria in Excel
    By Cliff.Sizemore in forum Excel General
    Replies: 5
    Last Post: 03-05-2012, 09:14 PM
  3. Replies: 9
    Last Post: 01-22-2012, 01:31 PM
  4. Sequential Ordering on multiple tabs
    By scottsoo9 in forum Excel General
    Replies: 6
    Last Post: 06-08-2011, 12:43 PM
  5. Allow Multiple or Single String Search Criteria Macro
    By eurydice88 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 12-20-2009, 02:50 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