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

Best way to learn Power Query?
Read M is for (Data) Monkey book by Ken Puls and Miguel Escobar. It is the complete guide to Power Query.
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
I think this needs better explanation. You thread has had more than 40 views yet nobody has offered anything. I didn't understand the explanation so I assume the other 40+ people didn't either.
 
Upvote 0
I think this needs better explanation. You thread has had more than 40 views yet nobody has offered anything. I didn't understand the explanation so I assume the other 40+ people didn't either.
Sir,

73AB
706CDE
467FGH
330IJK
03LM
HIGHLIGHTED IN YELLOW VALUE I HAVE
A+B = DC+D=A
D+E =GF+G=D
G+H =JI+J=G
J+K =ML+M=J
 
Upvote 0
Still not very clear but is it this?

JAVEDR.xlsm
ABCDEFGHIJKLMNO
120280227
2028202827398
3202827398275
4827398275529
579275211
Sheet1
Cell Formulas
RangeFormula
B2:B5,N2:N5,J2:J5,F2:F5B2=MOD(B1+C1,10)
 
Upvote 0
Still not very clear but is it this?

JAVEDR.xlsm
ABCDEFGHIJKLMNO
120280227
2028202827398
3202827398275
4827398275529
579275211
Sheet1
Cell Formulas
RangeFormula
B2:B5,N2:N5,J2:J5,F2:F5B2=MOD(B1+C1,10)
thank you sir for your reply and time. highlighted yellow value i.e B2:B5,N2:N5,J2:J5,F2:F5 i have i need formula for C1:C4 AND A2:A5
 
Upvote 0
Sir, Column B1, B2, B3, AND B4 contains 2/2/0/2 then we have to start with C1 which is 0 it came because b1 what value we will add for b2 i.e0 )
 
Upvote 0
OK, that gives some idea about column C.

What about column A?
In particular, why is this highlighted value 0?
1687773534105.png
 
Upvote 0

Forum statistics

Threads
1,216,073
Messages
6,128,634
Members
449,460
Latest member
jgharbawi

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