+ Reply to Thread
Results 1 to 3 of 3

Conditional Formula Switcher

  1. #1
    Forum Contributor
    Join Date
    07-10-2007
    Location
    Portland, OR USA
    Posts
    135

    Conditional Formula Switcher

    Greetings Smart People...

    I'm looking for a way to use different forumlae based on the contents of a cell. In the attached, column K calculates a number based on criteria applied against columns L-O. I'd like K to use the formula in K2 unless column H='CC Support' or 'BenX OE'. Then use the formula in K3 and K4 instead. Deal or No deal?

    Thanks!
    Attached Files Attached Files

  2. #2
    Valued Forum Contributor
    Join Date
    02-09-2006
    Location
    Melbourne, Australia
    MS-Off Ver
    Office 2016
    Posts
    1,075
    Try this:

    =IF(OR(H2="CC Support",H2="BenX OE"),IF(L2<90%,0,IF(M2=100%,4,IF(M2>=95%,3,0)))+IF(L2<90%,0,IF(N2>35%,0,IF(N2>=31%,3,IF(N2>0%,4,0)))+IF(L2<90%,0,IF(O2>1,4,IF(O2>=0.6,3,0)))),IF(L1<90%,0,IF(M1=100%,4,IF(M1>=95%,3,0)))+IF(L1<90%,0,IF(N1>35%,0,IF(N1>=31%,3,IF(N1>0%,4,0)))+IF(L1<90%,0,IF(O1>=1.6,4,IF(O1>=1,3,0)))))
    Trish in Oz
    -------------
    A problem well defined is a puzzle half solved


    If you attach a sample of your workbook it will be easier to find a solution. Remember to remove/replace sensitive data before uploading the file. Look here if you need help with attachments:
    http://www.excelforum.com/faq.php?fa...b3_attachments

  3. #3
    Forum Contributor
    Join Date
    07-10-2007
    Location
    Portland, OR USA
    Posts
    135
    Thanks a bunch!

+ 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