Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() I have excel 2000 and i have having a problem I have a list of roughlt 5000 items that all have "-" in random places I want to remove these dashes using a formula... not find replace. Any luck. Example: I have "---105--22" I want "10522" Thanks in advance for the help -- msetyon ------------------------------------------------------------------------ msetyon's Profile: http://www.excelforum.com/member.php...o&userid=29277 View this thread: http://www.excelforum.com/showthread...hreadid=489953 |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=SUBSTITUTE(A1,"-","")
-- Regards Ken....................... Microsoft MVP - Excel Sys Spec - Win XP Pro / XL 97/00/02/03 ------------------------------*------------------------------*---------------- It's easier to beg forgiveness than ask permission :-) ------------------------------*------------------------------*---------------- "msetyon" wrote in message ... I have excel 2000 and i have having a problem I have a list of roughlt 5000 items that all have "-" in random places I want to remove these dashes using a formula... not find replace. Any luck. Example: I have "---105--22" I want "10522" Thanks in advance for the help -- msetyon ------------------------------------------------------------------------ msetyon's Profile: http://www.excelforum.com/member.php...o&userid=29277 View this thread: http://www.excelforum.com/showthread...hreadid=489953 |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Assume your items start in A1, place this in B1 and drag down:
=SUBSTITUTE(A1,"-","") -- Regards, Dave "msetyon" wrote: I have excel 2000 and i have having a problem I have a list of roughlt 5000 items that all have "-" in random places I want to remove these dashes using a formula... not find replace. Any luck. Example: I have "---105--22" I want "10522" Thanks in advance for the help -- msetyon ------------------------------------------------------------------------ msetyon's Profile: http://www.excelforum.com/member.php...o&userid=29277 View this thread: http://www.excelforum.com/showthread...hreadid=489953 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Printing formulas | Excel Discussion (Misc queries) | |||
Help, Urgent Excel Formulas are not calculating | Excel Discussion (Misc queries) | |||
want to remove all text characters equal to one character in length from text string | Excel Worksheet Functions | |||
Problem with named formula's | Excel Worksheet Functions | |||
Dynamic Formulas with Dynamic Ranges | Excel Worksheet Functions |