+ Reply to Thread
Results 1 to 4 of 4

How to Fill Series with CONCATENATE function in the cell

  1. #1
    Registered User
    Join Date
    01-28-2011
    Location
    phila, pa
    MS-Off Ver
    Excel 2003
    Posts
    14

    How to Fill Series with CONCATENATE function in the cell

    Team,
    I need to fill a series of cells down when the CONCATENATE function is in the cell. I want it to keep the column refs and advance the row refs.
    1st cell contains:
    =CONCATENATE(CONCATENATE($C$4," ","(",$B$4,")"))
    2nd cell:
    =CONCATENATE(CONCATENATE($C$5," ","(",$B$5,")"))
    so i want the next cell to read:
    =CONCATENATE(CONCATENATE($C$6," ","(",$B$6,")"))
    I'm kind-a low intermediate level hack.
    the clock's ticking dude...
    thanks in advance for any help.
    db
    Last edited by DABatPENN; 01-28-2011 at 01:14 PM.

  2. #2
    Forum Expert Cutter's Avatar
    Join Date
    05-24-2004
    Location
    Ontario,Canada
    MS-Off Ver
    Excel 2010
    Posts
    6,451

    Re: How to Fill Series with CONCATENATE function in the cell

    First cell copied down:

    =$C4&" "&"("&$B4&")"

  3. #3
    Registered User
    Join Date
    01-28-2011
    Location
    phila, pa
    MS-Off Ver
    Excel 2003
    Posts
    14

    Re: How to Fill Series with CONCATENATE function in the cell

    SOLVED!
    Thanks Cutter.
    I was trying to get that kind of thing to work. I couldn't get the "&" and the spacing right.
    where's the box to mark it SOLVED?

  4. #4
    Forum Expert Cutter's Avatar
    Join Date
    05-24-2004
    Location
    Ontario,Canada
    MS-Off Ver
    Excel 2010
    Posts
    6,451

    Re: How to Fill Series with CONCATENATE function in the cell

    See the FAQ button in the menu bar at top of Forum page

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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