G
Guest
I've successfully converted binary to hexadecimal (Using only 4 didigts), but now I need to swap the first two digits and last two digits of the answer. Or better yet just eliminate the first 2 digits for one answer, then the last two digits for the other. Obviously if using the last two digits that would be easy by adding a 2 in the formula below instead of a 4. But my problem remains with the 2 MSD's.
=BIN2HEX(C10,4)
=BIN2HEX(C10,4)