CountIFS- Name + Status

I am trying to enter a formula that will count when the name Kara is listed and the status is listed. I keep either getting an error or it will double count. Please help. The end goal is to find ouΒ how many each person has in each status listed.
Example:
=COUNTIFS([CSMNAME]:[CSM NAME], "Kara", Status:Status, "Locked")
Comments
-
Hi Ciera,
Try this. (Your columns were wrong it seems)
=COUNTIFS(CSMNAME:CSMNAME; "Kara"; Status:Status; "Locked")Β Β Β
The same version but with the below changes for your and others convenience.Β Β
=COUNTIFS(CSMNAME:CSMNAME, "Kara", Status:Status, "Locked")
Depending on your country youβll need to exchange the comma to a period and the semi-colon to a comma.
Did it work?
Have a fantastic week!
Best,
AndrΓ©e StarΓ₯
Workflow Consultant @ Get Done Consulting
SMARTSHEET EXPERT CONSULTANT & PARTNER
AndrΓ©e StarΓ₯ | Workflow Consultant / CEO @ WORK BOLD
W: www.workbold.com | E: andree@workbold.com | P: +46 (0) - 72 - 510 99 35
Feel free to contact me for help with Smartsheet, integrations, general workflow advice, or anything else.
-
It still comes back #unparseableΒ
Β
Β
-
also, i tried with comma also and got the same errorΒ
Β
-
Try this.
=COUNTIFS(CSM:CSM; "Kara"; Carrier:Carrier; "Comcast")Β Β Β
The same version but with the below changes for your and others convenience.Β Β
=COUNTIFS(CSM:CSM, "Kara", Carrier:Carrier, "Comcast")
Did it work?
Best,
AndrΓ©e
SMARTSHEET EXPERT CONSULTANT & PARTNER
AndrΓ©e StarΓ₯ | Workflow Consultant / CEO @ WORK BOLD
W: www.workbold.com | E: andree@workbold.com | P: +46 (0) - 72 - 510 99 35
Feel free to contact me for help with Smartsheet, integrations, general workflow advice, or anything else.
Help Article Resources
Categories
Check out the Formula Handbook template!