Hi, i have number of lines within a cell in excel. My requirement would be to remove all extra spaces within a cell. The space could be a Unwanted CHR(10) before the fisrt or last line or extra space between two lines or extra space b/w two words. i have given a sample input and would need an out as given. I have given quotes just to indicate extra spaces. Thanx in advance
Input
"
Create project in
Provide user fields (like vertical)
Allocate resources
"
Output
"Create project in
Provide user fields (like vertical)
Allocate resources"
Input
"
Create project in
Provide user fields (like vertical)
Allocate resources
"
Output
"Create project in
Provide user fields (like vertical)
Allocate resources"