Connect with peers, share your expertise, and inspire what’s next in Smartsheet — from proven practices to practical how-to insights from fellow users and product experts.
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! 👍️
Hi all, reaching out to see if of you have ideas; I'm hoping this makes sense: I'm having some trouble getting my formulas to pull data in correctly. I currently have a sheet (primary data) where I have data in rows where each row is a single project, with columns identifying persons, $ values, unique project identifier,…
Hello, I have a workflow where, when a team member checks a checkbox, Smartsheet automatically sends an email to themselves containing merge fields that are used as a customer email draft. The challenge is that this activity typically happens on a deadline day, and a team member may need to generate 30 or more of these…
I have a sheet with 5000 rows and 30 columns. with 4 columns of them are formular columns. How can i reach this limit for 25000000 formular cells reference? How can i enlarge this limit? I need those formular to link some data from another sheet as there is also Max cells limit for one sheet. How can I join those data…