Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Tiffani
 
Posts: n/a
Default Is there a function for this....

This could just be laziness, but with I dont want to do it for 3000 cells.

I work for a company where we can upload prices into our system that we use
with an excel spreadsheet. But the company who sends us the price list, has
dashes and spaces in their item numbers and our system doesnt us the dases
and spaces.

So, is there a way to have excel go through and take them out. Or will I
just need to suck it up and go through each one and take out the dashes and
such.

For example, their item # looks like this: ALA-6-150
our item # would be: ALA6150

Please help if you can.
Thanks!!!



  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Toppers
 
Posts: n/a
Default Is there a function for this....

Use EDIT ==Find== Replace

Highlight column

Edit /find /replace

Find what: - (your dash)

Hit "Replace all"

Backup data first!

"Tiffani" wrote:

This could just be laziness, but with I dont want to do it for 3000 cells.

I work for a company where we can upload prices into our system that we use
with an excel spreadsheet. But the company who sends us the price list, has
dashes and spaces in their item numbers and our system doesnt us the dases
and spaces.

So, is there a way to have excel go through and take them out. Or will I
just need to suck it up and go through each one and take out the dashes and
such.

For example, their item # looks like this: ALA-6-150
our item # would be: ALA6150

Please help if you can.
Thanks!!!



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Dave
 
Posts: n/a
Default Is there a function for this....

Tiffani

Assuming your data is in A1 and all of the items have the same makeup (ie
dashes are the 4th and 6th character and the same number of characters) this
will work

=LEFT(A1,3)&MID(A1,5,1)&RIGHT(A1,3)

Dave

"Tiffani" wrote in message
...
This could just be laziness, but with I dont want to do it for 3000 cells.

I work for a company where we can upload prices into our system that we
use
with an excel spreadsheet. But the company who sends us the price list,
has
dashes and spaces in their item numbers and our system doesnt us the dases
and spaces.

So, is there a way to have excel go through and take them out. Or will I
just need to suck it up and go through each one and take out the dashes
and
such.

For example, their item # looks like this: ALA-6-150
our item # would be: ALA6150

Please help if you can.
Thanks!!!





  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Tiffani
 
Posts: n/a
Default Is there a function for this....

DUH!!!!! Thanks...it worked!

"Toppers" wrote:

Use EDIT ==Find== Replace

Highlight column

Edit /find /replace

Find what: - (your dash)

Hit "Replace all"

Backup data first!

"Tiffani" wrote:

This could just be laziness, but with I dont want to do it for 3000 cells.

I work for a company where we can upload prices into our system that we use
with an excel spreadsheet. But the company who sends us the price list, has
dashes and spaces in their item numbers and our system doesnt us the dases
and spaces.

So, is there a way to have excel go through and take them out. Or will I
just need to suck it up and go through each one and take out the dashes and
such.

For example, their item # looks like this: ALA-6-150
our item # would be: ALA6150

Please help if you can.
Thanks!!!



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
Creating a Custom Excel Function to Calculate Gini Coefficients [email protected] Excel Worksheet Functions 3 February 21st 06 10:15 PM
Date & Time mully New Users to Excel 4 May 23rd 05 11:56 AM
Hyperlinks using R[1]C[1] and offset function in its cell referenc Elijah-Dadda Excel Worksheet Functions 0 March 5th 05 03:31 AM
Conversion SVC Excel Worksheet Functions 9 February 28th 05 02:29 PM
HOW CAN I GET OFFICE 2003 EXCEL BASIC TO NEST FUNCTIONS LIKE EXCE. Robert AS Excel Worksheet Functions 4 December 2nd 04 10:49 AM


All times are GMT +1. The time now is 09:20 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"