Hello,
I'm struggling to get a SUMPRODUCT formula to work.
Here is the issue:
In the worksheet with the formula A3 = 59438. So, I'm looking for a 59438 in a separate worksheet, holding Table 4, under the "Premises - ID" Header.
There is a 59438 in Table 4, under "Premises - ID". There are 5 of them actually. When I highlight
BUT when I highlight
I'm not sure what is going on here? Shouldn't the matching 59438 return as TRUE?
This problem doesn't seem to be occurring in the second array, where
Thanks in advance!
I'm struggling to get a SUMPRODUCT formula to work.
=IF(SUMPRODUCT((Table4[Premises - ID]=$A3)*1,(Table4[Notice Type]="PIN")*1)=1,"Y","N")
Here is the issue:
In the worksheet with the formula A3 = 59438. So, I'm looking for a 59438 in a separate worksheet, holding Table 4, under the "Premises - ID" Header.
There is a 59438 in Table 4, under "Premises - ID". There are 5 of them actually. When I highlight
in the formula and hit F9, I get the following string:Table4[Premises - ID]
(excerpted to save room). As you can see, 59438 is the third number to appear in the string.{"57052";"58828";"59438";"59234";"152614";"26724";"55659";"55354";"28320";"152622";"54905";"55081";"26567";"28043";"55211";"59168";"58882";"20498";...
BUT when I highlight
in the string and hit F9, I get a long row of:Table4[Premises - ID]=$A3
{FALSE;FALSE;FALSE;FALSE;FALSE;FALSE;FALSE;FALSE;FALSE;FALSE;FALSE;FALSE;FALSE;FALSE;FALSE;FALSE;FALSE;FALSE;FALSE;FALSE;FALSE;FALSE;FALSE;FALSE;FALSE;FALSE;...
I'm not sure what is going on here? Shouldn't the matching 59438 return as TRUE?
This problem doesn't seem to be occurring in the second array, where
returns an appropriate blend of TRUE;FALSETable4[Notice Type]="PIN"
Thanks in advance!