+ Reply to Thread
Results 1 to 2 of 2

Complicated If Equation

  1. #1
    Brad Larsen
    Guest

    Complicated If Equation

    I have figured out the following formula -

    =(IF(K16="1 of 4",IF(I16>60,"0",(IF(I16<11,"2",IF(I16>10,"1","2")))),0))

    and it works exactly as i want it. The point here is that if K16 - "1 of 4"
    then the formula goes from there. I want to be able to include a total of
    three possible TRUE responses: "1 of 4" "5 of 10" and "25%"

    How can i complete this formula to include the additional 2 TRUE options?

    Thank you!

  2. #2
    Valued Forum Contributor
    Join Date
    03-25-2004
    Location
    Boston, MA US
    Posts
    1,094
    You can use the OR function to add the other scenarios.

    =(IF(OR(K16="1 of 4",K16="5 of 10",K16=0.25),IF(I16>60,"0",(IF(I16<11,"2",IF(I16>10,"1","2") ))),0))

    Does that help?

    Steve

+ 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