Good afternoon.
I am trying to count some data in a Date Closed column.
- I want to count the number of cells showing a date less than 4/30/21. There are some blank cells that I am not sure how to account for.
=COUNTIF({Circle K Summary Date Closed}, @cell <= DATE(2021, 4, 30))
- I am also going to want to sum the amounts in a Final Sale Price column as related to these dates. For instance, sum all sales prices in the smartsheet column for closing less than 4/30/21.
Appreciate the help. I keep playing with it. Might come to me in the middle of the night and I am reading a ton of posts, but just can't get it right.
Thanks.