S
Scott
I have a formula that reads as follows:
=CONCATENATE(" NUMBER OF SPRING WINDS : ",IF
($E$6=1,$X$4,IF($E$6=2,$X$5,IF($E$6=3,$X$6,IF
($E$6=4,$X$7,IF($E$6=5,$X$8,IF($E$6=6,$X$9,IF
($E$6=7,$X$10))))))))
I would like to add more values of the $E$6 variable, but
am limited (I believe) by the 30 character limit of the
Concatenate function. How would I add more characters to
allow $E$6=8, etc....
Thanks,
Scott
=CONCATENATE(" NUMBER OF SPRING WINDS : ",IF
($E$6=1,$X$4,IF($E$6=2,$X$5,IF($E$6=3,$X$6,IF
($E$6=4,$X$7,IF($E$6=5,$X$8,IF($E$6=6,$X$9,IF
($E$6=7,$X$10))))))))
I would like to add more values of the $E$6 variable, but
am limited (I believe) by the 30 character limit of the
Concatenate function. How would I add more characters to
allow $E$6=8, etc....
Thanks,
Scott