Hello, everyone, and thank you in advance!
I am trying to subtract to dates as criteria for an AVERAGEIFS statement so it only averages the data for the last month. I have tried many things, and I think this would be the simplest possible answer, but I don’t get it to work, probably because my syntax is wrong. I am trying:
=averageifs(B7:B999;>today()-30)
So, my criteria should be that the result is larger than “>” the value of the current date “today()” minus 30 days. I get error:510
Maybe someone here knows an alternative check or the right syntax. Got any ideas?
Thanks again =))