Trimming an excel file

  • Thread starter Thread starter edgar
  • Start date Start date
Hi Edgar,

What do you mean?

--
Kind regards,

Niek Otten
Microsoft MVP - Excel

| Hi
|
| How do I trim an excel file ?
|
| Thanks
|
| Edgar
|
|
 
Hi

How do I trim an excel file ?

Thanks

Edgar

insert formula =trim(a2&" ,"&)

this is for while combine the column for eg:LAST NAME FIRST NAME

A2 B2

KUMAR ARUN =trim(a2&" ,"&b2)

=ARUN ,KUMAR
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top