+ Reply to Thread
Results 1 to 12 of 12

255 Characters

  1. #1
    Registered User
    Join Date
    08-17-2015
    Location
    Oklahoma City, Oklahoma
    MS-Off Ver
    2013
    Posts
    5

    255 Characters

    Hello ,
    I am needing to display more than 255 Characters in a cell. Is there any way I can do this?

  2. #2
    Forum Expert
    Join Date
    02-22-2013
    Location
    London, UK
    MS-Off Ver
    Office 365
    Posts
    1,218

    Re: 255 Characters

    An alternative is to wrap the text.. would that help?

  3. #3
    Forum Expert
    Join Date
    05-30-2012
    Location
    The Netherlands
    MS-Off Ver
    Office 365
    Posts
    14,987

    Re: 255 Characters

    Use 2 cells and split the text into 2 cells.
    Notice my main language is not English.

    I appreciate it, if you reply on my solution.

    If you are satisfied with the solution, please mark the question solved.

    You can add reputation by clicking on the star * add reputation.

  4. #4
    Registered User
    Join Date
    08-17-2015
    Location
    Oklahoma City, Oklahoma
    MS-Off Ver
    2013
    Posts
    5

    Re: 255 Characters

    Here is my issue I am needing to make an if function. The issue is the text I need to display is to long. I have even tried to shorten the characters but I cannot get the text under 255.

  5. #5
    Forum Expert
    Join Date
    05-30-2012
    Location
    The Netherlands
    MS-Off Ver
    Office 365
    Posts
    14,987

    Re: 255 Characters

    You get better help on your question if you add a small excel file, without confidential information.

    Please also add manualy the expected result in your file.

  6. #6
    Forum Guru
    Join Date
    08-05-2004
    Location
    NJ
    MS-Off Ver
    365
    Posts
    13,582

    Re: 255 Characters

    With Excel 2013, what functions are you using that's preventing you from displaying more than 255 characters?

    In the attachment, I have 520 characters in A2, Then I use this formula

    =LEFT(A2, FIND("N", A2)) to pull out and display 400 characters in A3
    Attached Files Attached Files
    ChemistB
    My 2?

    substitute commas with semi-colons if your region settings requires
    Don't forget to mark threads as "Solved" (Edit First post>Advanced>Change Prefix)
    If I helped, Don't forget to add to my reputation (click on the little star at bottom of this post)

    Forum Rules: How to use code tags, mark a thread solved, and keep yourself out of trouble

  7. #7
    Forum Guru
    Join Date
    08-05-2004
    Location
    NJ
    MS-Off Ver
    365
    Posts
    13,582

    Re: 255 Characters

    Put the text in a separate cell and refer to that cell in your IF statement.

  8. #8
    Registered User
    Join Date
    08-17-2015
    Location
    Oklahoma City, Oklahoma
    MS-Off Ver
    2013
    Posts
    5

    Re: 255 Characters

    How would I go about doing a IF statement with the text in separate cells?

  9. #9
    Registered User
    Join Date
    08-17-2015
    Location
    Oklahoma City, Oklahoma
    MS-Off Ver
    2013
    Posts
    5

    Re: 255 Characters

    Maybe this image will help. Untitled.jpg

  10. #10
    Forum Guru
    Join Date
    08-05-2004
    Location
    NJ
    MS-Off Ver
    365
    Posts
    13,582

    Re: 255 Characters

    Well, depends on what you're trying to do with the IF statement.

    For example, you want the cell to say "Yes" if this long string of text has the word ardvark in it, and "No" if it doesn't. Instead of

    =IF(ISNUMBER(SEARCH("ardvark", "This long string of text...ardvark.... that ends like this.")), "yes", "No")

    put the long sstring of text in a cell (i.e. A1) and your IF now becomes

    =IF(ISNUMBER(SEARCH("ardvark", A1)), "Yes", "No")

  11. #11
    Forum Guru
    Join Date
    08-05-2004
    Location
    NJ
    MS-Off Ver
    365
    Posts
    13,582

    Re: 255 Characters

    Putting the text in A2

    =IF(A1=1, A2, "something else")

  12. #12
    Registered User
    Join Date
    08-17-2015
    Location
    Oklahoma City, Oklahoma
    MS-Off Ver
    2013
    Posts
    5

    Re: 255 Characters

    That worked. Thank you very much for your time.

+ 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] VBA, remove all characters within a string, except numerical characters and full stops
    By rain4u in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 02-25-2015, 09:24 PM
  2. [SOLVED] VBA Code for Textbox: First 3 characters Alphabets next 3 characters numeric
    By honger in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 12-11-2013, 01:05 AM
  3. [SOLVED] Delete characters and add * in front and last characters in ACCESS QUERY
    By LALTIZER in forum Access Tables & Databases
    Replies: 9
    Last Post: 02-01-2013, 02:06 PM
  4. Replies: 11
    Last Post: 01-23-2013, 02:04 PM
  5. [SOLVED] Extract left characters from string with exception of 2 right characters
    By sweetkel23 in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 09-16-2012, 10:45 PM
  6. Replies: 2
    Last Post: 11-01-2011, 05:14 PM
  7. [SOLVED] In Excel find characters when multiple characters exist w/i a cel
    By teacher-deburg in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 12-05-2005, 06:25 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