Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
RobertM
 
Posts: n/a
Default Help with what I believe is a simple excel formula!!!!!!!

I just want to shave off the last two digits.

In a spreadsheet I want to turn this:

600134902
604117903
608313904

Into this:

6001349
6041179
6083139
  #2   Report Post  
Posted to microsoft.public.excel.misc
davesexcel
 
Posts: n/a
Default Help with what I believe is a simple excel formula!!!!!!!


=LEFT(A7,7)

maybe this will work


--
davesexcel
------------------------------------------------------------------------
davesexcel's Profile: http://www.excelforum.com/member.php...o&userid=31708
View this thread: http://www.excelforum.com/showthread...hreadid=521388

  #3   Report Post  
Posted to microsoft.public.excel.misc
widman
 
Posts: n/a
Default Help with what I believe is a simple excel formula!!!!!!!

There are several answers depending on what you really want to end up with.
You could
1. Divide by 100 and not show decimals (or round to no decimals)
2. Same as above through past special
3. Use function: =left(a1,7) if your data was in A1 and you 7 digits.

And certainly a few others

"RobertM" wrote:

I just want to shave off the last two digits.

In a spreadsheet I want to turn this:

600134902
604117903
608313904

Into this:

6001349
6041179
6083139

  #4   Report Post  
Posted to microsoft.public.excel.misc
SVC
 
Posts: n/a
Default Help with what I believe is a simple excel formula!!!!!!!

If the first number is in cell A1, in cell B1 type =Left(A1,LEN(A1)-2). This
will cut off the last two digits, regardless of the length of the number in
cell A1. Copy the formula down as far as necessary. Then select the entire
column, copy, then Edit Paste Special, and select Value. Click OK. This wll
remove the formula from the cells in column B.

"RobertM" wrote:

I just want to shave off the last two digits.

In a spreadsheet I want to turn this:

600134902
604117903
608313904

Into this:

6001349
6041179
6083139

  #5   Report Post  
Posted to microsoft.public.excel.misc
SK
 
Posts: n/a
Default Help with what I believe is a simple excel formula!!!!!!!

First if you have anything in the column to the right that you want to keep -
insert a new column. Then highlight only the data that you want to change
and click on the tool bar "Data" and use "text to columns" mark the "fixed
width" box - next button. on the data Preview screen left click and more the
line to the spot you want and click on next - then finish. That's it! -
delete the column that has the excess digits and you are done. Don't you
just love Excel???

"RobertM" wrote:

I just want to shave off the last two digits.

In a spreadsheet I want to turn this:

600134902
604117903
608313904

Into this:

6001349
6041179
6083139

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
converting formula from lotus.123 to excel zaharah Excel Worksheet Functions 2 July 27th 05 03:04 PM
Excel Range Value issue (Excel 97 Vs Excel 2003) Keeno Excel Discussion (Misc queries) 2 June 13th 05 02:01 PM
Formula checking multiple worksheets sonic-the-mouse Excel Worksheet Functions 2 June 5th 05 07:48 PM
In excel the formula bar behaves differently on different machines vijay Excel Discussion (Misc queries) 0 May 20th 05 06:27 AM
Excel 2003 - Formula result shows as 0:00 Serena Excel Worksheet Functions 4 November 11th 04 10:18 PM


All times are GMT +1. The time now is 12:45 AM.

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"