Hello,
I am using the following forumula to count the number of "X" in J when "T3A3" is in F on the same line and it works fine
=SUMPRODUCT((AM!F13:F240="T3A3")*(AM!J13:J240="X"))
Now i only need to count the X if a code in a list of codes held in sheet codelist cells A1 to A10 is entered in row H
how do i do this
Many thanks
Last edited by stoney1977; 01-17-2010 at 06:01 AM.
Hi,
You can insert the Match() function in your Sumproduct() formula ...
HTH
How would I do that can you give me an example please
Last edited by DonkeyOte; 01-17-2010 at 05:55 AM. Reason: Unnec. quote removed
Elaborating on JR's post:Originally Posted by stoney1977
=SUMPRODUCT(ISNUMBER(MATCH(AM!$H$13:$H$240,codelist!$A$1:$A$10,0))*(AM!$J$13:$J$240="X"))
My Recommended Reading:
Volatility
Sumproduct & Arrays
Pivot Intro
Email from XL - VBA & Outlook VBA
Function Dictionary & Function Translations
Dynamic Named Ranges
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks