+ Reply to Thread
Results 1 to 11 of 11

Calculating Monthly Premium rates base on age

Hybrid View

  1. #1
    Forum Moderator alansidman's Avatar
    Join Date
    02-02-2010
    Location
    Steamboat Springs, CO
    MS-Off Ver
    MS Office 365 insider Version 2504 Win 11
    Posts
    24,687

    Re: Calculating Monthly Premium rates base on age

    Here is a link on how to do nested IF statements.

    http://www.techonthenet.com/excel/macros/if_custom.php
    Alan עַם יִשְׂרָאֵל חַי


    Change an Ugly Report with Power Query
    Database Normalization
    Complete Guide to Power Query
    Man's Mind Stretched to New Dimensions Never Returns to Its Original Form

  2. #2
    Registered User
    Join Date
    11-07-2012
    Location
    Toronto, Canada
    MS-Off Ver
    Excel 2010
    Posts
    11

    Re: Calculating Monthly Premium rates base on age

    Thanks for your reply Alan. I have tried different combination of brackets and formating but always come up with errors.

    Below is an example of the IF statements I'm trying to nest:

    =IF(AND(E2>0,E2<=40),A8*D15)
    =IF(AND(E2>=41,E2<=50),A8*D16)
    =IF(AND(E2>=51,E2<=60),A8*D17)
    =IF(AND(E2>=61,E2<=70),A8*D18)
    =IF(AND(E2>=71,E2<=75),A8*D19)
    =IF(AND(E2>=76,E2<=80),A8*D20)
    =IF(AND(E2>=81,E2<=85),A8*D21)
    =IF(AND(E2>=86,E2<=99),NA

+ 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