need calculation for below

JAVEDR

Board Regular
Joined
Sep 17, 2019
Messages
79
Office Version
  1. 2019
Platform
  1. Windows
  2. Mobile
  3. Web
Hello, need calculation for below table i have values in column B which need to calculation in below manner to get result for highlighted cell -

note highlighted in red value need to come trough formula , text highlighted in white value we don't have, text highlighted in bold total is same calculation are based on like this ===

20280227
028202827398
202827398275
827398275529
79275211


2022+0=2
0282+0=222+8=0
2020+2=200+2=2
8272+8=022+7=9
792+7=99
 

Excel Facts

What is =ROMAN(40) in Excel?
The Roman numeral for 40 is XL. Bill "MrExcel" Jelen's 40th book was called MrExcel XL.
Try this then.

JAVEDR.xlsm
ABCDEFG
12028
2028202
3202827
4827398
597
Sheet1
Cell Formulas
RangeFormula
A2:A4,E2:E4A2=MOD(B1-B2,10)
C1:C4,G1:G4C1=MOD(B2-B1,10)
 
Upvote 1
Solution
You're welcome. Glad we got there in the end. Thanks for the confirmation. (y)
 
Upvote 0

Forum statistics

Threads
1,216,030
Messages
6,128,407
Members
449,448
Latest member
Andrew Slatter

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