Thread
:
Determine decimal
View Single Post
#
1
Posted to microsoft.public.excel.worksheet.functions
Ithaca
external usenet poster
Posts: 4
Asking too much of Excel?
That seems to have worked perfectly! Thanks!
"Glenn" wrote:
Keep it as text and modify as follows:
=IF(ISERROR(FIND(".",A1)),0,LEN(A1)-FIND(".",A1))
Reply With Quote
Ithaca
View Public Profile
Find all posts by Ithaca