I have a hexadecimal number that I need to convert to binary, shift the bits and then convert back to decimal again. Let me explain with examples,
The starting hexadecimal number is 5006048ACCC86A32.
I strip off the first 7 digits (5006048), using =RIGHT() function, leaving the remaining hex...