Hi Kundan! The outputs for DSC11 & DSC12 are strings, not integers. So
if you wanted to extract a number from those fields, are you just
wanting to capture the first number in the selection? So if someone
selects "5 - For value more than...", you'd want the sum to capture the
value "5" and then add that to the rest of the formula, correct? If
that's the case, I'd recommend seeing if the following would return a
value:
SUM(DSC1,DSC2,DSC3,DSC4,DSC5,DSC6,DSC7,DSC8,DSC9,DSC10,IF(ISBLANK(DSC11)&&ISBL...