Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Darla
 
Posts: n/a
Default Getting the first 3 digits out of 6 digit cells?

I have a 6 digit number in a cell. I want the first 3 digits of it to appear
in another cell. What is the formula?
  #2   Report Post  
Niek Otten
 
Posts: n/a
Default

=LEFT(A1,3)

--
Kind regards,

Niek Otten

Microsoft MVP - Excel

"Darla" wrote in message
...
I have a 6 digit number in a cell. I want the first 3 digits of it to
appear
in another cell. What is the formula?



  #3   Report Post  
Biff
 
Posts: n/a
Default

=LEFT(A1,3)*1

Or, to make it a little more robust:

=IF(LEN(A1)<3,"",LEFT(A1,3)*1)

Biff

"Darla" wrote in message
...
I have a 6 digit number in a cell. I want the first 3 digits of it to
appear
in another cell. What is the formula?



  #4   Report Post  
Paul Sheppard
 
Posts: n/a
Default


Darla Wrote:
I have a 6 digit number in a cell. I want the first 3 digits of it to
appear
in another cell. What is the formula?


Hi Darla

Try =MID(A1,1,LEN(A1)-3) in cell A2 if 6 digit no in A1, change cell
references to suit


--
Paul Sheppard


------------------------------------------------------------------------
Paul Sheppard's Profile: http://www.excelforum.com/member.php...o&userid=24783
View this thread: http://www.excelforum.com/showthread...hreadid=467682

  #5   Report Post  
Dave Peterson
 
Posts: n/a
Default

One mo

=INT(A1/1000)



Darla wrote:

I have a 6 digit number in a cell. I want the first 3 digits of it to appear
in another cell. What is the formula?


--

Dave Peterson


  #6   Report Post  
Dana DeLouis
 
Posts: n/a
Default

Just to be different:

=Quotient(A1,1000)

--
Dana DeLouis
Win XP & Office 2003


"Darla" wrote in message
...
I have a 6 digit number in a cell. I want the first 3 digits of it to
appear
in another cell. What is the formula?



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
requires that merged cells must be identically sized? Catt Excel Discussion (Misc queries) 11 July 3rd 05 12:36 PM
Fill cells from non-adjacent cells Abes Excel Discussion (Misc queries) 2 March 25th 05 01:15 PM
Help adding text values Texas-DC_271 Excel Worksheet Functions 7 January 15th 05 11:14 PM
Convert data type of cells to Text,Number,Date and Time Kevin Excel Worksheet Functions 1 December 31st 04 12:57 PM
I have a col. with 6 digit nos to convert to 3 cols of 2 digits Brian Excel Discussion (Misc queries) 4 December 3rd 04 09:21 PM


All times are GMT +1. The time now is 05:32 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"