Overclockers Australia Forums

OCAU News - Wiki - QuickLinks - Pix - Sponsors  

Go Back   Overclockers Australia Forums > Software Topics > Programming & Software Development

Notices


Sign up for a free OCAU account and this ad will go away!
Search our forums with Google:
Reply
 
Thread Tools
Old 12th May 2010, 6:30 PM   #1
zerosoma Thread Starter
Member
 
Join Date: May 2004
Location: Melbourne
Posts: 64
Default Excel Help!

Hi,

Hope I'm posting this in the right place.

I have a column (B) that has a 13 digit number. What I need is a way to take the last 6 digits of each number in B (of which there are 1500) and put them beside each number in column C.

I also have another column, D which has 4.4l then 5.5l in each row, etc. Basically I need to remove all of the l's!

Can anyone think of a way to do this? It will save a heap of time

Thanks
zerosoma is offline   Reply With Quote

Join OCAU to remove this ad!
Old 12th May 2010, 6:42 PM   #2
MR CHILLED
D'oh!
 
MR CHILLED's Avatar
 
Join Date: Jan 2002
Location: Keep it up! :D
Posts: 89,945
Default

Quote:
Originally Posted by zerosoma View Post
I have a column (B) that has a 13 digit number. What I need is a way to take the last 6 digits of each number in B (of which there are 1500) and put them beside each number in column C.
=RIGHT(cell, 6)

and

=CONCATENATE(cell1, cell2)

Quote:
Originally Posted by zerosoma View Post
I also have another column, D which has 4.4l then 5.5l in each row, etc. Basically I need to remove all of the l's!
Just do a find and replace for "l" in that column.
__________________
Co2 is weightless apparently. Be careful what you vote for.
Howard on the economy: ''When the Prime Minister and the Treasurer and others tell you that the Australian economy is doing better than most – they are right,''
Asked how cash payments of baby bonus and school bonus are any different, Opposition Leader tony abbott says 'well look, they just are.'
MR CHILLED is offline   Reply With Quote
Old 12th May 2010, 7:41 PM   #3
Lespom
Member
 
Join Date: May 2005
Location: Pilbara, WA
Posts: 493
Default

Quote:
Originally Posted by MR CHILLED View Post
Just do a find and replace for "l" in that column.
An alternative would be to use the following formula:

=VALUE(LEFT(A1,LEN(A1)-1))

This will remove the "l" from the entry and convert it to a number so it can be used in another formula.
Lespom is offline   Reply With Quote
Old 12th May 2010, 7:53 PM   #4
MR CHILLED
D'oh!
 
MR CHILLED's Avatar
 
Join Date: Jan 2002
Location: Keep it up! :D
Posts: 89,945
Default

Or use split columns if the valued are a fixed length, although probably unlikely.

So many ways to do the same thing in Excel...heh
__________________
Co2 is weightless apparently. Be careful what you vote for.
Howard on the economy: ''When the Prime Minister and the Treasurer and others tell you that the Australian economy is doing better than most – they are right,''
Asked how cash payments of baby bonus and school bonus are any different, Opposition Leader tony abbott says 'well look, they just are.'
MR CHILLED is offline   Reply With Quote
Old 12th May 2010, 7:59 PM   #5
zerosoma Thread Starter
Member
 
Join Date: May 2004
Location: Melbourne
Posts: 64
Default

that's awesome guys, got me out the shit

thanks!!
zerosoma is offline   Reply With Quote
Reply

Bookmarks

Sign up for a free OCAU account and this ad will go away!

Thread Tools

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

Forum Jump


All times are GMT +10. The time now is 3:02 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd. -
OCAU is not responsible for the content of individual messages posted by others.
Other content copyright Overclockers Australia.
OCAU is hosted by Internode!