Hi Domenic,
Sorry, didn't see your amendment before I posted. The Formula works fine with
this amendment.
Thanks again for your assistance.
Cheers,
Sam
Domenic wrote:
Actually, since Data contains numeric values, the values returned by
both the LEFT and RIGHT functions need to be coerced into numerical
values. Therefore...
LEFT(X$1,2)
should be
LEFT(X$1,2)+0
and
RIGHT(X$1,2)
should be
RIGHT(X$1,2)+0
Hope this helps!
--
Message posted via OfficeKB.com
http://www.officekb.com/Uwe/Forums.a...tions/200609/1