Results 1 to 4 of 4

Replace nested IF with other formulae...

Threaded View

  1. #1
    Forum Expert contaminated's Avatar
    Join Date
    05-07-2009
    Location
    Baku, Azerbaijan
    MS-Off Ver
    Excel 2013
    Posts
    1,430

    Replace nested IF with other formulae...

    Hi
    Ive got one question... just for interest...

    A friend of mine is Fiscal Agent. He works at state tax administration. He had this formula at work to calculate income tax.
    =IF(K16<=75,0,IF(AND(K16>75,K16<=200),(K16-75)*14%,IF(AND(K16>200,K16<=2000),K16*14%,IF(K16>2000,(K16-2000)*35%+280))))
    I've reduced it. Now it looks like.

    =IF(K19<=75,0,IF(K19<=200,(K19-75)*14%,IF(K19<=2000,K19*14%,(K19-2000)*35%+280)))
    They're almost the same but I didn't use AND() function.

    Now, my question is can this formula be replaced with SUMPRODUCT() or CHOOSE/MATCH ...I observed similar replacement but I don't remember details of that formulae.
    Last edited by contaminated; 08-08-2009 at 04:05 PM.
    Люди, питающие благие намерения, как раз и становятся чудовищами.

    Regards, ?Born in USSR?
    Vusal M Dadashev

    Baku, Azerbaijan

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