Hi, I'm trying to concatenate 6 cells using the forumula:
=CONCATENATE(A15&"_",B15,"_",C15,"_",D15,"_",E15,"_",F15) which gives the result of
AA_BB_CC_DD_EE_FF
However, some of the cells are blank so it doubles the underscores as in the example below:
=CONCATENATE(A15&"_",B15,"_",C15,"_",D15,"_",E15,"_",F15)
GG_HH__II__JJ.
I want to remove the extra underscore so it appears like
GG_HH_II_JJ.
How can I do that? Please help.
Thanks,
Vivek
=CONCATENATE(A15&"_",B15,"_",C15,"_",D15,"_",E15,"_",F15) which gives the result of
AA_BB_CC_DD_EE_FF
However, some of the cells are blank so it doubles the underscores as in the example below:
=CONCATENATE(A15&"_",B15,"_",C15,"_",D15,"_",E15,"_",F15)
GG_HH__II__JJ.
I want to remove the extra underscore so it appears like
GG_HH_II_JJ.
How can I do that? Please help.
Thanks,
Vivek