Reverse Formula.

serge

Well-known Member
Joined
Oct 8, 2008
Messages
1,402
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

Workdays for a market open Mon, Wed, Friday?
Yes! Use "0101011" for the weekend argument in NETWORKDAYS.INTL or WORKDAY.INTL. The 7 digits start on Monday. 1 means it is a weekend.
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,214,670
Messages
6,120,830
Members
448,990
Latest member
rohitsomani

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