Perth-WRX.com  

Go Back   Perth-WRX.com > Off Topic Discussions > Non-WRX Discussion
Register Diddy Kart ArticlesAll AlbumsBlogs FAQ Members List Calendar Search Today's Posts Mark Forums Read


Welcome to Perth-WRX, click here to register!

Reply
 
LinkBack Thread Tools Display Modes
  #1  
Old 11-03-2008, 04:01 PM
DAN682's Avatar
Sign me up!
Nazi Sled Driver
 
Join Date: Jul 2005
Location: Mandurah
Posts: 2,364
Thanks: 25
Thanked 13 Times in 9 Posts
DAN682 at standard level
Send a message via ICQ to DAN682 Send a message via MSN to DAN682 Send a message via Yahoo to DAN682
Default Need help excel nerds!

Ok Yes I did try and google... for like 10 seconds but found this easier so all of you people that will write search in google, get rooted

Ok so I have an excel document that has a cell with a full name lets say
the name is Perth WRX

How do I run a formula to grab the 2nd word being WRX of course and move it one cell to the right?

So then I can have two cells one with First Name and the 2nd with Last Name

Thanks!
Reply With Quote
  #2  
Old 11-03-2008, 04:12 PM
Kato's Avatar
Burnout!
Member
 
Join Date: Jul 2005
Location: Pimp Corner
Posts: 7,079
Thanks: 7
Thanked 120 Times in 75 Posts
Kato is a guruKato is a guru
Default

Not sure on a formula... But this is what I do

Select the cells you want.
Click 'Data' then 'Text to Columns'
Choose 'Delimted'
Choose the delimiter type (i.e. a space or a comma)
Click Finish

Presto, now it is in 2 columns.
__________________
[COLOR="Gray"]550Nm off a 2L... Just wish it was in the dak dak...[/COLOR]
Reply With Quote
  #3  
Old 11-03-2008, 04:27 PM
Bakks's Avatar
STI Master
Member
 
Join Date: Jul 2001
Location: Sydney
Posts: 824
Thanks: 0
Thanked 1 Time in 1 Post
Bakks at standard level
Default

If Perth WRX was in cell A1, you'd go =right(A1,3)
A1 being the cell reference, and 3 being the amount of characters from the right you want in your destination cell.
Alternatively for Perth, it'd be =left(A1,5)

Or you could do the above
Reply With Quote
  #4  
Old 11-03-2008, 09:25 PM
DAN682's Avatar
Sign me up!
Nazi Sled Driver
 
Join Date: Jul 2005
Location: Mandurah
Posts: 2,364
Thanks: 25
Thanked 13 Times in 9 Posts
DAN682 at standard level
Send a message via ICQ to DAN682 Send a message via MSN to DAN682 Send a message via Yahoo to DAN682
Default

Thanks guys, both methods worked sweet!
Reply With Quote
  #5  
Old 11-03-2008, 09:48 PM
Golding's Avatar
WRX Hi Five Club
Member
 
Join Date: Aug 2007
Location: Como
Posts: 232
Thanks: 0
Thanked 0 Times in 0 Posts
Golding at standard level
Send a message via MSN to Golding
Default

Quote:
Originally Posted by Bakks
If Perth WRX was in cell A1, you'd go =right(A1,3)
A1 being the cell reference, and 3 being the amount of characters from the right you want in your destination cell.
Alternatively for Perth, it'd be =left(A1,5)

Or you could do the above
bit of a hijack.

but is there a way in excel to add things to cells?

at work i am the CAD Administrator and often go into computers to add thigns to preference files.
the path to a computer is something like \\AU-D01234\D$

is there a way where i could just type in 1234 and the rest would link to it and make it a hyperlink?
__________________
[WREXX] 2005 Club Spec Evo 8
Reply With Quote
  #6  
Old 12-03-2008, 07:27 AM
Kato's Avatar
Burnout!
Member
 
Join Date: Jul 2005
Location: Pimp Corner
Posts: 7,079
Thanks: 7
Thanked 120 Times in 75 Posts
Kato is a guruKato is a guru
Default

Don't know on the hyperlink side of things...

But to join text you can use the CONCATENATE function.

So for your example, put this in A1 and your '1234' in D1

=CONCATENATE("\\AU-D0",D9,"\D$")
__________________
[COLOR="Gray"]550Nm off a 2L... Just wish it was in the dak dak...[/COLOR]
Reply With Quote
  #7  
Old 12-03-2008, 09:19 AM
DAN682's Avatar
Sign me up!
Nazi Sled Driver
 
Join Date: Jul 2005
Location: Mandurah
Posts: 2,364
Thanks: 25
Thanked 13 Times in 9 Posts
DAN682 at standard level
Send a message via ICQ to DAN682 Send a message via MSN to DAN682 Send a message via Yahoo to DAN682
Default

You could also click on format cell create a custom text field and have the \\AU-D0 complete for you. Then in the next cell just have \D$

Then Copy paste it to notepad and delete the space between \\AU-D01234 \D$ and bang

I used to do that heaps.
Reply With Quote
  #8  
Old 15-08-2008, 11:27 AM
Kato's Avatar
Burnout!
Member
 
Join Date: Jul 2005
Location: Pimp Corner
Posts: 7,079
Thanks: 7
Thanked 120 Times in 75 Posts
Kato is a guruKato is a guru
Default

Ok one for the excel nerds (brain isn't working today):

I have a list of items that are used multiple times. i.e.

PD1
PD4
PD4
PD4
PD4
PD5
PD1
etc

Each item number is used mutliple times throughout.

What I want to do is just have a summary of the items used. i.e.

PD1
PD4
PD5

What's an easy way to do this?
__________________
[COLOR="Gray"]550Nm off a 2L... Just wish it was in the dak dak...[/COLOR]
Reply With Quote
  #9  
Old 15-08-2008, 11:31 AM
pmh's Avatar
pmh pmh is offline
Sign me up!
Barge Master
 
Join Date: Jul 2005
Location: Japan
Posts: 2,116
Thanks: 2
Thanked 34 Times in 24 Posts
pmh at standard level
Default

=IF(range="PD1", 1,0)

Summate the column where 1 or 0 appears and it will give you the total of PD1 or PD2, etc
Lazy way of doing it but there's another way, think its collate which i can't remember the exact steps
Reply With Quote
  #10  
Old 15-08-2008, 11:51 AM
Kato's Avatar
Burnout!
Member
 
Join Date: Jul 2005
Location: Pimp Corner
Posts: 7,079
Thanks: 7
Thanked 120 Times in 75 Posts
Kato is a guruKato is a guru
Default

Ta Joe, but there are about 450 individual items on the list in about 3000 rows. I just want a list of the individual items, not worried about the total of them.

Interestingly with a filter they are all listed in the drop down box, but I just need that in some cells instead.
__________________
[COLOR="Gray"]550Nm off a 2L... Just wish it was in the dak dak...[/COLOR]
Reply With Quote
Reply

Tags
excel, google fail, nerds

Thread Tools
Display Modes

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 On




Welcome to Perth-WRX, click here to register!

All times are GMT +8. The time now is 07:47 AM.


Powered by vBulletin® Version 3.8.9
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Content Relevant URLs by vBSEO