Reverse Formula.

serge

Well-known Member
Joined
Oct 8, 2008
Messages
1,413
Office Version
  1. 2007
Platform
  1. Windows
I'm looking for a reverse formula that will give me back the number of the beginning meaning :

0212010 would give me back 2436 ? in cell : R8



wbb9yo.png


Q8 =IF($I8="","",INT(LEFT(MOD(SUM($H8/1),4))))
P8 =IF($I8="","",INT(LEFT(MOD(SUM($H8/4),4))))
O8 =IF($I8="","",INT(LEFT(MOD(SUM($H8/16),4))))
N8 =IF($I8="","",INT(LEFT(MOD(SUM($H8/64),4))))
M8 =IF($I8="","",INT(LEFT(MOD(SUM($H8/256),4))))
L8 =IF($I8="","",INT(LEFT(MOD(SUM($H8/1024),4))))
K8 =IF($I8="","",INT(LEFT(MOD(SUM($H8/4096),4))))
 

Excel Facts

Did you know Excel offers Filter by Selection?
Add the AutoFilter icon to the Quick Access Toolbar. Select a cell containing Apple, click AutoFilter, and you will get all rows with Apple
Woaww, I'm very impressed, I dont know how you do this but you are amazing, It works perfect.

Thank you so much.
Serge.
 
Last edited:
Upvote 0

Forum statistics

Threads
1,215,809
Messages
6,127,013
Members
449,351
Latest member
Sylvine

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top