SUBSTITUTE it is easy to use
=SUBSTITUTE( SUBSTITUTE(I2,",","_") ," ","_")
Answer from Mo Khalefa on Stack OverflowStatology
statology.org โบ home โบ how to replace space with underscore in excel
How to Replace Space with Underscore in Excel
August 17, 2023 - Then type Ctrl + H to bring up the Find and Replace feature in Excel. Then type a single space in the Find what box and type a single underscore in the Replace with box.
replace - Excel formula to remove comma, spaces, period and add a text - Stack Overflow
I need to use a combination of excel formulas in one cell to remove commas, periods, spaces and replace with underscore. More on stackoverflow.com
Excel formula - remove commas, hyphens, spaces and replace with underscore
I have data like this: Reyes, Ma. Luisa Jun-Oh, Junee Carter, John Jr. I need to use a combination of excel formulas in one cell to remove commas, periods, spaces and replace with underscore. Also need to add text after the names (to be used as PDF filename). Expected output... More on mrexcel.com
Replacing spaces in text strings in Excel with Underscores
Find answers to Replacing spaces in text strings in Excel with Underscores from the expert community at Experts Exchange More on experts-exchange.com
how to replace every underscore with a space instead?
You can select all the headers, then press ctrl+f -> replace -> find _ replace with space, replace all Its important to select just the headers otherwise you might replace things outside of headers that wasn't intended More on reddit.com
02:19
Replace Spaces with a Dash or Underscore in Excel (3 Ways) - YouTube
How to Replace Part of a Text String in Excel Using SUBSTITUTE ...
01:10
How to replace blank space with nothing/ underscore/ dash/ comma ...
Convert Space to Underscore in Microsoft Excel
Reddit
reddit.com โบ r/excel โบ how to replace every underscore with a space instead?
r/excel on Reddit: how to replace every underscore with a space instead?
October 17, 2023 -
I have TONS of headers that look like the following
owner2_address_1_city
There underscores instead of spaces make it hard to read quickly and make wrapping text useless. is there an easy way to change it to normal text i.e. below:
"owner 2 address 1 city"
Thanks in advance!
Top answer 1 of 3
6
You can select all the headers, then press ctrl+f -> replace -> find _ replace with space, replace all Its important to select just the headers otherwise you might replace things outside of headers that wasn't intended
2 of 3
1
u/Possible_Spy - Your post was submitted successfully. Once your problem is solved, reply to the answer(s) saying Solution Verified to close the thread. Follow the submission rules -- particularly 1 and 2. To fix the body, click edit. To fix your title, delete and re-post. Include your Excel version and all other relevant information Failing to follow these steps may result in your post being removed without warning. I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.
YouTube
youtube.com โบ pdf tutorial
How to replace space with underscore in excel - YouTube
Assalamu Walaikum,In this video I will show you, How to replace space with underscore in excel. Let's get started.I hope you enjoyed this video please subsc...
Published: May 13, 2024
Views: 1
YouTube
youtube.com โบ watch
Replace space with underscore in Excel - YouTube
The video offers a quick tutorial on how to replace space with underscore in Excel.
Published: June 12, 2022
Excel Forum
excelforum.com โบ excel-general โบ 728119-how-to-copy-text-from-another-cell-and-replace-space-with-underscore.html
How to copy text from another cell and replace space with underscore
1) Copy the cell(s) to the new location 2) Do a CTRL-H (search replace) to search for spaces and replace with underscores. To do it in a formula: =SUBSTITUTE(A1, " ", "_") ... Microsoft MVP 2010 - Excel Visit: Jerry Beaucaire's Excel Files & Macros If you've been given good help, use the icon ...
ExtendOffice
extendoffice.com โบ home โบ office tips โบ excel tips
How to replace blank space with nothing/underscore/dash/comma in Excel?
August 29, 2024 - 1. Open all workbooks you will ... pane. See screenshot: 2. In the Advanced Find and Replace pane, go to the Replace tab, and: (1) In the Find what box, please type a space; (2) In the Replace with box, type underscore/dash/comma as you need....
MrExcel
mrexcel.com โบ forums โบ question forums โบ excel questions
Excel formula - remove commas, hyphens, spaces and replace with underscore | MrExcel Message Board
July 4, 2020 - Expected output: Reyes_MaLuisa_Text123; JunOh_Junee_Text123; Carter_JohnJr_Text 123 (no period and trailing space removed) Formula used: =REPLACE(I2,FIND(", ",I2,1),2,"_") & "_Text123" where I is the name field.
Experts Exchange
experts-exchange.com โบ questions โบ 20253590 โบ Replacing-spaces-in-text-strings-in-Excel-with-Underscores.html
Solved: Replacing spaces in text strings in Excel with Underscores | Experts Exchange
January 10, 2002 - Another option is if you have Word.Copy Columns/Rows to word use the Edit replace option space for underscore.Copy back to excel This sounds like a lot of work but only takes seconds ...Bob