+ Reply to Thread
Results 1 to 3 of 3

Return records that meet certain criteria

  1. #1
    Registered User
    Join Date
    11-09-2006
    Location
    Kansas, USA
    MS-Off Ver
    2013
    Posts
    76

    Return records that meet certain criteria

    I have list of records setup of in rows. I'm trying to get the list broken down some and get the records returned that meet certain criteria

    column a invoice number as string
    column b sales person name
    column c ontime (true or false)
    column d date
    column e customer name
    column f warehouse location

    What i'm thinking is something like:

    if customer name = "some string" & ontime = false & location = "Kansas City" then list the data in column a thru f

    Any ideas? I could probably do a lookup and find the first record, but having excel go through an array and return all the records matchign the critera is beyond me.

  2. #2
    Registered User
    Join Date
    11-09-2006
    Location
    Kansas, USA
    MS-Off Ver
    2013
    Posts
    76
    Maybe this is something that should be done in VBA.

  3. #3
    Forum Contributor Portuga's Avatar
    Join Date
    02-20-2004
    Location
    Portugal
    MS-Off Ver
    365
    Posts
    852
    You can apply an auto filter to your data and then create one macro for each of your criterea to select the data as you want automatically.
    If you found the solution to your question. Mark the thread as "Solved"
    Thank everyone that helped you with a valid solution by clicking on their

    There is no such thing as a problem, only a temporary lack of a solution

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

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