Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
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
![]() |
|||
|
|||
![]()
=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
![]() |
|||
|
|||
![]()
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
![]() |
|||
|
|||
![]() 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
![]() |
|||
|
|||
![]()
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
![]() |
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel option to store trendline's coefficients in cells for use | Charts and Charting in Excel | |||
Date & Time | New Users to Excel | |||
Automatically up date time in a cell | Excel Discussion (Misc queries) | |||
clock | Excel Worksheet Functions | |||
Trim function doesn't clean out ASCII Code 160 (Space) | Excel Worksheet Functions |