I have two summary lines that have formulas in them and the results in both are numbers. I want to find the percentage (first number divided by second number).
The first number shows how many "tasks" are complete while the second number shows how many "total tasks" exist.
I've not had any luck with any formula combinations so I'm reaching out to the community for assistance.
Summary Line 1 is for Content QA Complete: =COUNTIF([Content QA Complete]:[Content QA Complete], 1) + ""
Summary Line 2 is for Total Number of Content Items in Course: =COUNTIF([Total Number of H5Ps]:[Total Number of H5Ps], 1) + ""
My percentage line is giving me INVALID OPERATION and reads: =([Content QA Complete]# / [Total Number of H5Ps in All Courses]#). I've tried other formulas resulting in UNPARSABLE and other errors.