+ Reply to Thread
Results 1 to 4 of 4

Conditional If Formula for Order Claims Data

  1. #1
    Forum Contributor
    Join Date
    10-18-2016
    Location
    Chicago, USA
    MS-Off Ver
    Office 365
    Posts
    220

    Red face Conditional If Formula for Order Claims Data

    Hi All,

    Hope you are doing well!...I am trying to build an if conditional statement with the following conditional to predict if an order would result in a claim...Can you please help me with that...Also I have added a sample workbook with expected result

    1) If the number of customer communications >=5 then it would result in a claim

    (OR)
    2) if the number of customer communications between 1 to 4 (1<=4- both 1 and 4 included) and the order bucket between 8 to 10 it would result in a claim

    My try:


    IF(OR(noofcustomercommunications>=5,AND(noofcustomercommunications>=1,noofcustomercommunications<=4,orderbucket>=8,orderbucket<=10),1,0))

    Thanks,
    Arun
    Attached Files Attached Files
    Last edited by chandramouliarun; 01-08-2020 at 06:22 AM. Reason: added sample workbook

  2. #2
    Forum Expert NeedForExcel's Avatar
    Join Date
    03-16-2013
    Location
    Pune, India
    MS-Off Ver
    Excel 2016:2019, MS 365
    Posts
    3,873

    Re: Conditional If Formula for Order Claims Data

    Hi,

    Try this

    =IF(A2>=5,1,0)+IF(AND(AND(A2<=4,A2>=1),AND(B2>=8,B2<=10)),1,0)

    Also, In your example sheet I am not sure why the 1st row of Data would result in answer 1, where numberofcustomercomms = 2 and ordervaluebucket = 12
    Cheers!
    Deep Dave

  3. #3
    Forum Contributor
    Join Date
    10-18-2016
    Location
    Chicago, USA
    MS-Off Ver
    Office 365
    Posts
    220

    Re: Conditional If Formula for Order Claims Data

    @ Dave: Thanks!..Appreciate your help!.. Yes I was wrong on the 1st row of data!..

  4. #4
    Forum Expert Pepe Le Mokko's Avatar
    Join Date
    05-14-2009
    Location
    Belgium
    MS-Off Ver
    O365 v 2402
    Posts
    13,443

    Re: Conditional If Formula for Order Claims Data

    Based on your last post it seems that you are satisfied with the solution(s) you've received but you haven't marked your thread as SOLVED. If your problem has not been solved you can use Thread Tools (located above your first post) and choose "Mark this thread as unsolved".
    Thanks.

    Also, as a relatively new member of the forum, you may not be aware that you can thank those who have helped you by clicking the small star icon located in the lower left corner of the post in which the help was given. By doing so you can add to the reputation(s) of those who helped.

+ 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: 6
    Last Post: 07-05-2019, 04:20 PM
  2. Replies: 3
    Last Post: 07-05-2019, 11:06 AM
  3. [SOLVED] Calculate number of claims and claims paid out per policy year
    By Even in forum Excel Formulas & Functions
    Replies: 15
    Last Post: 10-21-2014, 08:15 AM
  4. Need a formula to find duplicate claims on a report
    By mariosot06 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 01-14-2014, 02:14 PM
  5. calculating claims expense
    By amartino44 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 12-04-2013, 01:38 PM
  6. Grid line colour is not what it claims
    By Leon V (AW) in forum Excel General
    Replies: 0
    Last Post: 08-06-2013, 09:59 AM
  7. [SOLVED] nested if formula claims there are too many arguments
    By asthx in forum Excel General
    Replies: 3
    Last Post: 02-11-2013, 01:49 AM

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