I have a list of 3215 product names on a spreadsheet. Each resides in a single cell. I need to put each name in quotes. The names are all in one column?



I have a list of 3215 product names on a spreadsheet. Each resides in a single cell. I need to put e..

Answer / Gaurav Khare

To add quotes around each cell containing a product name in a single column, follow these steps:

1. Select the entire column containing the product names.
2. Press Ctrl + F (Find and Replace) or right-click and select 'Find & Select'.
3. In the Find what field, enter the following formula: =^"(.*)$
- The caret (^) indicates the beginning of the cell, the double quotes ("") are escaped with a backslash (), and the dot (.) represents any character.
4. Leave the Replace with field blank to remove the special formatting (i.e., leaving the quotes as is).
5. Click Replace All to add quotes around each product name.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More MS Excel Microsoft Interview Questions

What is the difference between an excel spreadsheet and a database?

1 Answers  


How many data formats are available in excel name of them?

1 Answers  


What is group mode in excel?

1 Answers  


How do I align an excel spreadsheet?

1 Answers  


What is concatenation in excel?

1 Answers  


What is ctrl w in excel?

1 Answers  


What is ms excel theory?

1 Answers  


How do you create a box in excel 2016?

1 Answers  


What is the definition of goal seek in excel?

1 Answers  


How do you auto adjust cells in excel?

1 Answers  


How does len work in excel?

1 Answers  


What version of excel do I have?

1 Answers  


Categories