When I try to use this statement, I get an error--any idea as to what the issue may be?
Thanks!
Lane Type: IFF(AND(ISNUMBER(VALUE(MID( [Orig NCS] ,4,1))),ISNUMBER(VALUE(MID( [Dest NCS] ,4,1)))),"ZTZ",IFF(ISNUMBER(VALUE(MID( [Orig NCS] ,4,1))),"ZTP",IFF(ISNUMBER(VALUE(MID( [Dest NCS] ,4,1))),"PTZ","PTP")))
I copied it from excel and altered it as needed, not sure if there is something wrong with that...