serge
Well-known Member
- Joined
- Oct 8, 2008
- Messages
- 1,444
- Office Version
- 2007
- Platform
- Windows
Hello,
I'm lookking for a formula that will give me the result in reverse, like if I type 1203 in A3 it will return 99 in H3. Here the formulas that transfer the numbers. C3 IF($B3="","",INT(LEFT(MOD(SUM($A3/64),4)))) D3 IF($B3="","",INT(LEFT(MOD(SUM($A3/16),4)))) E3 IF($B3="","",INT(LEFT(MOD(SUM($A3/4),4)))) F3 IF($B3="","",INT(LEFT(MOD(SUM($A3/1),4)))) Thank you. |