+ Reply to Thread
Results 1 to 4 of 4

Combining Concetantion Formulas & Adding Formula to Copy Formula Value to an Actual Value

  1. #1
    Forum Contributor
    Join Date
    05-01-2013
    Location
    Richmond, VA
    MS-Off Ver
    Excel 365
    Posts
    164

    Combining Concetantion Formulas & Adding Formula to Copy Formula Value to an Actual Value

    Hello,
    I am attaching a sample worksheet where I am trying to combine two CONCATENATE formulas (one in column B and one in column C). Column A contains a project number. The end result needs to be added to an application to search for these project numbers (this will be a template, so the project numbers in column A will change).

    =CONCATENATE(A2,";"," ")
    =CONCATENATE(B2,B3,B4,B5,B6,B7,B8,B9,B10,B11,B12,B13,B14,B15,B16,B17)

    Last item in this request is if there is a formula that will take the formula value produced in column C (the string of the project numbers separated by the semi colon and space) and change that to an actual value.

    Any help with this would be greatly appreciated!

    P.S. - If there isn't a way to take the formula values and make them actual values, that is fine - My first priority is getting a formula that combines the actions in Columns B and C.
    Attached Files Attached Files
    Last edited by Hedy; 01-27-2020 at 03:39 PM. Reason: Updating desired results

  2. #2
    Forum Expert dosydos's Avatar
    Join Date
    12-09-2015
    Location
    Massachusetts
    MS-Off Ver
    365(PC) V:2308
    Posts
    1,472

    Re: Combining Concetantion Formulas & Adding Formula to Copy Formula Value to an Actual Va

    if you had Excel 365 you could just use the Textjoin function:

    =TEXTJOIN("; ",TRUE,A2:A17)
    <----- If you are happy with your solution please click on the "* Add Reputation" as a way to say thank you.

  3. #3
    Forum Expert Ace_XL's Avatar
    Join Date
    06-04-2012
    Location
    UAE
    MS-Off Ver
    2016
    Posts
    6,074

    Re: Combining Concetantion Formulas & Adding Formula to Copy Formula Value to an Actual Va

    Try

    =CONCATENATE(A2&"; ",A3&"; ",A4&"; ",A5&"; ",A6&"; ",A7&"; ",A8&"; ",A9&"; ",A10&"; ",A11&"; ",A12&"; ",A13&"; ",A14&"; ",A15&"; ",A16&"; ",A17)

    Or if you have Office 365 or a more recent version of Excel use
    =TEXTJOIN("; ",TRUE,A2:A17)

    or

    =CONCAT(A2:A17&"; ")
    (array-entered)
    Life's a spreadsheet, Excel!
    Say thanks, Click *

  4. #4
    Forum Contributor
    Join Date
    05-01-2013
    Location
    Richmond, VA
    MS-Off Ver
    Excel 365
    Posts
    164

    Re: Combining Concetantion Formulas & Adding Formula to Copy Formula Value to an Actual Va

    Thank you both! I was able to use the TEXTJOIN formula, which is great! Thanks again

+ 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. Combining formulas into one formula
    By csnyder10 in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 07-02-2019, 02:22 AM
  2. [SOLVED] Formula for combining 3 different if formulas
    By srinivasan1965 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 09-30-2018, 02:25 AM
  3. [SOLVED] Issue with adding an actual value to a countif TODAY formula
    By yourik in forum Excel General
    Replies: 10
    Last Post: 09-02-2017, 11:38 PM
  4. Clear cells, Copy formula and paste, populate formulas by combining macros
    By Sekars in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 04-27-2016, 02:14 AM
  5. Replies: 3
    Last Post: 02-23-2014, 03:41 PM
  6. [SOLVED] Combining four formulas into one single formula
    By clovelly in forum Excel - New Users/Basics
    Replies: 3
    Last Post: 02-01-2012, 06:10 AM
  7. [SOLVED] Display results of formulas not the actual formula
    By Bridget from ATL in forum Excel General
    Replies: 3
    Last Post: 08-09-2006, 10:44 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