Connect with peers, share your expertise, and inspire what’s next in Smartsheet — from proven practices to practical how-to insights from fellow users and product experts.
Sign in to join the conversation:
The posts in this section are historical and no longer monitored for accuracy. If this discussion interests you and you'd like to join in, please visit the active Community to post and engage.
I'm trying to use the SUMIF function to calculate the total in Column A when the date in Column B is less than or equal to 10/2/17, but haven't been able to make it work. Please advise.
I have a standard "sum if in date range formula" I have saved you can probably modify.
=SUMIF([Due Date]1:[Due Date]6, AND(ISBLANK(@cell) = false, AND(@cell >= DATE(2017, 4, 1), @cell < DATE(2017, 5, 1))), Cost1:Cost6)
"Cost" column is your Column A, "Due Date" is your Column B. You can get rid of the date >= part if you don't need it.