+ Reply to Thread
Results 1 to 4 of 4

CONCAT Formula NAME? Error

  1. #1
    Registered User
    Join Date
    07-06-2021
    Location
    Wolverhampton
    MS-Off Ver
    Excel 2019
    Posts
    18

    CONCAT Formula NAME? Error

    Hi,
    I'm looking for a formula to pull the Names of Items that have the soonest start date, including those that start on the same date.
    I have attached a worksheet as an example of my problem, in which I've tried to use the CONCAT formula but am coming up with the NAME? error.
    The output I'm looking for in the Formula column is "Name1, Name1 & Name1" for example.

    Please could someone help me solve this error or let me know of a better formula to use.
    Thank you.
    Attached Files Attached Files

  2. #2
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,830

    Re: CONCAT Formula NAME? Error

    Welcome to the forum.

    CONCAT is not the issue: the 'curly' quotes you have used are, though. Change them to straight quotes:

    =IF(A2<>"", IF(OR(B2<E2, D2=""), A2, IF(OR(E2<H2, G2=""), CONCAT(A2," &@ ", D2), IF(OR(H2<K2, ILP6=""), CONCAT(A2,", ", D2," &@ ", G2)))), "")
    Last edited by AliGW; 07-06-2021 at 11:58 AM.
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    Forum Rules (updated August 2023): please read them here.

  3. #3
    Registered User
    Join Date
    07-06-2021
    Location
    Wolverhampton
    MS-Off Ver
    Excel 2019
    Posts
    18

    Re: CONCAT Formula NAME? Error

    Thank you!

  4. #4
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,830

    Re: CONCAT Formula NAME? Error

    You're welcome!

    You may not be aware that you can thank those who have helped you by clicking the small star icon located in the lower left corner of the post in which the help was given. By doing so you can add to the reputation(s) of those who helped.

+ 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. Reference error when using INDIRECT and CONCAT
    By knkedia in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 05-31-2021, 02:13 AM
  2. [SOLVED] extract last 3 numbers from each concat. value in col. B and add to col. A concat cells
    By therealdees in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 04-17-2021, 11:02 AM
  3. [SOLVED] Use CONCAT to create a formula
    By Simon.xlsx in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 04-06-2019, 06:19 AM
  4. VBA to CONCAT email addresses bypassing #VALUE! error?
    By mrbusto71 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 06-22-2018, 08:56 PM
  5. Collate Sequence Mismatch error when using concat()
    By asmith5rgv in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 02-22-2017, 06:57 PM
  6. Help with formula: Concat All on Excel 2007
    By egburrough in forum Excel Formulas & Functions
    Replies: 11
    Last Post: 06-29-2016, 04:18 AM
  7. [SOLVED] Col of Concat-ed cell causes error when using Application.Index(arrS, i, 0) in diff Maro
    By capson in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 02-28-2015, 12:08 PM

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