Why sure you can. If the number is between +32767 and -32767 then all you need to do is look at the most significant bit (bit 15) to see if it is positive (bit 15 will be 0) and negative (bit 15 will be 1). Then you can use LOOKUP2 which works with words as output variables. It's in the manual.