So I am trying to add numbers between 2 dates. I have named different ranges as in:
Total sales = ToSa2011
tax = Tax 2011n
Date range = DATEN2011
So when I add this formula:
=SUMIFS(ToSa2011,DATEN2011,">="&$D$3,DATEN2011,"<="&$F$3)
it works, but when I do this formula:
=SUMIFS(Tax2011n,DATEN2011,">="&$D$3,DATEN2011,"<="&$F$3)
It doesn't. The only thing I am changing is the criteria range, any ideas why I get a #value! error?
Total sales = ToSa2011
tax = Tax 2011n
Date range = DATEN2011
So when I add this formula:
=SUMIFS(ToSa2011,DATEN2011,">="&$D$3,DATEN2011,"<="&$F$3)
it works, but when I do this formula:
=SUMIFS(Tax2011n,DATEN2011,">="&$D$3,DATEN2011,"<="&$F$3)
It doesn't. The only thing I am changing is the criteria range, any ideas why I get a #value! error?