adding quotations / brackets

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi
Can you tell me how to add brackeets or quotations marks to a long list of
keywords?
 
One way to wrap it up ..

Assume source data running in A1 down

Wrap open & close brackets: "(" and ")"
In B1: =IF(TRIM(A1)="","","("&TRIM(A1)&")")
Copy B1 down to the last row of data in col A

Wrap double quotes: ""
In B1: =IF(TRIM(A1)="","",""""&TRIM(A1)&"""")
Copy B1 down to the last row of data in col A
 

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