There is a problem with formulae which contain  == .
The solution is to restructure the formula.  For example, you might change the following:
From:  =IF(($A9==".Range"),"B"&MID(B9,3,5)&"B"&MID(B9,8,8),"B"&MID(B9,3,12))
To:      =IF(($A9!=".Range"),"B"&MID(B9,3,12),"B"&MID(B9,3,5)&"B"&MID(B9,8,8))
_________________________
Regards,
Softrak Tech Support