Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=left(sheet1!a1,12)
would grab the leftmost 12 characters of A1 in sheet1. =right(sheet1!a1,22) would grab the rightmost 22 characters of a1 in sheet1 =mid(sheet1!a1,5,32) would grab 32 characters starting with the character in position 5 of a1 in sheet1. Jenni wrote: I am linking text from other worksheets, but I only want a portion of the text to appear in the final document, using a certain number of characters. Any ideas? -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
formula to truncate text characters | Excel Discussion (Misc queries) | |||
truncate text to first word | Excel Discussion (Misc queries) | |||
How do I truncate a text field in Excel? | Excel Worksheet Functions | |||
how do i truncate text-- create cell with only 125 charecters | Excel Worksheet Functions | |||
How do you truncate a text string? | Excel Worksheet Functions |