Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Text in column too long - making it hard to read spreadsheet

We're using Excel to document technical issues regarding our biz processes.
Right now there are 50 rows of issue records. One of the columns is called
'Update' where it describes the steps taken to resolve the issue. This column
is getting too long and there are columns to each side of it so it can't be
widened anymore as the spreadsheet gets printed for mgmt rpts.

Is there a way to show the 1st sentence of each Update and then have it
display on another worksheet somehow? Or otherwise make the column smaller?
(Have tried font, etc, to no avail).

Any help or ideas at all are appreciated. Am only versed in basic Excel.
Thank you.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,722
Default Text in column too long - making it hard to read spreadsheet

Have you tried formatting the cell (under alignment) to word wrap, and then
goto format, row-autofit?

If that won't work, you could mimic what you describe by using a combination
of the FIND and LEFT/RIGHT functions.
=LEFT(A2,FIND(".",A2))
would return the first sentence.
=RIGHT(A2,LEN(A2)-FIND(".",A2))
would return everything else.

You could simply put these formula wherever you actually want the data
displayed, but you'd have to remember to input the actual text in the correct
spot. (maybe a hidden column, or off to the side out of print range?)
--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


"windyhill" wrote:

We're using Excel to document technical issues regarding our biz processes.
Right now there are 50 rows of issue records. One of the columns is called
'Update' where it describes the steps taken to resolve the issue. This column
is getting too long and there are columns to each side of it so it can't be
widened anymore as the spreadsheet gets printed for mgmt rpts.

Is there a way to show the 1st sentence of each Update and then have it
display on another worksheet somehow? Or otherwise make the column smaller?
(Have tried font, etc, to no avail).

Any help or ideas at all are appreciated. Am only versed in basic Excel.
Thank you.

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Making one long colum out of many א1 Excel Discussion (Misc queries) 18 February 8th 09 09:06 PM
Replacing hard returns in long text strings. Geoff C Excel Discussion (Misc queries) 3 November 20th 08 10:43 AM
How to limit long text to column width? [email protected] Excel Discussion (Misc queries) 7 December 2nd 07 07:13 AM
Arrays Take too long. VERY HARD QUESTION. my head hurts : / belly0fdesire Excel Worksheet Functions 1 August 6th 05 12:47 AM
How do you convert numbers as "text" to values for a long column . geoexcel Excel Discussion (Misc queries) 2 February 27th 05 04:31 PM


All times are GMT +1. The time now is 03:15 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright 2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"