P
P.Rumpz
Here is my current function argument:
=IF(D5="Premium"
"71.34",IF(D5="Standard","71.34",IF(D5="OnePlan","72.39",IF(D5="Premiu
Health","71.34",IF(D5="HealthPlus","n/a", IF(D5="","0"))))))))
--I am assigning a Fee Value based on what type of Health Care eac
person has--
How can I properly have a 'zero' calculated for Fee Value where D* i
empty or contains characters other than what I am looking for?
Also, for "OnePlan", there are two different fees - one for thos
living in Michigan and one for those outside of Michigan. How do
calculate the Fee Value properly? I have column F with values "1" fo
those living in Michigan and "0" for those outside Michigan.
Any help would br greatly appreciated.
Thanks,
Pa
=IF(D5="Premium"
"71.34",IF(D5="Standard","71.34",IF(D5="OnePlan","72.39",IF(D5="Premiu
Health","71.34",IF(D5="HealthPlus","n/a", IF(D5="","0"))))))))
--I am assigning a Fee Value based on what type of Health Care eac
person has--
How can I properly have a 'zero' calculated for Fee Value where D* i
empty or contains characters other than what I am looking for?
Also, for "OnePlan", there are two different fees - one for thos
living in Michigan and one for those outside of Michigan. How do
calculate the Fee Value properly? I have column F with values "1" fo
those living in Michigan and "0" for those outside Michigan.
Any help would br greatly appreciated.
Thanks,
Pa