Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
I'm working on life insurance policy calculations and the policies are 4 time
annual salary to the nearest $250. Is there a formula I can use to do the calculation? So someone with $43,300 annual salary would get $173,250 in benefit - 43,000 * 4 = $173,200 neareast $250 is $173,250. Thanks! Dedrie |
#2
![]() |
|||
|
|||
![]()
Hi,
You can use the MROUND() function within the morefunc addin to do this: http://xcell05.free.fr/english/ Use this link to download the add-in. Regards, A "Dedrie" wrote: I'm working on life insurance policy calculations and the policies are 4 time annual salary to the nearest $250. Is there a formula I can use to do the calculation? So someone with $43,300 annual salary would get $173,250 in benefit - 43,000 * 4 = $173,200 neareast $250 is $173,250. Thanks! Dedrie |
#3
![]() |
|||
|
|||
![]()
I downloaded, but I'm still not sure what to do.
"aristotle" wrote: Hi, You can use the MROUND() function within the morefunc addin to do this: http://xcell05.free.fr/english/ Use this link to download the add-in. Regards, A "Dedrie" wrote: I'm working on life insurance policy calculations and the policies are 4 time annual salary to the nearest $250. Is there a formula I can use to do the calculation? So someone with $43,300 annual salary would get $173,250 in benefit - 43,000 * 4 = $173,200 neareast $250 is $173,250. Thanks! Dedrie |
#4
![]() |
|||
|
|||
![]()
Try this:
=ROUND((A1*4)/250,0)*250 If A1=43300 the return is 173250. Does that help? -- Regards, Ron "Dedrie" wrote: I'm working on life insurance policy calculations and the policies are 4 time annual salary to the nearest $250. Is there a formula I can use to do the calculation? So someone with $43,300 annual salary would get $173,250 in benefit - 43,000 * 4 = $173,200 neareast $250 is $173,250. Thanks! Dedrie |
#5
![]() |
|||
|
|||
![]()
Yes thank you that worked!
"Ron Coderre" wrote: Try this: =ROUND((A1*4)/250,0)*250 If A1=43300 the return is 173250. Does that help? -- Regards, Ron "Dedrie" wrote: I'm working on life insurance policy calculations and the policies are 4 time annual salary to the nearest $250. Is there a formula I can use to do the calculation? So someone with $43,300 annual salary would get $173,250 in benefit - 43,000 * 4 = $173,200 neareast $250 is $173,250. Thanks! Dedrie |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Round a number to the Nearest .25 | Excel Worksheet Functions | |||
How do i round up a price to the nearest 5,10,15 etc pence | Excel Worksheet Functions | |||
i need an excell formula that will round up to the nearest 9.99 | Excel Worksheet Functions | |||
Round Up to Nearest 10 | Excel Worksheet Functions | |||
Round time to nearest quarter hr | Excel Worksheet Functions |