ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   adding quotations / brackets (https://www.excelbanter.com/excel-worksheet-functions/117588-adding-quotations-brackets.html)

kvedros

adding quotations / brackets
 
Hi
Can you tell me how to add brackeets or quotations marks to a long list of
keywords?

Max

adding quotations / brackets
 
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
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"kvedros" wrote:
Hi
Can you tell me how to add brackeets or quotations marks to a long list of
keywords?



All times are GMT +1. The time now is 11:05 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com