Thread
:
Converting a text word or text string to a number
View Single Post
#
2
Posted to microsoft.public.excel.misc
Gary''s Student
external usenet poster
Posts: 11,058
Converting a text word or text string to a number
With a word in A1:
=LOOKUP(A1,{"none","one","two","three";0,1,2,3})
--
Gary''s Student - gsnu200823
"Tom" wrote:
How can I convert a text word (i.e. None) to a number (i.e 0)?
Reply With Quote
Gary''s Student
View Public Profile
Find all posts by Gary''s Student