+ Reply to Thread
Results 1 to 3 of 3

Slight addition to a long if statement

  1. #1
    Registered User
    Join Date
    11-19-2009
    Location
    Canada
    MS-Off Ver
    Excel 2003
    Posts
    10

    Slight addition to a long if statement

    Daddylonglegs solved me this if statement....

    =IF(I24="Flat Rate Plan",B11+(D11*K24)+(E11*L24)+(F11*M24),IF(I24="1200 Minute Plan",IF(K24<H16,B12+(E12*L24)+(F12*M24),B12+D12*(K24-C12)+(E12*L24)+(F12*M24)),IF(I24="Imove 1800",IF(K24<H17,B13+F13*M24,B13+D13*(K24-C13)+(F13*M24)),IF(I24="Imove 3400",IF(K24<H18,B14+F14*M24,B14+D14*(K24-C14)+(F14*M24)),""))))

    However, I forgot to put in this formula the tax rate of (.13)

    That is in cell B8 on my spreadsheet.. I tried to fix it but it said I entered to many arguments.

    I want each formula in the statement to be times by .13 after is is calculated.
    How do I do this?

    Thanks

  2. #2
    Forum Moderator davesexcel's Avatar
    Join Date
    02-19-2006
    Location
    Regina
    MS-Off Ver
    MS 365
    Posts
    13,524

    Re: Slight addition to a long if statement

    You may have to put *.13 inside the nested ifs
    =IF(I24="Flat Rate Plan",.13*(B11+(D11*K24)+(E11*L24)+(F11*M24)),IF
    Be sure to add a bracket to each end.

  3. #3
    Forum Expert teylyn's Avatar
    Join Date
    10-28-2008
    Location
    New Zealand
    MS-Off Ver
    Excel 365 Insider Fast
    Posts
    11,372

    Re: Slight addition to a long if statement

    ... or maybe just multiply what the formula returns by .13

    =IF(<the whole enchillada>)*.13

+ 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