+ Reply to Thread
Results 1 to 4 of 4

Combine formula and text in the same cell

  1. #1
    Forum Contributor
    Join Date
    11-13-2015
    Location
    London
    MS-Off Ver
    Office 365
    Posts
    831

    Combine formula and text in the same cell

    Hi guys,

    How can I have a formula and text in the same?

    i.e
    =TRIM(LEFT('Sheet2'!A2,36))

    AND

    text: This is my text

    Please help.

    Many thanks as always!
    Thanks,

    R.



  2. #2
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft? Excel? for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    27,999

    Re: Combine formula and text in the same cell

    this .. ???


    =TRIM(LEFT('Sheet2'!A2,36)) & " this is my text"

  3. #3
    Forum Guru samba_ravi's Avatar
    Join Date
    07-26-2011
    Location
    Hyderabad, India
    MS-Off Ver
    Excel 2021
    Posts
    8,904

    Re: Combine formula and text in the same cell

    Try
    =TRIM(LEFT('Sheet2'!A2,36))&"This is my text"
    or
    =CONCATENATE(TRIM(LEFT(Sheet2!A2,36)),"This is my text")
    Samba

    Say thanks to those who have helped you by clicking Add Reputation star.

  4. #4
    Forum Contributor
    Join Date
    11-13-2015
    Location
    London
    MS-Off Ver
    Office 365
    Posts
    831

    Re: Combine formula and text in the same cell

    Ta John, this works!

+ 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. [SOLVED] What is Formula for Combine text from two or more cells into one cell ?
    By beingchinmay in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 07-12-2017, 06:51 AM
  2. Replies: 2
    Last Post: 03-27-2012, 03:02 PM
  3. Replies: 3
    Last Post: 10-27-2009, 03:51 PM
  4. Formula to combine text?
    By DaveB in forum Excel Formulas & Functions
    Replies: 24
    Last Post: 09-06-2005, 07:05 PM
  5. [SOLVED] Formula to combine text?
    By coal_miner in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 03:05 PM
  6. Formula to combine text?
    By coal_miner in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 11:05 AM
  7. Formula to combine text?
    By coal_miner in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 02:05 AM

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.6.0 RC 1