to turn off Auto editing of cell

  • Thread starter Thread starter anil
  • Start date Start date
A

anil

HI all,

I have a column entry of ratios as

1 to 1
1 to 1.1
1 to 1.2
..
..
..
i need to change the cell entries to
1:1
1:1.1
1:1.2
..
..
..
But when i replace the cell the cell format will automatically change
to Date and display 1:01...

Please help me on that....
 
In B1: =SUBSTITUTE(A1," to ",":")
drag the Fill Handle to copy as far as needed
 
That entry would be interpreted by Excel as time in hours and minutes. I
believe you will need to format the cell as text, before making the entry,
to achieve the desired visual effect.

Regards,

Alan
 
You can try this:

Tools|Options|Transition Tab|Check Transition Formula Entry
Then do the Edit|Replace
Then Tools|Options|Transition Tab|Uncheck Transition Formula Entry
 

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