Try:
=SUMPRODUCT((ISNUMBER(MATCH('external sheet'!$A$1:$A$4613,$A$3:$A$8,0))*('external sheet'!$D$1:$D$4613)))
Try:
=SUMPRODUCT((ISNUMBER(MATCH('external sheet'!$A$1:$A$4613,$A$3:$A$8,0))*('external sheet'!$D$1:$D$4613)))
Where there is a will there are many ways.
If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner
Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.
OOOOOOOOKKKK!! Now we're talking.
Took me an hour to figure out the logic behind this but i do understand it now. Correct me if i'm wrong on this -
MATCH - this matches the complete list of accounts to those that i specify, and returns a number. If no match, then returns an N/A
ISNUMBER - where a number is returned, it will generate TRUE = 1
So this gives the column of accuont numbers a list of 0's and 1's. 1's correspond the account numbers i specify.
This is then multiplied out against the column with the values.
?
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks