Share Your Experience With Others

How To Add Single Quotes in Values Using Excel

Hello All,

Sometimes we developers need to add the single quotes in multiple values for some requirement. Today we will see how we can achieve this in MS Excel.

  • First you need to create an excel file and copy all the values in a single column which you want to change.simple sheet
  • Now Select and Copy all the values and select a cell where you want to keep changed values.Making changes to the data
  • Now Copy all the values using Paste As Value.
  • Now write the following formula =”‘”&A1&”‘,”changes 5
  • Output
  • changes 6

I hope this will help you guys.

Leave a comment