I am trying to add the value in the Time Spent(hours) column if the Project Commitment - Quarter is equal to Q3 2023 and if the Primary POC - Owns Updates is equal to a resource name. Here is the formula that I have that keep son returning as unparseable.
=SUMIFS([Time Spent(hours)], [Project Commitment - Quarter], "Q3 2023", [Primary POC - Owns Update], "George")