I am trying to tally a column by month
=SUMIF([End Date]:[End Date], MONTH(@cell) = 4, Pricing:Pricing)
Trying to tally my pricing column if the 'end date' column is within the month of April.
I am getting "INVALID DATA TYPE"
@Paul Newcome - I have found your answers to other helpful in the past
Answers
-
I figured it out for anyone who might need it in the future
=SUMIFS(Pricing:Pricing, [End Date]:[End Date], AND(IFERROR(MONTH(@cell), 0) = 4, IFERROR(YEAR(@cell), 0) = 2022))
-
Thanks for posting your solution! 🙂
Help Article Resources
Categories
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!