how do i separate cell value in four different cells?

  • Thread starter Thread starter sit
  • Start date Start date
S

sit

Thanks for the tip but i think i should explain some more. If th
amount is 250.50 (USD) it should be displayed in the last 5 cell
excluding the dot(assuming that amount is no more than five digits an
50 cents).
This shoud be a simple accounting operation to transfer a single cel
ammount in to assignet cells to the right.
If you have ideas... help pleas
 
try these
=MID(TEXT(A1,"0.00"),1,1) =MID(TEXT(A1,"0.00"),2,1)
=MID(TEXT(A1,"0.00"),3,1)


5,1
6,1
 

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