Hello,
Im trying to sum the profits from each month using the "Date Created" column. So far I have =SUMIFS({Accounts Recievable profit}, IFERROR(MONTH(@cell), 0), =1)
This worked to count the number of jobs with :
=COUNTIFS({AR Created}, IFERROR(MONTH(@cell), 0) = 1, {AR profit center}, {cap x})
Thank you.