Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have a list including names, and codes that i want to count in a table.
There are mulitple names and codes to count. I am using SUMPRODUCT but keep coming out with either #VALUE or #NA. I have looked at other postings but cannot see where i am going wrong. Name Code John A Andy B Steve C my string at the moment is: - =SUMPRODUCT(--('Payments Recevied - Details'!$B$2:$B$65536="John"),--('Payments Recevied - Details'!$G$39:$G$65536="A")) |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
In your SUMPRODUCT formula, both arrays mus have the same number of lines
HTH -- AP "PaulW" a écrit dans le message de ... I have a list including names, and codes that i want to count in a table. There are mulitple names and codes to count. I am using SUMPRODUCT but keep coming out with either #VALUE or #NA. I have looked at other postings but cannot see where i am going wrong. Name Code John A Andy B Steve C my string at the moment is: - =SUMPRODUCT(--('Payments Recevied - Details'!$B$2:$B$65536="John"),--('Payments Recevied - Details'!$G$39:$G$65536="A")) |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi
Your ranges in SUMPRODUCT must be the same size. You are using B2:B65536 and G39:G65536 - which are not! Andy. "PaulW" wrote in message ... I have a list including names, and codes that i want to count in a table. There are mulitple names and codes to count. I am using SUMPRODUCT but keep coming out with either #VALUE or #NA. I have looked at other postings but cannot see where i am going wrong. Name Code John A Andy B Steve C my string at the moment is: - =SUMPRODUCT(--('Payments Recevied - Details'!$B$2:$B$65536="John"),--('Payments Recevied - Details'!$G$39:$G$65536="A")) |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Paul,
The ranges must be the same size. They do not have to start and end at the same row/column, but the number of rows/columns being evaluated must be similar. -- HTH Bob Phillips (remove nothere from email address if mailing direct) "PaulW" wrote in message ... I have a list including names, and codes that i want to count in a table. There are mulitple names and codes to count. I am using SUMPRODUCT but keep coming out with either #VALUE or #NA. I have looked at other postings but cannot see where i am going wrong. Name Code John A Andy B Steve C my string at the moment is: - =SUMPRODUCT(--('Payments Recevied - Details'!$B$2:$B$65536="John"),--('Payments Recevied - Details'!$G$39:$G$65536="A")) |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Need help with sumproduct & dynamic ranges | Excel Worksheet Functions | |||
Need help with sumproduct and dynamic ranges | Excel Worksheet Functions | |||
Can I reference =, <, or > sign in SUMPRODUCT | Excel Discussion (Misc queries) | |||
Sumproduct function not working | Excel Worksheet Functions | |||
adding two sumproduct formulas together | Excel Worksheet Functions |