If as implied by your profile you're using XL2007 then use COUNTIFS
For backwards compatibility purposes:![]()
=COUNTIFS(A:A,1,F:F,1)
note entire column references should not (can not pre XL2007) be used![]()
=SUMPRODUCT((A1:A1000=1)*(F1:F1000=1))
If as implied by your profile you're using XL2007 then use COUNTIFS
For backwards compatibility purposes:![]()
=COUNTIFS(A:A,1,F:F,1)
note entire column references should not (can not pre XL2007) be used![]()
=SUMPRODUCT((A1:A1000=1)*(F1:F1000=1))
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