+ Reply to Thread
Results 1 to 11 of 11

excel formula to find the result from the 3 column with criteria

  1. #1
    Forum Contributor
    Join Date
    07-21-2011
    Location
    Bangalore,India
    MS-Off Ver
    Excel 2007,2010,2016
    Posts
    695

    excel formula to find the result from the 3 column with criteria

    Dear experts

    i have data set mainly C ,E,F Columns have serial no in C:C ,order relase date E:E , parts type in F:F with three four conditions

    i have set of two so's number repeats with different ORDER RELEASE DATE in E:E, formula calculates depends upon first date of so and Parts Type.

    Condition-1
    "If Serial No Two And If Parts Type Is ""Parts Calls"" For Two Serial No I Want For First Parts Calls As Per Date Result ""Needs To Be Billing"", For The Second Parts Calls As Per Second Date Result ""RR No Billing"".

    Condition-2
    "If Serial No Two And If Parts Type Is ""Labour Calls"" For Two Serial No I Want For First Parts Calls As Per Date Result ""Needs To Be Billing"", For The Second Parts Calls As Per Second Date Result ""RR No Billing"".

    Condition-3
    "If Serial No Two And If Parts Type Is ""Labour Calls"" For First Serial No As Per First Date And If Parts Type Is ""Parts Calls"" As Per Second For First Serial No I Want For First Parts Calls As Per Date Result ""Needs To Be Billing"", For The Second Parts Calls Result ""Needs To Be Billing"".

    Condition-4
    "If Serial No Two And If Parts Type Is ""Parts Call"" For First Serial No As Per First Date And If Parts Type Is ""Labour Calls"" As Per Second For First Serial No I Want For First Parts Calls As Per Date Result ""Needs To Be Billing"", For The Second Parts Calls Result ""RR No Billing"".

    find the attachment you may clear of doubts
    Attached Files Attached Files

  2. #2
    Forum Contributor
    Join Date
    07-21-2011
    Location
    Bangalore,India
    MS-Off Ver
    Excel 2007,2010,2016
    Posts
    695

    Re: excel formula to find the result from the 3 column with criteria

    any experts give solution for this?

  3. #3
    Forum Contributor
    Join Date
    07-21-2011
    Location
    Bangalore,India
    MS-Off Ver
    Excel 2007,2010,2016
    Posts
    695

    Re: excel formula to find the result from the 3 column with criteria

    my excel dude

    almost tried with this formula to get result even i got struck with holy expected result!!!!

    =IF(E3=MIN(IF($C$3:$C$26=C3,$E$3:$E$26,$F$3:$F$26="PARTS CALLS")),"NEEDS TO BE BILLING","RR NO BILLING")

    make this formula changes !!!

    Find the attachment solve my problem dudes''''
    Attached Files Attached Files

  4. #4
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,972

    Re: excel formula to find the result from the 3 column with criteria

    Please have a little patience, all "dudes" here are volunteers, and answer questions as and when they can.

    I will take a look at your file and see what I can come up with
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  5. #5
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,972

    Re: excel formula to find the result from the 3 column with criteria

    OK what exactly are your expected results? It a;most looks like you want to apply Conditional Formatting...or are you trying to extract info/answers to somewhere?

  6. #6
    Forum Contributor
    Join Date
    07-21-2011
    Location
    Bangalore,India
    MS-Off Ver
    Excel 2007,2010,2016
    Posts
    695

    Re: excel formula to find the result from the 3 column with criteria

    Dude

    simple logic every serial no exactly repeats twice in C:C column ok then date can be two date for first so and second so then in the F:F column there might be
    PARTS CALL OR LABOUR CALLS

    CONDITION 1
    IF For two So's have Parts status is PARTS CALLS Means i want result for first min date of So's = "NEEDS TO BE BILLING" and second so Result = "RR NO BILLING"
    CONDITION 2
    IF For two So's have Parts status is LABOUR CALLS Means i want result for first min date of So's = "NEEDS TO BE BILLING" and second so Result = "RR NO BILLING"
    CONDITION 3
    If First Só's Have first Parts status is Labour Calls for first so as per first min date result "NEEDS TO BE BILLING"
    If Second So's Have Parts status is Parts Calls for second so as per second date "NEEDS TO BE BILLING"
    CONDITION 4
    If First So's Have first parts as per min date is "Parts Calls" I want result for the first so Result "NEEDS TO BE BILLING"
    If Second So's have parts status for second date is "Labour Calls "I want result for the second so "RR NO BILLING"

    Find the attachment of first dont look at second you may confuse help me dude

  7. #7
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,972

    Re: excel formula to find the result from the 3 column with criteria

    OK well perhaps some other "dude" can answer you

  8. #8
    Forum Contributor
    Join Date
    07-21-2011
    Location
    Bangalore,India
    MS-Off Ver
    Excel 2007,2010,2016
    Posts
    695

    Re: excel formula to find the result from the 3 column with criteria

    Wow thanks dude

  9. #9
    Forum Contributor
    Join Date
    07-21-2011
    Location
    Bangalore,India
    MS-Off Ver
    Excel 2007,2010,2016
    Posts
    695

    Re: excel formula to find the result from the 3 column with criteria

    any experts please help on this???

  10. #10
    Forum Contributor
    Join Date
    07-21-2011
    Location
    Bangalore,India
    MS-Off Ver
    Excel 2007,2010,2016
    Posts
    695

    Re: excel formula to find the result from the 3 column with criteria

    Dear experts

    i have tried so many formulas for get result I Failed i didnt get expected only in yellow color marked...

    =IF(E3=MIN(IF($C$3:$C$10000=C3,$E$3:$E$10000,$F$3:$F$10000="PARTS CALLS")),"NEEDS TO BE BILLING",IF(E3=MIN(IF($C$3:$C$10000=C3,$E$3:$E$10000,$F$3:$F$10000="LABOUR CALLS")),"RR NO BILING","NEEDS TO BE BILLING"))

    please help on this formula to get exact result as i expected in column G:G find the attachment...
    Attached Files Attached Files
    Last edited by breadwinner; 09-23-2013 at 01:56 AM. Reason: WORNG UPDATES

  11. #11
    Forum Contributor
    Join Date
    07-21-2011
    Location
    Bangalore,India
    MS-Off Ver
    Excel 2007,2010,2016
    Posts
    695

    Re: excel formula to find the result from the 3 column with criteria

    any experts helps i am looking for?

+ 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: 4
    Last Post: 09-04-2013, 12:30 AM
  2. Auto Hide/Unhide rows in Excel based on formula result in a column
    By crozierk in forum Excel Programming / VBA / Macros
    Replies: 18
    Last Post: 08-12-2012, 08:02 AM
  3. [SOLVED] Loop to find cells based on criteria, enter formula into next empty column
    By cschoyer in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 08-10-2012, 03:32 PM
  4. Replies: 2
    Last Post: 06-23-2011, 11:45 PM
  5. averaging a column based on criteria andputting result in new worksheet
    By BadLilBrat in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 01-20-2007, 03:01 PM

Tags for this Thread

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