Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() =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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
converting formula from lotus.123 to excel | Excel Worksheet Functions | |||
Excel Range Value issue (Excel 97 Vs Excel 2003) | Excel Discussion (Misc queries) | |||
Formula checking multiple worksheets | Excel Worksheet Functions | |||
In excel the formula bar behaves differently on different machines | Excel Discussion (Misc queries) | |||
Excel 2003 - Formula result shows as 0:00 | Excel Worksheet Functions |