G
Guest
I've noticed that if I have too many IF's in one function, Excel 2000 refuses to calculate
Example
IN CELL N2 ... =IF(C2="HK","JK",IF(C2="CN","MF",IF(C2="TR","MF",IF(C2="IT","DWS",IF(C2="PH","DWS",IF(C2="TH","DWS",IF(C2="VN","CB",IF(C2="GB","CB",IF(C2="TW","CB",IF(C2="LK","CB",IF(C2="SP","CB","SH"))))))))))
Around the 7th or 8th IF is where it stops. Is there any way around this
Example
IN CELL N2 ... =IF(C2="HK","JK",IF(C2="CN","MF",IF(C2="TR","MF",IF(C2="IT","DWS",IF(C2="PH","DWS",IF(C2="TH","DWS",IF(C2="VN","CB",IF(C2="GB","CB",IF(C2="TW","CB",IF(C2="LK","CB",IF(C2="SP","CB","SH"))))))))))
Around the 7th or 8th IF is where it stops. Is there any way around this