PC Review


Reply
Thread Tools Rate Thread

How do I truncate linked text?

 
 
Jenni
Guest
Posts: n/a
 
      9th Apr 2010
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?
 
Reply With Quote
 
 
 
 
Dave Peterson
Guest
Posts: n/a
 
      9th Apr 2010
=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 With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to truncate text Mark B Microsoft C# .NET 2 26th Nov 2008 07:26 PM
How do you truncate a text string? dailygluttony Microsoft Excel Worksheet Functions 2 28th Mar 2006 08:08 PM
Truncate text noodnutt Microsoft Access Queries 2 7th Oct 2004 02:06 PM
Truncate text =?Utf-8?B?SkFtZXM=?= Microsoft Excel Programming 6 7th Apr 2004 01:18 PM
Re: Truncate text Rob van Gelder Microsoft Excel Programming 0 6th Apr 2004 09:30 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:36 PM.