Formating cell

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a number say 100.00, I would like to make it into 1+00
so for 236.50 the cell would produce 2+36.50 and for 24.36 will make it 0+24.36
Can this be done in Excel?
Thanks for the help!
C. Fillmore
 
Hi,

Try custom formatting the cells as follows:

0+00.00

Hope this helps!
 
Do you need these strange numbers:DDD (0+24.36) to be recognised lik
numbers??? If not, then use text functions. For example: You can forma
number like text, choose: Format>Cells>Number Tab>Text. Then split thi
text with mid() function and then merge with concatenate()
 

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