Please I need your help, I extracted data by using data scraping, then I write it in excel file before I do this I need search in one column for any value contains " - " with one space after the dash and replace it with " - " with two space after the dash.
Example: If I find “Jeddah - 123” I want to replace it to “Jeddah - 123”
Example: If I find “Jeddah - 123” (Here there is only one space between the dash and 123) I want to replace it to be “Jeddah - 123” (two space between the dash and 123).