+ Reply to Thread
Results 1 to 2 of 2

consolidate a database to a list on another worksheet in the same workbook

  1. #1
    Registered User
    Join Date
    09-06-2013
    Location
    kent
    MS-Off Ver
    Excel 2007
    Posts
    10

    consolidate a database to a list on another worksheet in the same workbook

    Hi,
    I have a database which shows members details with a colour system for varying levels of payment. I want to copy the membership number title and name from this d/base to another worksheet in the same w/book so I can print it in a4 size and select the page breaks. I think this is achieved by some thing called "concactia"??

  2. #2
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,938

    Re: consolidate a database to a list on another worksheet in the same workbook

    The main use for Concatenate() is to combine data (text, numbers) from different cels into 1 cell.

    For instance A1=Distancet and A2=3000
    In A3 =CONCATENATE(A1,A2) would give you Distance3000
    or to get more fancy...=CONCATENATE(A1," Equals "A2) would give you Distance Equals 3000 (Note the added spaces and text)

    Not sure if this is what you want though? Perhaps upload a sample workbook, showing what you have a what you want?
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

+ 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. VBA for consolidate sheets into one workbook from list of workbooks.
    By sureshpunna in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 04-24-2013, 07:13 AM
  2. Consolidate one worksheet from each workbook to another workbook
    By zikora in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 07-13-2012, 02:37 PM
  3. Consolidate information in each row of database
    By maacmaac in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 10-01-2011, 10:41 AM
  4. Looking for a way to consolidate account list from multiple tabs in a worksheet
    By Lewis2010 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 12-21-2010, 12:29 PM
  5. [SOLVED] Making a List from a worksheet database
    By Glenn in forum Excel General
    Replies: 3
    Last Post: 06-21-2005, 04: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