0

I have a simple query.

How can I format the text in cells in my Workbook.

If my cell has text ABC, I want it in the format 'ABC'. Is there any formula for this?

I am using Excel 2010. I cannot do find and replace as all the values I want to alter are unique

3 Answers 3

4
  • Edit the cell or column you need to format

  • choose format cell

  • Select Custom from the bottom

  • Use the formula '@' .

@ represents your text

Sign up to request clarification or add additional context in comments.

1 Comment

Rare information! Relearned this from a few years ago! Hard to find on the web.
2

Use CONCATENATE. For example if the cell is A1 then the function would be:

=CONCATENATE("'", A1, "'")

Comments

0

Just to add value to lgor's answer as He's already made the point.

"@" represents the text.

Just go to format cells > custom and surround the @ with two Apostrophes, like: '@' and it will work.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.