+ Reply to Thread
Results 1 to 5 of 5

Separate the two cracks in two blocks, and add the last digit

  1. #1
    Forum Contributor
    Join Date
    11-29-2014
    Location
    brasil
    MS-Off Ver
    excel 2016
    Posts
    2,344

    Separate the two cracks in two blocks, and add the last digit

    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
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    11-24-2013
    Location
    Paris, France
    MS-Off Ver
    Excel 2003 / 2010
    Posts
    9,831

    Cool Try this ‼


    As a beginner starter :

    PHP Code: 
    Sub Demo1()
        
    Dim VWR&
            
    = [A5].CurrentRegion.Value2
            ReDim W
    (1 To UBound(V), 1 To 4)
        For 
    1 To UBound(V)
            
    W(R1) = Right(V(R1), 1) & "," Right(V(R2), 1) & "," Right(V(R3), 1)
            
    W(R2) = Evaluate("SUM({" W(R1) & "})")
            
    W(R3) = Right(V(R5), 1) & "," Right(V(R6), 1) & "," Right(V(R7), 1)
            
    W(R4) = Evaluate("SUM({" W(R3) & "})")
        
    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 …

  3. #3
    Forum Contributor
    Join Date
    11-29-2014
    Location
    brasil
    MS-Off Ver
    excel 2016
    Posts
    2,344

    Re: Separate the two cracks in two blocks, and add the last digit

    hello. MARCL L perfect, thank you,
    MARCL L and Uruguay today?

  4. #4
    Forum Expert
    Join Date
    11-24-2013
    Location
    Paris, France
    MS-Off Ver
    Excel 2003 / 2010
    Posts
    9,831

    Re: Separate the two cracks in two blocks, and add the last digit


    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 …

  5. #5
    Forum Contributor
    Join Date
    11-29-2014
    Location
    brasil
    MS-Off Ver
    excel 2016
    Posts
    2,344

    Re: Separate the two cracks in two blocks, and add the last digit

    ok thank you!

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] separate the last digit, and sort in the 3 blocks
    By jorel in forum Excel Programming / VBA / Macros
    Replies: 15
    Last Post: 06-26-2018, 07:43 AM
  2. [SOLVED] Request = split cracks from draws without repeating digits
    By jorel in forum Excel Programming / VBA / Macros
    Replies: 10
    Last Post: 11-04-2017, 04:54 AM
  3. [SOLVED] Separate the cracks that has only two digits repeated
    By jorel in forum Excel Programming / VBA / Macros
    Replies: 13
    Last Post: 10-10-2016, 11:33 PM
  4. separate possible triple digit formations without repetition of 60/6
    By jorel in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 12-17-2014, 12:02 PM
  5. [SOLVED] How to take split a two digit cell into two separate cells.
    By greenfox74 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 06-25-2013, 08:55 PM
  6. Replies: 7
    Last Post: 11-03-2011, 05:29 AM
  7. Transpose 2 separate blocks of info into 1 row.
    By jamesb01 in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 09-14-2008, 11:14 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1