Trim Function

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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.
 
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.
 
One way:

=INT(1234/10)

Steved said:
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top