3-D formulas... can it work for text too?

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

Guest

Can the 3-D formula be used for finding text?
I'm trying to incorporate it into the =countif function, but I just get
errors.

Or is there another way to count the # of cells (1 per page) that have a
specific text in them? The cells are in the same position on all pages to be
looked at.
 
Here's an example:

=SUMPRODUCT(COUNTIF(INDIRECT("'"&{"Sheet1","Sheet2","Sheet3"}&"'!A1"),"apple"))

Here I want a total count of the word "apple" appearing in A1 of Sheet1,
Sheet2, and Sheet3.

HTH
Jason
Atlanta, GA
 
Jason Morin said:
Here's an example:

=SUMPRODUCT(COUNTIF(INDIRECT("'"&{"Sheet1","Sheet2","Sheet3"}&"'!A1"),"apple"))

Here I want a total count of the word "apple" appearing in A1 of Sheet1,
Sheet2, and Sheet3.

HTH
Jason
Atlanta, GA

Thanks, but I had already figured out another method of doing it. Since all
cells looked at will have the same text - it's just a matter if they have the
cell marked or not, I get the proper answer with the following:

=counta(Sheet1:Sheet3!A1)

The problem I was having was inserting a , (comma) into the formula after
the ! sign.

Why it doesn't tell me that when the error message pops up, I don't know.

That's what I get for working at 6:00 am LOL
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Excel Need Countifs Formula Help 0
Excel Count If Formula Question 1
max limit to characters in COUNTIF function? 2
Counting D,E,N 5
Excel VBA 1
COUNTIF on result of formula 4
count if multiple sheets in workbook 2
Formula help 1

Back
Top