ps. With that setting unchecked, excel will convert anything that looks like a
date (after the replace) to a date.
You may be able to have a macro that can avoid the problem, but that would
depend on what the data looks like and what you want after the change.
i find it odd there isnt a way to turn this off.... i dont always want a
date when i type in 8/16!
what im doing is working with network equipment and the form i have says
8/16 [all] which means switch 8 port 16, not aug-16.
what i ended up doing, and i wish this wasnt the solution, was replacing the
/ with a , and then removing the all, and then spliting the cells based on
the ,
kinda of stupid, but the problem was solved.
Thanks guys
Justin
> ps. With that setting unchecked, excel will convert anything that looks
> like a
[quoted text clipped - 20 lines]
>>
>> Excel 2007
Dave Peterson - 18 Jan 2008 21:22 GMT
If you're typing the value, you can preformat the cell as text or start your
entry with an apostrophe: '8/16
If your data was really: 8/16 [all]
you could use a formula in a helper column:
=left(a1,search(" ",a1)-1)
Or you could have used the tools|Options|transition tab and the edit|replace to
get rid of the " [all]"
So there is more than one way to avoid excel's helpfulness.
> i find it odd there isnt a way to turn this off.... i dont always want a
> date when i type in 8/16!
[quoted text clipped - 39 lines]
> >
> > Dave Peterson

Signature
Dave Peterson