=SUMIF({CFL Batch Summaries 2021-Present Flower g}, {CFL Batch Summaries 2021-Present Harvest Date}, YEAR(@cell) = 2021)
I am trying to use this formula to sum the total grams if the harvest date was in the year 2021 but am getting "Invalid Operation".
=SUMIFS({CFL Batch Summaries 2021-Present Flower g}, {CFL Batch Summaries 2021-Present Harvest Date}, YEAR(@cell) = 2021, {CFL Batch Summaries 2021-Present Grade}, =1)
I am also trying the above formula to try and sum for the year and grade but am getting "Invalid Data Type".