+ Reply to Thread
Results 1 to 5 of 5

Rollover text from one multi-lined cell to other cells

  1. #1
    Forum Contributor
    Join Date
    07-19-2019
    Location
    Illinois, USA
    MS-Off Ver
    365
    Posts
    164

    Rollover text from one multi-lined cell to other cells

    I'm having a hard time putting into words what I want to do, so i put it into a demo spreadsheet.

    Basically, I have a userform that will "input" a multi-lined entry into one cell. I want to use other cells, on a different sheet, that will allow the text to "roll over" into different columns, thus making it easier to read.

    Is there a formula that can accomplish this?
    Attached Files Attached Files

  2. #2
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,053

    Re: Rollover text from one multi-lined cell to other cells

    Do you REALLY want 3 results to be in a merged cell: M8:M10. why not one value per cell?
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU.

    Temporary addition of accented to illustrate ongoing problem to the TT: L? fh?ile P?draig sona dhaoibh

  3. #3
    Forum Contributor
    Join Date
    07-19-2019
    Location
    Illinois, USA
    MS-Off Ver
    365
    Posts
    164

    Re: Rollover text from one multi-lined cell to other cells

    If it's possible, yes.

    The premise of how I am setting things up is to allow the front-end user to input the data with "ALT+ENTER" creating a new line in the userform... and the back-end user seeing the report, on a different worksheet.

    What I don't want to have happen is if the front-end user enters, lets say, 20 lines of information, I dont want to have a cell on the reports side that is 20 lines tall, I'd rather have it spill into 4 different cells that are 5 lines tall (in this case, I just made merge cells to make the height)

    Obviously if there's a better way to accomplish this, I'm all ears...what I didn't want to do is limit the front-end user to a certain # of individual textfields... giving them one big text box that they can enter as many lines as they need

    I hope all this makes sense

  4. #4
    Forum Contributor
    Join Date
    07-19-2019
    Location
    Illinois, USA
    MS-Off Ver
    365
    Posts
    164

    Re: Rollover text from one multi-lined cell to other cells

    I tried displaying all of the results in a gigantic text box, on the back-end, and using "text wrap" ... but unfortunately, the data from the input just continued "down" beyond the scope of the box on the back-end, and didn't actaully "Wrap" -- i am assuming it's because excel sees "ALT+ENTER" text differently than an actual second line.

  5. #5
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,053

    Re: Rollover text from one multi-lined cell to other cells

    Hi. Merging the results would require VBA and is well beyond my ability!

    Here's an alternative approach:

    =TRIM(MID(SUBSTITUTE(CHAR(10)&$C$5,CHAR(10),REPT(" ",125)),125*(1+MOD((ROWS($1:1)-1),3)+3*(COLUMNS($A:A)-1)),125))

    in any cell, copy down 3 rows and across, as needed.
    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. Replies: 4
    Last Post: 12-12-2014, 11:18 AM
  2. Searching for a string in a multi-lined row
    By Saken2 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 06-07-2014, 01:52 AM
  3. Can I add text to a cell which already contains a Rollover Hyperlink ?
    By Muzza86 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 04-25-2014, 08:04 AM
  4. can you apply a rollover hyperlink on a cell thats already got text in?
    By Muzza86 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 04-25-2014, 08:02 AM
  5. Replies: 4
    Last Post: 10-25-2012, 09:40 PM
  6. Cell Data Header Only Shows Last Line of Multi-lined Cell Data Header
    By Jrub in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 10-09-2012, 05:40 PM
  7. [SOLVED] Defined Named cells lined to a Function Procedure
    By swiftcode in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 10-11-2005, 04:05 AM

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