Trending in Formulas and Functions
-
AVG COLLECT GREATER THAN VALUE
I have a formula to calculate the average amount within a sheet. I want to change the formula to only collect and average any amounts that are >£10,000. =AVG(COLLECT({Archive Sales Amount}, {Archive Sales Stage}, "4 - Closed Won", {Archive Sales Level 1}, "1")) Thinking I may need IF and @cell but it keeps giving me…
-
Unable to make the following formula a column forumula
The error message is that the syntax is not right. =IFERROR(NETWORKDAY([Date of Visit]1, Created1) - 1, "Need Data") I've always gotten such great support here. I appreciate any help. Best, Craig
-
COUNTIFS with OR
Hi everyone. I have a formula for which i have multiple criterion. The issue I am having is for one of the columns, I want it to be counted if it contains "x" or "y" or "z". I cant figure out how to phrase it appropriately and make it work. Here is my stab at it (but it doesn't work). =COUNTIFS({New Disposition Tracker(All…