Sign in to join the conversation:
Attached is a sample screen shot of 6 names. On the seventh cell, what formula do I input so it reads "6"? I need a way to sum up all of the names in a column.
You can use something like this:
=COUNTIF(Range:Range, NOT(ISBLANK(@cell)))
or just =
count(Name1:Name6)
would work.
I would have to agree with L@123's solution for this one. If you are referencing the entire column, you will get a #CIRCULAR REFERENCE error since the formula is within the range.
This discussion was created from comments split from: Automation Suddenly Sending Duplicate Update Requests (No Workflow Changes Made).
If I need the value from a Summary Sheet, to link it to the Intake sheet, is this how it should look like at the control center?
I have a report that is referencing a control center program. Other users that are setup as leads on the program and have the same admin permissions I do are able to edit the Group, Filter, Summarize and Sort settings of this report, but I can not. When I click the Columns button it just says "Loading" and even if I leave…