Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() I want to check a cell to see if the text contains a space in it and if it does I need to change that to an _. Can anyone help? -- nicole0904 ------------------------------------------------------------------------ nicole0904's Profile: http://www.excelforum.com/member.php...o&userid=31774 View this thread: http://www.excelforum.com/showthread...hreadid=514969 |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Using a formula:
=substitute(a1," ","_") (why bother checking??) Or just select the range to inspect and edit|replace what: (spacebar) with: _ replace all nicole0904 wrote: I want to check a cell to see if the text contains a space in it and if it does I need to change that to an _. Can anyone help? -- nicole0904 ------------------------------------------------------------------------ nicole0904's Profile: http://www.excelforum.com/member.php...o&userid=31774 View this thread: http://www.excelforum.com/showthread...hreadid=514969 -- Dave Peterson |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Use the SUBSTITUTE( ) function, such as:
=SUBSTITUTE(A1," ","_") if your data is in A1. Hope this helps. Pete |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Highlight the cell(s) then do Edit Replace ReplaceWhat: ALT32 Replace
with: _ ReplaceAll Note, when typing the 32 while holding down the ALT key, use the 3 and 2 keys on the KEYPAD, not those on the Keyboard.... Vaya con Dios, Chuck, CABGx3 "nicole0904" wrote: I want to check a cell to see if the text contains a space in it and if it does I need to change that to an _. Can anyone help? -- nicole0904 ------------------------------------------------------------------------ nicole0904's Profile: http://www.excelforum.com/member.php...o&userid=31774 View this thread: http://www.excelforum.com/showthread...hreadid=514969 |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Why not just hit the spacebar in the What box?
CLR wrote: Highlight the cell(s) then do Edit Replace ReplaceWhat: ALT32 Replace with: _ ReplaceAll Note, when typing the 32 while holding down the ALT key, use the 3 and 2 keys on the KEYPAD, not those on the Keyboard.... Vaya con Dios, Chuck, CABGx3 "nicole0904" wrote: I want to check a cell to see if the text contains a space in it and if it does I need to change that to an _. Can anyone help? -- nicole0904 ------------------------------------------------------------------------ nicole0904's Profile: http://www.excelforum.com/member.php...o&userid=31774 View this thread: http://www.excelforum.com/showthread...hreadid=514969 -- Dave Peterson |
#6
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
="Because"&CHAR(32)&"my"&CHAR(32)&"spacebar"&CHAR( 32)&"is"&CHAR(32)&"broken?€¦€¦.<g"
Vaya con Dios, Chuck, CABGx3 "Dave Peterson" wrote: Why not just hit the spacebar in the What box? CLR wrote: Highlight the cell(s) then do Edit Replace ReplaceWhat: ALT32 Replace with: _ ReplaceAll Note, when typing the 32 while holding down the ALT key, use the 3 and 2 keys on the KEYPAD, not those on the Keyboard.... Vaya con Dios, Chuck, CABGx3 "nicole0904" wrote: I want to check a cell to see if the text contains a space in it and if it does I need to change that to an _. Can anyone help? -- nicole0904 ------------------------------------------------------------------------ nicole0904's Profile: http://www.excelforum.com/member.php...o&userid=31774 View this thread: http://www.excelforum.com/showthread...hreadid=514969 -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Automatically Changing Cell Reference's when Pasting in Excel | Excel Discussion (Misc queries) | |||
Changing cell colour depending on another cells value... | Excel Discussion (Misc queries) | |||
Problem with formulas changing cell reference | Excel Discussion (Misc queries) | |||
cell color index comparison | New Users to Excel | |||
Repeat characters to cell width | Excel Worksheet Functions |