I have a spreadsheet with dates in Col A and numbers in Col B. I want to sum all the numbers that are more recent than one year ago from today.
I get the general structure of the SumIf, and I can get it to work if I enter a specific date, for example: SumIf(A:A, ">03Aug2008", B:B).
But if it...