Sign in to join the conversation:
I am looking for a formula that does not count the duplicates so that it can count unchecked boxes. Does anyone know of one?
Hi,
Try this.
=COUNTIF(Checkboxes:Checkboxes; 0)
The same version but with the below changes for your and others convenience.
=COUNTIF(Checkboxes:Checkboxes, 0)
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
Hi Andrée, I'm working with the user above and what we were hoping to find was a formula to check a box if the user assigned was duplicated. For example, the second instance of my name should check the box, etc.
Hi Alison,This might give you a start:
Used for counting UNIQUE/DISTINCT values only by putting a 1 on first instance of a row value. Great for finding duplicates too. Example: If [Project Name] has 20 random rows of PlanA and 15 random rows of PlanB, you can put this formula in a helper column and when totaled, you'll get a value of 2. Important to keep the $ sign on the first row for when you auto fill down.
Ex: a form is used to collect surveys from people and some people are submitting more than once, if you want to count the unique people and not all the multiple surveys they submitted, use this formula.
IF(COUNTIF([Project Name]$1:[Project Name]@row, [Project Name]@row) <> 1, 0, 1)
Hope it helps!
Kara
Hi Alison,
Ok. I see that Kara answered. Did you get it working?
Andrée
Hello, I am trying to create a chart widget in my dashboard, but I keep getting "Selected data cannot be charted. Please select a new range." error. The report I am using is already summarized in numeric value. What is funny is I have report that I created a chart widget in another dashboard, and when I use that same…
I have a picture below for an example of this. I want to create a formula to get counts of items in "Column2", but if "Column4" states "change" I want the "Column2" count to not work and instead count what is it "Column3" in that given row. Column4 can also have several different things in it besides "good" that I want it…
I've done this a million times - create a report, separated by campus with a total $$. Then add it to a dashboard and make a graph. NOTHING is working right now when I try to do this. I get an error that the data cannot be charted. What the what? Help anyone? Is this a issue since they apparently changed something in the…