Ifcount + and

  • Thread starter Thread starter Charles Woll
  • Start date Start date
C

Charles Woll

I need the number of items in a table that meet 2 conditions Parcing a
string for content and with a certain zip code.
I can't seem to get the syntax correct for the countif and the "and"
portion.

--
\\\|///
\\ ~ ~ //
( @ @ )
--oOOo-(_)-oOOo---
Charlie Woll
 
=SUMPRODUCT(--(A2:A200="string"),--(B2:B200="zip code"))

--

HTH

Bob Phillips

(remove nothere from the email address if mailing direct)
 
Great page.. I will study it.
Another question, in the formula
=SUMPRODUCT(--('Transactions through December
1'!A2538:A17875="115090171"),--('Transactions through December
1'!S2538:S17875="38558"))



I tried to replace the ranges with a named range but excel won't take the
name range. i.e. S2538:S17875 become ZIP.
!ZIP="38558"))
What am I doing wrong?
 
Take the page of, the name includes it

=SUMPRODUCT(--('Transactions through December
1'!A2538:A17875="115090171"),--(ZIP="38558"))

--

HTH

Bob Phillips

(remove nothere from the email address if mailing direct)
 

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

combining countif and mid or right functions 5
countif 5
portable outlook 3
IE 6 - SP2 - pop ups 5
Getting a named range from a cell value 2
address of new email 2
Import of a *.pst file 3
Using another PAB file 1

Back
Top