Can someone help me out with a total column formula for the sum of a column that will always only be the last three months?
Hey Zachary!
Try using this formula:
SumIf([Column], DateDiff(“month”, [Date], Now()) <= 3)
Can someone help me out with a total column formula for the sum of a column that will always only be the last three months?
Hey Zachary!
Try using this formula:
SumIf([Column], DateDiff(“month”, [Date], Now()) <= 3)