+ Reply to Thread
Results 1 to 3 of 3

Duplicate cell contents in another cell

  1. #1
    Registered User
    Join Date
    03-01-2010
    Location
    USA
    MS-Off Ver
    Excel 2007
    Posts
    1

    Duplicate cell contents in another cell

    I have a list of sales something like this:

    Name Chocolate Vanilla Caramel Strawberry
    John Doe 2 1
    Jane Smith 1 1
    Jerry Long 1 1 2

    At the end of the row of numbers, I have an IF formula that says if there is a number in a column, add text in that cell that says the flavor name "(=IF B2>0,"Chocoalte","")"

    Is there a way to get the number in that cell before the words? i.e. 2 Chocolate

    Thank you!

  2. #2
    Forum Expert Palmetto's Avatar
    Join Date
    04-04-2007
    Location
    South Eastern, USA
    MS-Off Ver
    XP, 2007, 2010
    Posts
    3,978

    Re: Duplicate cell contents in another cell

    Is there a way to get the number in that cell before the words? i.e. 2 Chocolate
    =IF B2>0,B2 & " Chocolate","")
    Palmetto

    Do you know . . . ?

    You can leave feedback and add to the reputation of all who contributed a helpful response to your solution by clicking the star icon located at the left in one of their post in this thread.

  3. #3
    Registered User
    Join Date
    03-01-2010
    Location
    Omaha, NE
    MS-Off Ver
    Excel 2007
    Posts
    1

    Re: Duplicate cell contents in another cell

    B2 = "#" i.e. 2
    B3 = Formula i.e. result = "Chocolate

    Then your formula to combine them is: (enter in any other cell)

    =B2&" "&B3

+ 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