#1   Report Post  
Steved
 
Posts: n/a
Default Trim Function

Hello from Steved

I have 4 numerals say 1234 what trim function would I use please to return
a 3 numeral value ie 123

Thankyou.
  #2   Report Post  
Biff
 
Posts: n/a
Default

=LEFT(A1,3)*1

Biff

"Steved" wrote in message
...
Hello from Steved

I have 4 numerals say 1234 what trim function would I use please to return
a 3 numeral value ie 123

Thankyou.



  #3   Report Post  
Steved
 
Posts: n/a
Default

Thanks Biff

"Biff" wrote:

=LEFT(A1,3)*1

Biff

"Steved" wrote in message
...
Hello from Steved

I have 4 numerals say 1234 what trim function would I use please to return
a 3 numeral value ie 123

Thankyou.




  #4   Report Post  
SuperDave
 
Posts: n/a
Default


Or divide by 10 and truncate to an integer...


--
SuperDave
------------------------------------------------------------------------
SuperDave's Profile: http://www.excelforum.com/member.php...o&userid=25935
View this thread: http://www.excelforum.com/showthread...hreadid=393091

  #5   Report Post  
Steved
 
Posts: n/a
Default

Hello SuperDave from Steved

Could you please give me an example ie 1234 to 123 using divide by 10 and
truncate to an integer

Thankyou.

"SuperDave" wrote:


Or divide by 10 and truncate to an integer...


--
SuperDave
------------------------------------------------------------------------
SuperDave's Profile: http://www.excelforum.com/member.php...o&userid=25935
View this thread: http://www.excelforum.com/showthread...hreadid=393091




  #6   Report Post  
JE McGimpsey
 
Posts: n/a
Default

One way:

=INT(1234/10)

In article ,
Steved wrote:

Hello SuperDave from Steved

Could you please give me an example ie 1234 to 123 using divide by 10 and
truncate to an integer

Thankyou.

"SuperDave" wrote:


Or divide by 10 and truncate to an integer...

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
Excel option to store trendline's coefficients in cells for use Miguel Saldana Charts and Charting in Excel 9 June 20th 05 08:45 PM
Date & Time mully New Users to Excel 4 May 23rd 05 11:56 AM
Automatically up date time in a cell Mark Excel Discussion (Misc queries) 5 May 12th 05 12:26 AM
clock Wildman Excel Worksheet Functions 2 April 26th 05 10:31 AM
Trim function doesn't clean out ASCII Code 160 (Space) Ronald Dodge Excel Worksheet Functions 6 January 27th 05 03:48 AM


All times are GMT +1. The time now is 08:53 PM.

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

About Us

"It's about Microsoft Excel"