Sign in to join the conversation:
I'd like to count if the priority = high and the status = final version
In other words, what is the total number of rows that equal both high priority and final version?
Hi,
Try something like this.
=COUNTIFS(Priority:Priority; "high"; Status:Status; "final version")
The same version but with the below changes for your and others convenience.
=COUNTIFS(Priority:Priority, "high", Status:Status, "final version")
Depending on your country you’ll need to exchange the comma to a period and the semi-colon to a comma.
Did it work?
I hope that helps!
Have a fantastic week!
Best,
Andrée Starå
Workflow Consultant / CEO @ WORK BOLD
Hi! I'm trying to figure out how to use the NETDAYS formula to show how long someone has been a member of a certain team. I can't get it to measure to today using the formula that the website suggests. I want it to be running so that whenever I log on I can see the time elapsed to the day I'm looking at the sheet. Can…
Im doing cumulative formula and the cells will not format properly. Tried moving the info to a new sheet but still wont format. Help! IF([Column 26]72 = 0, "", VALUE([Column 26]72) + VALUE([9]@row ))
Need some help with a formula that doesn't seem to be working. For context, here is a description of the sheet setup and formulas I'm using (+ I've attached an image with screenshots of all the pieces as a visual aid). The sheet I'm working on is our RAID log template that we have built into our control center solution. We…