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
- Smartsheet Customer Resources
- 62.3K Get Help
- 364 Global Discussions
- 199 Industry Talk
- 428 Announcements
- 4.4K Ideas & Feature Requests
- 136 Brandfolder
- 127 Just for fun
- 128 Community Job Board
- 444 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 283 Events
- 35 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!