+ Reply to Thread
Results 1 to 11 of 11

Showing text and another cell

  1. #1
    Registered User
    Join Date
    05-31-2019
    Location
    Philadelphia, PA
    MS-Off Ver
    365
    Posts
    3

    Showing text and another cell

    This question feels so dumb and while I'm not great in Excel, I'm not terrible. But I don't know the answer. Is there a way to have constant text in a cell and then add text from another cell that is changing? I know how to do it with a formula first but I can't do it with only text. As an example I want Cell A1 to read "Deal A" and then whatever text is in Cell C1.

    Thank you.

  2. #2
    Forum Expert Sam Capricci's Avatar
    Join Date
    06-14-2012
    Location
    Palm Harbor, Florida
    MS-Off Ver
    16.84 for Mac MS 365
    Posts
    8,499

    Re: Showing text and another cell

    You can put this in A1 ="Deal A "&C1 (I left a space at the end of Deal A but you can remove that.
    Make contributors happy, click on the "* Add Reputation" as a way to say thank you.
    Sam Capricci

  3. #3
    Forum Expert 63falcondude's Avatar
    Join Date
    08-22-2016
    Location
    USA
    MS-Off Ver
    365
    Posts
    6,266

    Re: Showing text and another cell

    Hello and welcome to the forum.

    Try this:
    ="Deal A "&C1

    Edit: Beat to it!

  4. #4
    Registered User
    Join Date
    05-31-2019
    Location
    Philadelphia, PA
    MS-Off Ver
    365
    Posts
    3

    Re: Showing text and another cell

    You guys are great. Another one, in two parts. If I have an number input in a cell (let's say 125) and I want it to be followed by text(let's say "months") I cant then use that cell in another formula right? I would love that cell A1 to say "'125' months" and then cell C1 to say 10 years and 5 months. I have been able to do it without the text of months in A1 and then having C1 read =ROUNDOWN(A1/12,0)&Years but I can't get the month portion of it worked out after that.

  5. #5
    Forum Expert 63falcondude's Avatar
    Join Date
    08-22-2016
    Location
    USA
    MS-Off Ver
    365
    Posts
    6,266

    Re: Showing text and another cell

    You can use a Custom format in cell A1 of # \m\o\n\t\h\s

    Then type 125 into cell A1 and it will be displayed as "125 months".

    You can then use this formula in C1:
    =INT(A1/12)&" years "&ROUND(MOD(A1/12,1)*12,0)&" months"

    Note that this formula rounds the number of months.
    Last edited by 63falcondude; 05-31-2019 at 03:31 PM.

  6. #6
    Forum Expert Sam Capricci's Avatar
    Join Date
    06-14-2012
    Location
    Palm Harbor, Florida
    MS-Off Ver
    16.84 for Mac MS 365
    Posts
    8,499

    Re: Showing text and another cell

    Dude, that's creative (# \m\o\n\t\h\s). never saw that before, nice!

  7. #7
    Registered User
    Join Date
    05-31-2019
    Location
    Philadelphia, PA
    MS-Off Ver
    365
    Posts
    3

    Re: Showing text and another cell

    I'm simply amazed by this group. I'll try one more. If I need to calculate an expiration date in Cell B18....I have the start date in Cell B15 (8/1/19) and it runs through 13 months. Meaning the expiration is 9/30/20. If I do an EDATE using the start date and another cell with 13 months, it shows the expiration as 9/1/20. Is there a way to get it to move it to the end of the month?

  8. #8
    Forum Expert 63falcondude's Avatar
    Join Date
    08-22-2016
    Location
    USA
    MS-Off Ver
    365
    Posts
    6,266

    Re: Showing text and another cell

    Thanks Sambo! I appreciate the rep.

    spromislo, try using the EOMONTH function.

    That is:
    =EOMONTH(B15,13)

  9. #9
    Registered User
    Join Date
    03-21-2019
    Location
    NY
    MS-Off Ver
    12
    Posts
    7

    Re: Showing text and another cell

    Thanks! It's useful.

  10. #10
    Forum Expert 63falcondude's Avatar
    Join Date
    08-22-2016
    Location
    USA
    MS-Off Ver
    365
    Posts
    6,266

    Re: Showing text and another cell

    Happy to help!

    To the OP, If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED.

  11. #11
    Forum Contributor
    Join Date
    12-08-2018
    Location
    pakistan
    MS-Off Ver
    2013-365
    Posts
    500

    Re: Showing text and another cell

    Hi 63falcondude,
    great technique boss, really fantastic.
    Thanks.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 1
    Last Post: 03-31-2015, 08:13 AM
  2. Copied cell not showing all text
    By andyred12 in forum Excel General
    Replies: 6
    Last Post: 05-22-2014, 01:50 AM
  3. Showing the last entered text in a cell
    By MattBenton in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 11-08-2013, 07:47 AM
  4. text not showing fully in cell
    By jammanex in forum Excel General
    Replies: 2
    Last Post: 03-15-2007, 10:32 AM
  5. Help! Complete text in cell not showing
    By Shelley APG in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 01-31-2006, 07:50 PM
  6. Replies: 2
    Last Post: 08-05-2005, 08:05 PM
  7. Text is not showing up in cell. Why not?
    By TomBrooklyn in forum Excel General
    Replies: 3
    Last Post: 03-12-2005, 11:06 AM

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