Thanks
http://xldynamic.com/source/xld.xlFAQ0004.html
--
Kind regards,
Niek Otten
Microsoft MVP - Excel
"Chad" <Ch...@discussions.microsoft.com> wrote in message news:9DB17C62-055E-4917...@microsoft.com...
http://preview.tinyurl.com/2az4hr
http://groups.google.co.uk/group/microsoft.public.excel.programming/b...)
or use an add-in
download and install Morefunc
--
Regards,
Peo Sjoblom
"Chad" <Ch...@discussions.microsoft.com> wrote in message
news:9DB17C62-055E-4917...@microsoft.com...
=IF(AND(A1>=0,A1<=12),CHOOSE(A1,"One","Two","Three","Four","Five","Six","Seven","Eight","Nine","Ten","Eleven","Twelve"),"")
Checks that your number in A1 is valid, then returns the word - put it
in B1.
Hope this helps.
Pete