+ Reply to Thread
Results 1 to 2 of 2

IF Formula issues (want more than 7)

  1. #1
    Registered User
    Join Date
    03-06-2008
    Posts
    1

    Red face IF Formula issues (want more than 7)

    I'm hoping someon can help me with this, as I'm starting to crazy

    In my spreadsheet I have two drop down lists created.
    One has the variables 0%, 2%, 5%, 7.5%
    and the other has: 90-99,95-105,100 - 109

    Basically if it shows :
    0% AND 90-99% I want it to show x, if it shows 0% AND 95-109 show y, if it shows 5% and 100-109 show z
    Then the same for the other percentages, so 2% and the above 3 variables, 5% and the above 3 variables, 7.5% and above 3 variables

    The formula I currently have is....
    =IF(AND($C$10="2.0%",B14="90% - 99%"),'SA Scenarios'!B75,IF(AND($C$10="5.0%",B14="90% - 99%"),'SA Scenarios'!B100,IF(AND(B14="90% - 99%",$C$10="7.5%"),'SA Scenarios'!B124,IF(AND($C$10="0.0%",B14="90% - 99%"),'SA Scenarios'!B50,FALSE))))

    As you can see this only works if the second drop down is 90-99

    basically I want it to do this:

    =IF(AND($C$10="2.0%",B14="90% - 99%" 'SA Scenarios'!B75 OR IF c10=2.0% AND B14=95-105, 'SA Scenarios'!B76, OR IF c10=2.0% AND B14=100-109%, 'SA Scenarios'!B77....etc etc....starting again with the 5% and 7.5% possibilities...

    Hope this makes sense - grateful for any help

  2. #2
    Forum Expert
    Join Date
    01-15-2007
    Location
    Brisbane, Australia
    MS-Off Ver
    2007
    Posts
    6,591
    Hi

    See if this gets you going.

    Put in the row numbers that match in the data sheet for the percentage / range combinations.

    rylo
    Attached Files Attached Files

+ 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