View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Doug[_15_] Doug[_15_] is offline
external usenet poster
 
Posts: 1
Default Determining A Cell If it contain A string value

=ISNUMBER(xx) will return true if location xx has a numeric value and
false other wise.

Doug