StuLux
Well-known Member
- Joined
- Sep 14, 2005
- Messages
- 682
- Office Version
- 365
- Platform
- Windows
This CSE formula is not giving the expected results and I am tearing my hair out as to why? No matter what values I put in column F to match too Excel is only returning one value not the total e.g. if I have two entries with reference 2010-20 in column F with two values in column AZ (say 13 and 48) the forumal is only returning 48 not the expected 61. Any ideas? I've checked the formatting of the cells, made sure the references are definitely the same etc.
Doh! Doh! Doh! - how stupid am I - just spotted that the arrays aren't the same dimensions!!!!!!!! Sorry for wasting anybody's time if you've looked at this!
Code:
{=SUM(IF(Directory!$F$1:$F$500=$B2,Directory!$AZ$2:$AZ$500,0))}
Doh! Doh! Doh! - how stupid am I - just spotted that the arrays aren't the same dimensions!!!!!!!! Sorry for wasting anybody's time if you've looked at this!
Last edited: