Hi,
I'm trying to get sumifs to work, even on very simple example it's doesn't seem to want to play!
Simple file,
Cell A1 =A, A2 =B
Cell B1 =1, B2 =2
The following should give 3, but it's giving zero. If I run one criteria at a time it works.
=SUMIFS(B1:B2,A1:A2,A1,A1:A2,A2)
It's...