Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
Hi,
Any one can teach me if there's any formula, macro or add-in to shorten sentences to a specific length? |
#2
![]() |
|||
|
|||
![]()
I probably need more information to determine exactly what you requre but
have a look at this anyway. If you have the text "This is my sentence" in cell A1 then =Left(A1,10) will return "This is my". Hope this helps Rowan "supercloudbug" wrote: Hi, Any one can teach me if there's any formula, macro or add-in to shorten sentences to a specific length? |
#3
![]() |
|||
|
|||
![]()
=LEFT(A1,20)
Gives you the first 20 characters of A1. -- Kind Regards, Niek Otten Microsoft MVP - Excel "supercloudbug" wrote in message ... Hi, Any one can teach me if there's any formula, macro or add-in to shorten sentences to a specific length? |
#4
![]() |
|||
|
|||
![]()
Hi Rowan,
Thanks for your help. Do u think its possible to end the shortened sentence with a "-"? "Rowan" wrote: I probably need more information to determine exactly what you requre but have a look at this anyway. If you have the text "This is my sentence" in cell A1 then =Left(A1,10) will return "This is my". Hope this helps Rowan "supercloudbug" wrote: Hi, Any one can teach me if there's any formula, macro or add-in to shorten sentences to a specific length? |
#5
![]() |
|||
|
|||
![]()
simply append
&" - " to the end of Roowan's formula "supercloudbug" wrote: Hi Rowan, Thanks for your help. Do u think its possible to end the shortened sentence with a "-"? "Rowan" wrote: I probably need more information to determine exactly what you requre but have a look at this anyway. If you have the text "This is my sentence" in cell A1 then =Left(A1,10) will return "This is my". Hope this helps Rowan "supercloudbug" wrote: Hi, Any one can teach me if there's any formula, macro or add-in to shorten sentences to a specific length? |
#6
![]() |
|||
|
|||
![]()
On Thu, 14 Apr 2005 03:11:02 -0700, "supercloudbug"
wrote: Hi Rowan, Thanks for your help. Do u think its possible to end the shortened sentence with a "-"? =LEFT(A1,20)&IF(LEN(A1)20,"-","") --ron |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
revert formula insertion to old method | Setting up and Configuration of Excel | |||
Simple formula doesn't quite add up | Excel Discussion (Misc queries) | |||
Shorten sumproduct formula | Excel Discussion (Misc queries) | |||
Cell doesn't show formula result - it shows formula (CTRL + ' doe. | Excel Worksheet Functions | |||
Excel 2003 - Formula result shows as 0:00 | Excel Worksheet Functions |