Thread: ISTEXT
View Single Post
  #2   Report Post  
Jason Morin
 
Posts: n/a
Default

One. However you could evaluate multiple cells in a range with one formula.
For example:

=SUMPRODUCT(--ISTEXT(A1:A10))

will evaluate each cell in A1:A10. The formula results in a total count of
cells in A1:A10 that contain text strings.

HTH
Jason
Atlanta, GA






"Micayla Bergen" wrote:

how many arguements can i have in an ISTEXT formula