+ Reply to Thread
Results 1 to 2 of 2

Gathering Info with Multiple conditions

  1. #1
    Registered User
    Join Date
    03-24-2008
    Posts
    17

    Question Gathering Info with Multiple conditions

    I am not exactly sure how to go about this, I have multiple conditions that need to be meet before even returning the values.

    I though I would have to use and array but wasn't exactly sure how to go about doing so.

    The conditions that need to be meet are: Date, Dept, and Item Number weather or not the Item is custom or not. The item needs to be detirmend by part number containing a C sufficx.

    Basicly If dept = 1 and date = current day and part number contains "C" sufficx. Then On sheet1 needs to return values back starting in a3 I would like the date for the order, b3 the order number, c3 part number, and d3 the qty for that order for that current day.
    Attached Files Attached Files

  2. #2
    Forum Contributor Portuga's Avatar
    Join Date
    02-20-2004
    Location
    Portugal
    MS-Off Ver
    365
    Posts
    852
    The fact that you want the data in another sheet complicates things. My suggestion would be for you to use a macro to an auto filter. (but first you need some things done).

    Date: Its not in date format. You should change it to have it formated like that. You can then use a helper column where you could use the following formula:

    =IF(E4=TODAY();"Today";"Not Today") and drag down.

    You reffer to a field called Dpt 1 but there is no column that reffers to that name.

    Assuming all the conditions above were met you could then apply a macro to the autofilter and have:

    Date as "today", Dpt as "1" and part number "contains" "C".
    Last edited by Portuga; 04-22-2008 at 06:45 PM.
    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