PC Review


Reply
Thread Tools Rate Thread

Help with what I believe is a simple excel formula!!!!!!!

 
 
=?Utf-8?B?Um9iZXJ0TQ==?=
Guest
Posts: n/a
 
      11th Mar 2006
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 With Quote
 
 
 
 
davesexcel
Guest
Posts: n/a
 
      11th Mar 2006

=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

 
Reply With Quote
 
 
 
 
=?Utf-8?B?d2lkbWFu?=
Guest
Posts: n/a
 
      11th Mar 2006
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

 
Reply With Quote
 
=?Utf-8?B?U1ZD?=
Guest
Posts: n/a
 
      11th Mar 2006
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

 
Reply With Quote
 
=?Utf-8?B?U0s=?=
Guest
Posts: n/a
 
      11th Mar 2006
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 With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Do you believe that Elvis is ao believe that he is alivelive Podberezovik Microsoft C# .NET 3 2nd Aug 2007 08:02 AM
Simple questions for simple 2 PC file sharing network. Simple? raylopez99 Microsoft Windows 2000 Networking 3 11th Feb 2007 02:31 PM
Simple Beginner Question (I believe) pvdg42 Microsoft ASP .NET 5 24th Apr 2006 03:34 AM
Simple Simple Simple craigwojo Microsoft Excel New Users 3 29th Aug 2004 05:32 AM
Help! Help! Help! Help! Help! Help! Help! Help! Help! Help! Help! Help! Help! -$- Windows XP Internet Explorer 2 21st Dec 2003 11:45 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 11:41 AM.