+ Reply to Thread
Results 1 to 2 of 2

Thread: Newb needs help.(adding text to multi-cells if...?)

  1. #1
    Registered User
    Join Date
    06-23-2004
    Location
    Colorado
    Posts
    1

    Newb needs help.(adding text to multi-cells if...?)

    I have a spread sheet with lets say 4 colums(a,b,c,d). What i want to do is add a '&' in front of anything in cell D?(If there is anything in that colum)

    Example:

    D1 BLANK
    D2 BLANK
    D3 has the word The
    D4 Has the word fish
    D5 BLANK
    D6 Has the word Dog

    So what I want to do is add the & symbol in front of anything in cell D that has text in it?

    D1 Would stay BLANK
    D2 Would stay:BLANK
    D3 Would now be: & The
    D4 Would now be: & fish
    D5 Would stay:BLANK
    D6 Would now be: & Dog

    Hope my explanation makes sense?

    Thank you and I look forward to any replies

    -Jay
    Last edited by NeWcS; 09-27-2006 at 07:41 PM.

  2. #2
    Valued Forum Contributor
    Join Date
    03-23-2004
    Location
    London, England
    MS-Off Ver
    MS Office Excel 2007
    Posts
    841
    Use a helper column in E

    In E1

    =IF(D1<>"",CONCATENATE("&",D1),"")

    and paste down Column E
    So results will be in Column E

    I guess you could copy and Paste Special (Values) to column D
    Regards
    Special-K

    I rarely return to a problem once I've answered it so make sure you clearly define what the trouble is.

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