+ Reply to Thread
Results 1 to 11 of 11

Using SUBSTITUTE with CONCATENATE Together in one formula

  1. #1
    Registered User
    Join Date
    11-21-2021
    Location
    New York
    MS-Off Ver
    2019 and also have 365
    Posts
    27

    Using SUBSTITUTE with CONCATENATE Together in one formula

    I am trying to join together 7 cells with a coma
    In each cell I have to substitute Values

    Cell A1 VALUE is Blue (need to subsitute to Bike)
    Cell B1 VALUE is VALUE Red (need to subsitute to Pin)
    Cell C1 VALUE is Yellow (need to subsitute to Sun)
    Cell D1 VALUE is Orange (need to subsitute to Orange)
    Cell E1 VALUE is Purple (need to subsitute to Flower)
    Cell F1 VALUE is Green (need to subsitute to Grass)
    Cell G1 VALUE is Brown (need to subsitute to Leaf)

    I do not know the formula for SUBSTITUTE with CONCATENATE

    I would like to have in 1 Cell
    Bike, Pin, Sun, Orange, Flower, Grass, Leaf

  2. #2
    Forum Expert Keebellah's Avatar
    Join Date
    01-12-2014
    Location
    The Netherlands
    MS-Off Ver
    Office 2021 (Windows)
    Posts
    7,916

    Re: Using SUBSTITUTE with CONCATENATE Together in one formula

    Hi, welcome to the forum,
    Version 7, be more specific please.
    SUBSTITUTE and CONCATENATE are two entirely different things

    You can simply start substitute the value for what you want it ad then add & "," & the next substitute etc etc.
    The & is the same as concatenate
    ---
    Hans
    "IT" Always crosses your path!
    May the (vba) code be with you... if it isn't; start debugging!
    If you like my answer, Click the * below to say thank-you

  3. #3
    Registered User
    Join Date
    11-21-2021
    Location
    New York
    MS-Off Ver
    2019 and also have 365
    Posts
    27

    Re: Using SUBSTITUTE with CONCATENATE Together in one formula

    Thank you for your reply. I am using Office 365, but I also have Office 10

    I wanted to know if I can use both formulas nesting together?

  4. #4
    Forum Expert Keebellah's Avatar
    Join Date
    01-12-2014
    Location
    The Netherlands
    MS-Off Ver
    Office 2021 (Windows)
    Posts
    7,916

    Re: Using SUBSTITUTE with CONCATENATE Together in one formula

    I do not know if both Functions exist in 2010
    I have 2016 and this works

    Please Login or Register  to view this content.
    Bike,Pin

    The result is

  5. #5
    Registered User
    Join Date
    11-21-2021
    Location
    New York
    MS-Off Ver
    2019 and also have 365
    Posts
    27

    Re: Using SUBSTITUTE with CONCATENATE Together in one formula

    Thank you! I will try it now

  6. #6
    Registered User
    Join Date
    11-21-2021
    Location
    New York
    MS-Off Ver
    2019 and also have 365
    Posts
    27

    Re: Using SUBSTITUTE with CONCATENATE Together in one formula

    Thanks, just tried it and it works!

  7. #7
    Forum Expert
    Join Date
    10-19-2021
    Location
    Brazil
    MS-Off Ver
    Office 365 V2401 w/ Win10 Home 64 Bit
    Posts
    2,014

    Re: Using SUBSTITUTE with CONCATENATE Together in one formula

    It seems to me that you are looking more for a =CONCAT(VLOOKUP(A1:A7,A1:B7,2,0)) formula.
    Attached Files Attached Files

  8. #8
    Forum Expert Keebellah's Avatar
    Join Date
    01-12-2014
    Location
    The Netherlands
    MS-Off Ver
    Office 2021 (Windows)
    Posts
    7,916

    Re: Using SUBSTITUTE with CONCATENATE Together in one formula

    You forgot the ',' between the values.

  9. #9
    Forum Expert
    Join Date
    10-19-2021
    Location
    Brazil
    MS-Off Ver
    Office 365 V2401 w/ Win10 Home 64 Bit
    Posts
    2,014

    Re: Using SUBSTITUTE with CONCATENATE Together in one formula

    Quote Originally Posted by Keebellah View Post
    You forgot the ',' between the values.
    Ok

    Formula: copy to clipboard
    Please Login or Register  to view this content.

    Or:
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    Last edited by DJunqueira; 11-22-2021 at 07:10 PM.

  10. #10
    Registered User
    Join Date
    11-21-2021
    Location
    New York
    MS-Off Ver
    2019 and also have 365
    Posts
    27

    Re: Using SUBSTITUTE with CONCATENATE Together in one formula

    Thank you all so very much

  11. #11
    Registered User
    Join Date
    11-21-2021
    Location
    New York
    MS-Off Ver
    2019 and also have 365
    Posts
    27

    Re: Using SUBSTITUTE with CONCATENATE Together in one formula

    I am trying to join together 4 cells with a coma
    In each cell I have to substitute Values

    Cell A1 VALUE is Blue (need to subsitute to Bike)
    Several Values are in Cell A1 that need to be subsitute
    Full time (need to subsitute to FT)
    Part time (need to subsitute to FT)
    Homemaker (need to subsitute to HMKR)

    Cell B1 VALUE is VALUE Clerical only (Need to make be in Proper Case)
    Cell C1 VALUE is sorting paper (Need to make be in Proper Case)
    Cell D1 VALUE is retail (Need to make be in Proper Case)


    I would like to have in 1 Cell

    FT/Clerical Only/Sorting Paper/Retail

+ 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] Help with a Concatenate and Substitute formula
    By Hypex in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 07-10-2019, 11:37 AM
  2. [SOLVED] concatenate cell value with substitute
    By nur2544 in forum Excel Formulas & Functions
    Replies: 17
    Last Post: 08-30-2014, 01:37 PM
  3. Replies: 0
    Last Post: 08-15-2013, 01:52 PM
  4. [SOLVED] Concatenate & substitute problem
    By norm01 in forum Excel General
    Replies: 2
    Last Post: 03-08-2013, 11:31 AM
  5. Concatenate and substitute
    By kwrcst in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 01-03-2013, 05:14 PM
  6. How to embed SUBSTITUTE formula within CONCATENATE?
    By MF422 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 10-30-2012, 05:13 PM
  7. combining substitute and concatenate
    By sackling in forum Excel General
    Replies: 3
    Last Post: 02-21-2010, 03:03 PM

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