+ Reply to Thread
Results 1 to 2 of 2

Thread: Returning Multiple Values into One Cell

  1. #1
    Registered User
    Join Date
    09-27-2011
    Location
    Michigan
    MS-Off Ver
    Excel 2003
    Posts
    2

    Returning Multiple Values into One Cell

    A B C D E F
    1 _ 3 4 _ _


    I am trying to figure out a formula that will return: A C D. The logic in plain English is: IF row 2 is greater then 0 (or contains value) provide corresponding value in row 1. I am trying to get the results to all return to one cell with a space between them. I have been looking for a tutorial what would teach me how to build such a formula but have been unable to locate one. Any help is greatly appreciated.

    Thanks,
    John

  2. #2
    Forum Guru
    Join Date
    01-15-2007
    Location
    Brisbane, Australia
    MS-Off Ver
    2007
    Posts
    5,359

    Re: Returning Multiple Values into One Cell

    John

    Assuming that your ABCD etc starts in A1, and the numeric starts in A2 then

    A3: =IF(NOT(ISBLANK(A2)),A1,"")
    B3: =IF(NOT(ISBLANK(B2)),A3&" "&B1,A3)
    Copy from B3 across as required.

    Then, using your example,
    G3: =TRIM(F3)

    See how that goes.

    rylo

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Tags for this Thread

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.2.0