SUMIF a date is equal to or less than today
I have made this work in other formulas by entering dates manually eg "<=x/xx/xxxx". How do I achieve the above? Thank you for your responses.
You can make a difference in the Apple Support Community!
When you sign up with your Apple Account, you can provide valuable feedback to other community members by upvoting helpful replies and User Tips.
When you sign up with your Apple Account, you can provide valuable feedback to other community members by upvoting helpful replies and User Tips.
I have made this work in other formulas by entering dates manually eg "<=x/xx/xxxx". How do I achieve the above? Thank you for your responses.
You only have the one condition so you could use SUMIF instead of SUMIFS, but either will work.
The condition should be "<="&TODAY()
It probably does not matter in your spreadsheet but note that "TODAY" = today at 12:00AM. 7/16/23 is <=TODAY because it is given the default time of 12:00AM but 7/16/23 12:00:01 AM is not.
You only have the one condition so you could use SUMIF instead of SUMIFS, but either will work.
The condition should be "<="&TODAY()
It probably does not matter in your spreadsheet but note that "TODAY" = today at 12:00AM. 7/16/23 is <=TODAY because it is given the default time of 12:00AM but 7/16/23 12:00:01 AM is not.
Thank you! All I needed was a dang ampersand. And, copy on the 12am comment.
SUMIF a date is equal to or less than today