What does the "@" symbol mean in Excel formula (outside a table) - Stack Overflow
How to find the mean of data with multiple variables?
How do I calculate how many standard deviations from the mean in Excel?
CMV: In Excel, the formula for arithmetic mean should be "mean()" instead of "average()"
Videos
SOLVED: I ended up just reformatting my entire dataset with pivot tables and going from there!
I need to find the mean # of calls that are both INCOMING/OUTGOING calls on WEEKDAYS/WEEKENDS (see the codebook below) and I can't figure out how to fiddle w/ =AVERAGEIF formulas atm TTv
I've included a screenshot of my excel data, the codebook, and the questions.
(MeanOutWD stands for Mean Outcoming Calls on Weekdays and so forth)
My Excel Data the questions asked the codebookThe title pretty much says it all. I'm trying to figure out how many standard deviations a value is from the mean using Excel, but I can't seem to figure it out. I tried using the STDEV formula, but that just gave me the Standard Deviation of the whole data set.
We all know there are multiple kinds of average: there's median, mode, geomean, arithmetic mean, etc. It would be less ambiguous to have the formula for arithmetic mean to be mean() instead of average(). It is also shorter to type, so would save time. I know a lot of other programming languages do it this way, so it would be less confusing overall.
Please note that I'm not advocating for removing the average() formula entirely. I'm arguing that this is how it should have been from the beginning. For the sake of backwards compatibility, we keep average() and have it do the same things as mean(). I think it's just insane that mean() isn't even a default formula in excel. It should be.
Also, before anyone says anything, I know that I can add my own formulas with defined names and lambda functions and stuff. I know. I'm just saying that mean() should be a default formula.