+ Reply to Thread
Results 1 to 2 of 2

Putting results on a single line

  1. #1
    Registered User
    Join Date
    11-21-2006
    Posts
    6

    Putting results on a single line

    Hi,

    I'm not sure how to do this...

    I have included an example worksheet with my problem but what I wish to do is go down the left side (blue cells) entering quantities.

    Then to the right, on a single "line" I would like only the cells with numbers in them to display how many of each type.

    Example:
    Books: Sci Fi 8, Horror 4, Art 6 etc.

    I'm sorry if my above explanation isnt easy to follow, hopefully the included worksheet will be more helpful,

    Rod
    Attached Files Attached Files

  2. #2
    Valued Forum Contributor
    Join Date
    06-16-2006
    Location
    Sydney, Australia
    MS-Off Ver
    2013 64bit
    Posts
    1,394
    take a couple of steps.

    put this formula in cell E12
    =IF(D12<>"",C12&" "&D12&",","")
    copy it down

    hide this column if you like.

    put this formula in I12
    =CONCATENATE(E12,E13,E14,E15,E16,E17,E18,)

    Matt

+ 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