Trying to get multiple conditions and sum up total billable.
Where Manager = John Smith in one column and Invoice Date = January in another column
Getting the #UNPARSEABLE error
=SUMIFS(AND(Manager:Manager, "John Smith", Invoice Date:Invoice Date, MONTH(@cell) = 1), [Billable Total]:[Billable Total])