Find text in a range of cells

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How do I use the ISTEXT formula for a range of cells? It seems to only work fo a single cell.
 
Jyoti,

You could count the instances, like

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

--

HTH

Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)

Jyoti said:
How do I use the ISTEXT formula for a range of cells? It seems to only
work fo a single cell.
 
You could use a Data Validation... Select the cells. Data > Validation

Custom Formula then =ISTEXT()

DA
 
Back
Top