+ Reply to Thread
Results 1 to 14 of 14

VBA for may row data joint in one row

Hybrid View

  1. #1
    Forum Expert
    Join Date
    05-30-2012
    Location
    The Netherlands
    MS-Off Ver
    Office 365
    Posts
    14,987

    Re: VBA for may row data joint in one row

    differant approach

    Fill data in column A (with the macro below) and after that filter on total.

    See the attached file.

    Please reply.

    Sub filldata_acending_incolumnA_Oeldere()
    
    'from top to below (acending)
    
        Range(Range("a2"), Cells(Rows.Count, 3).End(xlUp).Offset(, -2)). _
            SpecialCells(xlCellTypeBlanks).FormulaR1C1 = "=R[-1]C"
        
    End Sub
    Attached Files Attached Files
    Notice my main language is not English.

    I appreciate it, if you reply on my solution.

    If you are satisfied with the solution, please mark the question solved.

    You can add reputation by clicking on the star * add reputation.

+ 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. Joint data in columns with more the one condition
    By GIORGIO1985 in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 11-20-2012, 06:32 PM
  2. How to set joint parameter for a few sheets?
    By markos17 in forum Excel General
    Replies: 0
    Last Post: 01-14-2011, 04:56 AM
  3. joint two columns
    By kumawat_s in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 05-23-2007, 03:26 AM
  4. Joint Pivot Table
    By Tony in forum Excel General
    Replies: 1
    Last Post: 02-16-2006, 12:40 PM
  5. [SOLVED] Joint two books
    By Jesús García in forum Excel General
    Replies: 1
    Last Post: 09-12-2005, 08:05 PM

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