+ Reply to Thread
Results 1 to 10 of 10

Formula (TEXTSPLIT) is applied to single cell / area

  1. #1
    Registered User
    Join Date
    01-08-2025
    Location
    Wuppertal, Germany
    MS-Off Ver
    Excel
    Posts
    3

    Formula (TEXTSPLIT) is applied to single cell / area

    Hello everyone,

    I hope someone can help me with the follwing problem.
    I have a large excel sheet and would like to apply the follwing command to the whole datatable:

    Please Login or Register  to view this content.
    But it is always applied to a marked cell or area which causes the following error:

    "There is a problem with your formula.
    Not trying to type a formula?
    When the first character is an equal (=) or a minus (-) sign, Excel thinks it is a formula.
    - you type =1+1, cell shows 2
    To get around this, type an apostrope (') first
    - you type '=1+1, cell shows =1+1 "

    I guess that I have to mark no cell or area where the formula is applied. But I do not know how this could work.

    Can someone help me in avoiding this problem?

    Kindest regards and thank you so much for helping me,
    Julia
    Last edited by Julia N.; 01-08-2025 at 05:05 AM.

  2. #2
    Forum Expert
    Join Date
    01-05-2013
    Location
    Singapore
    MS-Off Ver
    H&B2019
    Posts
    4,542

    Re: Formula (TEXTSPLIT) is applied to single cell / area

    Welcome to the forum, Julia! Please see the yellow banner at the top on how to attach a sample workbook.

  3. #3
    Forum Guru TMS's Avatar
    Join Date
    07-15-2010
    Location
    The Great City of Manchester, NW England ;-)
    MS-Off Ver
    MSO 2007,2010,365
    Posts
    47,995

    Re: Formula (TEXTSPLIT) is applied to single cell / area

    If i paste that formula into an empty sheet it works. However, i have no data and no expected results so i don't know if the output is correct.

    That said, I suspect you just need to change all the commas ( , ) to semicolons ( ; ) in the formula as i would expect your Regional Settings will use the semicolon as a separator.
    Trevor Shuttleworth - Retired Excel/VBA Consultant

    I dream of a better world where chickens can cross the road without having their motives questioned

    'Being unapologetic means never having to say you're sorry' John Cooper Clarke


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

    Re: Formula (TEXTSPLIT) is applied to single cell / area

    Where did you find the formula? Was there a sample workbook attached? If so, open it and copy the formula from inside the workbook - it will be in the correct format for your German locale.
    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. It's a universal courtesy.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    NB:
    as a Moderator, I never accept friendship requests.
    Forum Rules (updated August 2023): please read them here.

  5. #5
    Registered User
    Join Date
    01-08-2025
    Location
    Wuppertal, Germany
    MS-Off Ver
    Excel
    Posts
    3

    Re: Formula (TEXTSPLIT) is applied to single cell / area

    Thank you a lot for your answers. They are very helpful for me.

    The formulas are from the Internet (US or English) so I guess you are right about the language settings and changed the "," to ";" and the "ß" as separator to "$". Unfortunately something still seems to be wrong because I get the error #NAME?

  6. #6
    Forum Guru TMS's Avatar
    Join Date
    07-15-2010
    Location
    The Great City of Manchester, NW England ;-)
    MS-Off Ver
    MSO 2007,2010,365
    Posts
    47,995

    Re: Formula (TEXTSPLIT) is applied to single cell / area

    You need Excel 365 or Excel 2024 to use TEXTSPLIT. What version of Excel are you using?

  7. #7
    Registered User
    Join Date
    01-08-2025
    Location
    Wuppertal, Germany
    MS-Off Ver
    Excel
    Posts
    3

    Re: Formula (TEXTSPLIT) is applied to single cell / area

    I use Microsoft 365. So this should work, hopefully.

  8. #8
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (both in England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2503 (Windows 11 Home 24H2 64-bit)
    Posts
    90,181

    Re: Formula (TEXTSPLIT) is applied to single cell / area

    Please update your forum profile to include 365.

    You will need to find out the German versions of the functions. You could try this: https://support.microsoft.com/en-gb/...6-32cc8d326889

    Some are here, but not the newer ones: https://www.perfectxl.com/academy/fu...nglish-german/

  9. #9
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (both in England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2503 (Windows 11 Home 24H2 64-bit)
    Posts
    90,181

    Re: Formula (TEXTSPLIT) is applied to single cell / area

    This might get you partway there:

    =TEXTSPLIT(TEXTVERKETTEN("ß";FALSCH;MTRANS(MAP(B2:D241;LAMBDA(x; TEXTVERKETTEN("|";FALSCH;x;INDEX(A1:DQ1;0;SPALTE(x));INDEX(A1:A241;ZEILE(x);0))))));"|";"ß";FALSCH)

  10. #10
    Forum Guru TMS's Avatar
    Join Date
    07-15-2010
    Location
    The Great City of Manchester, NW England ;-)
    MS-Off Ver
    MSO 2007,2010,365
    Posts
    47,995

    Re: Formula (TEXTSPLIT) is applied to single cell / area

    I have put the English formula into a workbook with some generated values. See if it translates for you.
    Attached Files Attached Files

+ 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] Excel formula textsplit function
    By anavarathan in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 01-10-2024, 04:45 AM
  2. [SOLVED] Excel formula to textsplit from filter function output.
    By anavarathan in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 01-06-2024, 03:34 PM
  3. [SOLVED] Textsplit doesn't work with Array Formula?
    By FT00 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 10-08-2023, 01:43 PM
  4. [SOLVED] TEXTSPLIT Function: Is It possible to spill an empty cell with zero?
    By JN831 in forum Excel Formulas & Functions
    Replies: 79
    Last Post: 08-18-2023, 04:45 AM
  5. Converting single formula to VBA to cover output area
    By Marbleking in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 10-18-2021, 08:42 AM
  6. [SOLVED] CF only gets applied to a single cell (1 out of 4)
    By trstew in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 03-15-2017, 11:58 AM
  7. Replies: 0
    Last Post: 06-03-2015, 04:21 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