Good Evening
I have 3 conditions and the formula I am using gives the correct answer for "no reinstatement" and "1 x reinstatement" but when calcuations!C37 has "2 x reinstatement" it supplied the same answer as "1 x reinstatement".
calculations!C28 is a drop down box with the 3 conditions and depending on the condition it is a value multiplied as set out in the below formula. The answers combined 2 dollar values and text and I have the formula correct to give the correct wording and formatting etc but the 3rd condition will not show correctly.
I have been playing around with the formula and was really happy when I got the first 2 conditions to work but when I added the 3rd condition I am a loss
Note I dont really need to have the false condition as "error" the 3rd condition could be the false condition since C28 is a drop down box with only the 3 conditions but I tried it that way too and it did not work - again I only could ever get the 2 conditions to work even if I had error as the false if you went to C28 and changed it to 2 x reinstatement it did not give an error it still gave the answer to 1 x reinstatement.
Maybe my formula is too long?
Sorry for the large essay to explain
thanks and I really appreciate any assistance
cheers
Karyn
=IF(calculations!C37="no reinstatement",CONCATENATE(TEXT(calculations!C28,"$#,##0")," ","any one claim and ",TEXT(calculations!C28,"$#,##0")," ","in the aggregate for all claims made during the period of insurance"),(IF(calculations!C37="1 x Reinstatement",CONCATENATE(TEXT(calculations!C28,"$#,##0")," ","any one claim and ",TEXT(calculations!C28*2,"$#,##0")," ","in the aggregate for all claims made during the period of insurance"),(IF(calculations!C37="2 x Reinstatement",CONCATENATE(TEXT(calculations!C28,"$#,##0")," ","any one claim and ",TEXT(calculations!C28*3,"$#,##0")," ","in the aggregate for all claims made during the period of insurance"),"error")))))
I have 3 conditions and the formula I am using gives the correct answer for "no reinstatement" and "1 x reinstatement" but when calcuations!C37 has "2 x reinstatement" it supplied the same answer as "1 x reinstatement".
calculations!C28 is a drop down box with the 3 conditions and depending on the condition it is a value multiplied as set out in the below formula. The answers combined 2 dollar values and text and I have the formula correct to give the correct wording and formatting etc but the 3rd condition will not show correctly.
I have been playing around with the formula and was really happy when I got the first 2 conditions to work but when I added the 3rd condition I am a loss
Note I dont really need to have the false condition as "error" the 3rd condition could be the false condition since C28 is a drop down box with only the 3 conditions but I tried it that way too and it did not work - again I only could ever get the 2 conditions to work even if I had error as the false if you went to C28 and changed it to 2 x reinstatement it did not give an error it still gave the answer to 1 x reinstatement.
Maybe my formula is too long?
Sorry for the large essay to explain
thanks and I really appreciate any assistance
cheers
Karyn
=IF(calculations!C37="no reinstatement",CONCATENATE(TEXT(calculations!C28,"$#,##0")," ","any one claim and ",TEXT(calculations!C28,"$#,##0")," ","in the aggregate for all claims made during the period of insurance"),(IF(calculations!C37="1 x Reinstatement",CONCATENATE(TEXT(calculations!C28,"$#,##0")," ","any one claim and ",TEXT(calculations!C28*2,"$#,##0")," ","in the aggregate for all claims made during the period of insurance"),(IF(calculations!C37="2 x Reinstatement",CONCATENATE(TEXT(calculations!C28,"$#,##0")," ","any one claim and ",TEXT(calculations!C28*3,"$#,##0")," ","in the aggregate for all claims made during the period of insurance"),"error")))))