AVG (days until client) and if
Dear Smartsheet Community,
I wonder how I can fix this issue:
I want to show in my dashboard the average number of days until a lead becomes a customer. So far, so easy. But I only need the cases above zero days
Would it be =AVG(Collect[interested since]; >zero
P.S. I cannot put the 2 brackets behind the above formula.
Best Answer
-
Hi @Paul Newcome ,
just solved problem this way: Thanks for your help :-)
=AVERAGEIF(({Tage Leads}); >0)
Answers
-
It would be more like this:
=AVG(COLLECT([interested since]:[interested since]; [interested since]:[interested since]; @cell > 0))
-
Hi @Paul Newcome , could you please check once again. Thanks
I got "incorrect argument as default - {Tage Leads} is a cross sheet reference
=AVG(COLLECT({Tage Leads}); >0)
-
Hi @Paul Newcome ,
just solved problem this way: Thanks for your help :-)
=AVERAGEIF(({Tage Leads}); >0)
-
@Jörg Schmidt1 The problem with your AVG/COLLECT is that you are missing a range. The first range is the range you want to collect. There should be a second range which is used as the criteria range. If this is the same as the range you want to collect, you still need to double up on it as in my previous example.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.1K Get Help
- 444 Global Discussions
- 141 Industry Talk
- 472 Announcements
- 5K Ideas & Feature Requests
- 83 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 489 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!