Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
ajricks
 
Posts: n/a
Default Another Reason to Hate Insurance Companies (as if you needed one)


Trying to create similar formulas in two different cells that will
analyze AND calculate these formulas based on a third single-cell
containing a drop-down list.

The single-cell drop-down contains the names of six different insurers
that have been set up on a separate sheet and validated on the data
entry sheet (calling this cell "Quoted Company").

Formula cells need to determine a particular premium surcharge based on
each insurer's premium surcharging method (calling these formula cells
"Premium A" and "Premium B"). Four possible results:

1. Insurer 1 adds a surcharge for one coverage @ a particular rate;

2. Insurer 1 adds a surcharge for a second coverage @ a different
rate;

3. Insurers 2 & 3 add a surcharge for all coverages @ a different
rate;

4. Insurers 4, 5 & 6 do not include a surcharge for any coverages, i.e
formula would simply need to return the text "INCL").


The following formulas work for Insurer 1:

=IF(D15="Name of Insurance Company",ROUND(C39*0.01,0))

* bases calculation on developed base price, i.e. cell C39

=IF(D15="Name of Insurance Company",ROUND(C43*0.02,0))

* bases calculation on developed base price, i.e. cell C43


Need to incorporate Insurers 2-6 into each of the above working
examples but can't find a working formula. Any help is appreciated. :0)


--
ajricks
------------------------------------------------------------------------
ajricks's Profile: http://www.excelforum.com/member.php...o&userid=26609
View this thread: http://www.excelforum.com/showthread...hreadid=398846

  #2   Report Post  
Harlan Grove
 
Posts: n/a
Default

"ajricks" wrote...
....
Formula cells need to determine a particular premium surcharge based
on each insurer's premium surcharging method (calling these formula
cells "Premium A" and "Premium B"). Four possible results:

1. Insurer 1 adds a surcharge for one coverage @ a particular rate;

2. Insurer 1 adds a surcharge for a second coverage @ a different
rate;

3. Insurers 2 & 3 add a surcharge for all coverages @ a different
rate;

4. Insurers 4, 5 & 6 do not include a surcharge for any coverages, i.e
formula would simply need to return the text "INCL").


The following formulas work for Insurer 1:

=IF(D15="Name of Insurance Company",ROUND(C39*0.01,0))

* bases calculation on developed base price, i.e. cell C39

=IF(D15="Name of Insurance Company",ROUND(C43*0.02,0))

* bases calculation on developed base price, i.e. cell C43


Need to incorporate Insurers 2-6 into each of the above working
examples but can't find a working formula. Any help is appreciated.


I'd use a lookup table. Since you have a dropdown list to select insurance
company names, if that list comes from a range, you could just use that
range in your formulas. Put the base prices and surcharges in columns to the
right of it. Then you could use VLOOKUP to pull the surcharges based on the
company selected.

And this is nothing compared to airline pricing.


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
where can i find uk tax and national insurance calculations Dr.AJ Excel Discussion (Misc queries) 1 May 17th 05 10:16 PM


All times are GMT +1. The time now is 11:05 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"