Sign in to join the conversation:
Hallo,
unfortunately the result shows "#unparseable". Where is my fault? ;-(
=AVERAGEIF([VS/Zimmer]1:[VS/Zimmer]199; >1; <=50000)
Hi Jörg,
Try this.
=AVERAGEIF([VS/Zimmer]1:[VS/Zimmer]199; >1)
Did it work?
I hope that helps!
Have a fantastic weekend!
Best,
Andrée Starå
Workflow Consultant / CEO @ WORK BOLD
✅Did my post help answer your question or solve your problem? Please help the Community by marking it as the accepted answer/helpful. It will make it easier for others to find a solution or help to answer!
To include the less than criteria, it would look something like this...
=AVERAGEIF([VS/Zimmer]1:[VS/Zimmer]199; AND(@cell > 1; @cell <= 50000))
@Paul Newcome I missed that part. Nice catch! Thanks!
@Andrée Starå No worries!
Dear Paul, dear Andrée,
sorry guys, but unfortunately both formula don´t work.
I tried =AVERAGEIF([VS/Zimmer]1:[VS/Zimmer]195; >1; >1 <= 30000) but this is "INVALID" as well ;-((
Another idea ?
What error do you receive from this?
@Jörg Schmidt Novum Hospitality
Strange! I'm with Paul, what error do you get with the formulas?
#Invalid operation
@Jörg Schmidt Novum Hospitality Can you paste the two formulas you've tried?
Info about the error:
sorry guys,
the fault was as always sitting in front of the computer - me ;-(
I found my fault - a failure in one formula in one row leads to the #invalid operation.
It´s solved now. Your solution was perfect. Thank you ;-))😁
Excellent!
Glad you got it working!
✅Remember! Did mine or someone else post help answer your question or solve your problem? Please help the Community by marking it as the accepted answer/helpful. It will make it easier for others to find a solution or help to answer!
Happy to help! 👍️
Is there a trick to creating a column of unique values for each row that will not change after it is created? I cannot use Auto-ID because the row then gets copied to another sheet that utilizes Auto-ID and Smartsheet limits that. I'm stuck and ChatGPT keeps making recommendations that don't work.
I have a sheet that has all of our orders on it. I have other sheets "Gantt" for each machine. I want each machine sheet to auto populate every order that is assigned to it, when an order gets assigned to the machine. I don't want to set an automation to copy the row from the orders sheet to the machine sheet because I…
Hi Community Facing a problem many others have posted about, but haven't seen a solution yet and wondered if it had been solved. I want to be able to add a row on a resource sheet for each project resource once a project has been set to 'X' on a Projects sheet. I have tried through automations but the daisy-chain limit…