Sign in to join the conversation:
i am use "=AVGW([% R]3:[% R]5);[X]3:[X]5)/count(CHILDREN() " to multi column to column then divide to have a average number.
But smartsheet say "#UNPARSEABLE"
Pls help me
Thanks u guys
Hello,
#UNPARSEABLE typically means that you're using parenthesis in the wrong spot. Try this:
=AVGW([% R]3:[% R]5, [X]3:[X]5)/COUNT(CHILDREN())
If that doesn't work try:
=AVGW([% R]3:[% R]5; [X]3:[X]5)/COUNT(CHILDREN())
If neither work, then your column names may be the issue, or you may be referencing a row that doesn't have any children. Make sure rows are indented under the one that has the formula in it when you use the CHILDREN function.
Where do I go to make sure my Workspaces are being backed up? It seems that currently only one of our Workspaces is being backed up.
Hi, We’re encountering errors when attempting to open an update request via email. Please see details below. Could you advise on the cause and next steps? Thanks
Right now it seems as if only the person who created the Collection can share it with others - is that correct? We have a firm process tracking system in Smartsheet where some items in workspace are accessible to all and others only to certain departments. Each department has their own collection that includes a…