How do i put a addition sign before a digit in the cell box?

  • Thread starter Thread starter Guest
  • Start date Start date
you will need to put a single quote in front of the number, treating it as
text.

Cell A1 = '+6

Excel will convert it back to a number if you use it in a calculation such as

=A1 + 5 wil return 11.

Also you can convert it to a number for any formulas by using =Value(a1).
 

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