+ Reply to Thread
Results 1 to 7 of 7

Creating an IF Formula

  1. #1
    Registered User
    Join Date
    09-20-2012
    Location
    Jacksonville, FL
    MS-Off Ver
    Excel 2007
    Posts
    80

    Creating an IF Formula

    Basically the formula (shown below) does what I need it to do, except that I want to add that the function only calculates when a claim is in a Completed Status (Column F) AND when there is a Date Billed present (Column H). I was going to attach a copy of the file but didn't see an option to do so.

    =IF(C2="50% / 50%",90, IF(C2=1,180,""))

  2. #2
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: Creating an IF Formula

    Try

    =IF(AND(F2="Completed",ISNUMBER(H2)),IF(C2="50% / 50%",90, IF(C2=1,180,"")),"")

  3. #3
    Registered User
    Join Date
    09-20-2012
    Location
    Jacksonville, FL
    MS-Off Ver
    Excel 2007
    Posts
    80

    Re: Creating an IF Formula

    I just tried it and it works for when C2 = 50 / 50, but not returning the value of 180 when the C2 = 100

  4. #4
    Registered User
    Join Date
    09-20-2012
    Location
    Jacksonville, FL
    MS-Off Ver
    Excel 2007
    Posts
    80

    Re: Creating an IF Formula

    On on a second I think I see what's wrong I need to use this formula for diferent row items but in the same Column, and when I copied and pasted the formula is didn't adjust to the cell # for the active row

  5. #5
    Registered User
    Join Date
    09-20-2012
    Location
    Jacksonville, FL
    MS-Off Ver
    Excel 2007
    Posts
    80

    Re: Creating an IF Formula

    I just tried the formula again, it works. Thanks.

  6. #6
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: Creating an IF Formula

    Great, glad it worked out.

  7. #7
    Registered User
    Join Date
    09-20-2012
    Location
    Jacksonville, FL
    MS-Off Ver
    Excel 2007
    Posts
    80

    Re: Creating an IF Formula

    I have another formula related question, do I have to create a new post or can I continue in this one?

+ 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