Forum Discussion
Guru Ijare
Sep 11, 2018Copper Contributor
Need to add slash between no in the excel cell
Hi Experts, Do help me formatting the cell by inserting slash between no's Input: 1234 Output:1/2/3/4 Please Help
- Sep 11, 2018
Yes, it is.
#"/"#"/"#"/"#
Detlef_Lewin
Sep 11, 2018Silver Contributor
Hello
=REPLACE(REPLACE(REPLACE(A1,4,0,"/"),3,0,"/"),2,0,"/")