In the below excel table I have two steps and am stuck on the second. My first, StepA, Apply attachment point,Total Value Attachment Point. If result is less than zero, than the exposure to the policy = 0. (= IF(TotalVal AttchPt < 0, 0, TotalVal AttchPt))
For Step B - Apply Policy Limit. Compare result from Step A to the Policy Limit, take the minimum of the two.
Note I must take into account policies where the Policy Limit = 0. In these cases the coverage should be treated as unlimited. In cases where the LIMIT = 0, an effective limit equal to the total value of the specific ZIP Code should be assumed.
[TABLE="width: 753"]
<tbody>[TR]
[TD]ACCGRPNUM
[/TD]
[TD]POLICYNUM
[/TD]
[TD]AttchPT
[/TD]
[TD]POLICY LIMIT
[/TD]
[TD]STATE
[/TD]
[TD]ZIP
[/TD]
[TD]TotalVal
[/TD]
[TD]StepA
[/TD]
[TD]Step B
[/TD]
[/TR]
[TR]
[TD]1
[/TD]
[TD]1
[/TD]
[TD]$10,000,000
[/TD]
[TD]$2,500,000
[/TD]
[TD]
[/TD]
[TD]20171
[/TD]
[TD]$66,296,000
[/TD]
[TD]$56,296,000
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]1
[/TD]
[TD]1
[/TD]
[TD]$10,000,000
[/TD]
[TD]$2,500,000
[/TD]
[TD]
[/TD]
[TD]30245
[/TD]
[TD]$18,556,000
[/TD]
[TD]$8,556,000
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]1
[/TD]
[TD]1
[/TD]
[TD]$10,000,000
[/TD]
[TD]$2,500,000
[/TD]
[TD]
[/TD]
[TD]30327
[/TD]
[TD]$26,602,000
[/TD]
[TD]$16,602,000
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]10027
[/TD]
[TD]10016
[/TD]
[TD]$0
[/TD]
[TD]$0
[/TD]
[TD]NY
[/TD]
[TD]11102
[/TD]
[TD]$11,000
[/TD]
[TD]$11,000
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]10028
[/TD]
[TD]10017
[/TD]
[TD]$0
[/TD]
[TD]$0
[/TD]
[TD]NY
[/TD]
[TD]11105
[/TD]
[TD]$429,000
[/TD]
[TD]$429,000
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]1
[/TD]
[TD]1
[/TD]
[TD]$10,000,000
[/TD]
[TD]$2,500,000
[/TD]
[TD]
[/TD]
[TD]32024
[/TD]
[TD]$266,000
[/TD]
[TD]$0
[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Would I code using the 'min' function? I'm stuck on how to apply $0 if listed in policy limit.
Any input would be so helpful.
Thanks!
For Step B - Apply Policy Limit. Compare result from Step A to the Policy Limit, take the minimum of the two.
Note I must take into account policies where the Policy Limit = 0. In these cases the coverage should be treated as unlimited. In cases where the LIMIT = 0, an effective limit equal to the total value of the specific ZIP Code should be assumed.
[TABLE="width: 753"]
<tbody>[TR]
[TD]ACCGRPNUM
[/TD]
[TD]POLICYNUM
[/TD]
[TD]AttchPT
[/TD]
[TD]POLICY LIMIT
[/TD]
[TD]STATE
[/TD]
[TD]ZIP
[/TD]
[TD]TotalVal
[/TD]
[TD]StepA
[/TD]
[TD]Step B
[/TD]
[/TR]
[TR]
[TD]1
[/TD]
[TD]1
[/TD]
[TD]$10,000,000
[/TD]
[TD]$2,500,000
[/TD]
[TD]
[/TD]
[TD]20171
[/TD]
[TD]$66,296,000
[/TD]
[TD]$56,296,000
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]1
[/TD]
[TD]1
[/TD]
[TD]$10,000,000
[/TD]
[TD]$2,500,000
[/TD]
[TD]
[/TD]
[TD]30245
[/TD]
[TD]$18,556,000
[/TD]
[TD]$8,556,000
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]1
[/TD]
[TD]1
[/TD]
[TD]$10,000,000
[/TD]
[TD]$2,500,000
[/TD]
[TD]
[/TD]
[TD]30327
[/TD]
[TD]$26,602,000
[/TD]
[TD]$16,602,000
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]10027
[/TD]
[TD]10016
[/TD]
[TD]$0
[/TD]
[TD]$0
[/TD]
[TD]NY
[/TD]
[TD]11102
[/TD]
[TD]$11,000
[/TD]
[TD]$11,000
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]10028
[/TD]
[TD]10017
[/TD]
[TD]$0
[/TD]
[TD]$0
[/TD]
[TD]NY
[/TD]
[TD]11105
[/TD]
[TD]$429,000
[/TD]
[TD]$429,000
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]1
[/TD]
[TD]1
[/TD]
[TD]$10,000,000
[/TD]
[TD]$2,500,000
[/TD]
[TD]
[/TD]
[TD]32024
[/TD]
[TD]$266,000
[/TD]
[TD]$0
[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Would I code using the 'min' function? I'm stuck on how to apply $0 if listed in policy limit.
Any input would be so helpful.
Thanks!