Separate the two cracks in two blocks, and add the last digit
* We have two blocks yellow initial block and blue block of the final crack
Separate the last digit is to add
https://www.excelforum.com/attachmen...1&d=1530821883
Separate the two cracks in two blocks, and add the last digit
* We have two blocks yellow initial block and blue block of the final crack
Separate the last digit is to add
https://www.excelforum.com/attachmen...1&d=1530821883
As a beginner starter :
PHP Code:
Sub Demo1()
Dim V, W, R&
V = [A5].CurrentRegion.Value2
ReDim W(1 To UBound(V), 1 To 4)
For R = 1 To UBound(V)
W(R, 1) = Right(V(R, 1), 1) & "," & Right(V(R, 2), 1) & "," & Right(V(R, 3), 1)
W(R, 2) = Evaluate("SUM({" & W(R, 1) & "})")
W(R, 3) = Right(V(R, 5), 1) & "," & Right(V(R, 6), 1) & "," & Right(V(R, 7), 1)
W(R, 4) = Evaluate("SUM({" & W(R, 3) & "})")
Next
[I5:L5].Resize(UBound(W)).Value = W
End Sub
Do you like it ? So thanks to click on bottom left star icon « ★ Add Reputation » !
Last edited by Marc L; 07-05-2018 at 07:22 PM. Reason: optimization …
hello. MARCL L perfect, thank you,
MARCL L and Uruguay today?
Thanks guys for the rep' !
May be difficult facing Uruguay as there will be less space than against Argentina
but without Cavani it could be doable so for next match maybe face to … Brasil ! Cross fingers …
ok thank you!
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks