I am trying to use intake sheets to manage my regional level of data, where they will pull the basic
information from the "network" intake sheet. that all works well, but I now am trying to get is the average of completion % for each project brought into the region(the the average of my 5 regions).
I thought a AVG(Collect would get the job done, but i am very new with smartsheet. These intake sheets are all identical in structure.
The formula:
=AVG(COLLECT({Northeast % Complete} {Central % Complete} {Southeast % Complete} {Southwest % Complete} {West % Complete}, {Central Project ID}{Northeast Project ID}{Southeast Project ID}{Southwest Project ID}{West Project ID}, [Project ID]@row))
This is what each page would look like:
I just get back #UNPARSEABLE
Any idea what I am doing wrong here? is this the wrong way to go about this maybe