1 min readfrom Microsoft Excel | Help & Support with your Formula, Macro, and VBA problems | A Reddit Community

StDev formulas all giving #DIV/0! despite no "0" or error cells

Our take

Are you frustrated by the persistent #DIV/0! error in your STDEV.P formula, despite having no visible zeros in your data? Many users encounter this issue when trying to calculate standard deviation from dynamically generated values. In your case, the formula in column H is likely returning empty strings instead of numeric values, which can lead to the error. Let's explore how to troubleshoot this problem effectively, ensuring you can confidently derive the insights you need from your data.

In column H I have an average speed calculated using columns E and F, whilst excluding outlier values. I am using the formula below:

=IF(AND(160>F3/(E3/60),F3/(E3/60)>0),F3/(E3/60),"")

On another sheet in cell "C5" I am trying to find the SD of column H using the formula:

=STDEV.P('EV Data'!H3:H100000)

The #Div/0! error keeps coming up despite there being no zeros due to the formula in column H. I have also checked using the filter function and there are no ERROR, DIV/0!, or N/A cells in column H. Any help would be greatly appreciated. TIA

submitted by /u/Turbine_2022
[link] [comments]

Read on the original site

Open the publisher's page for the full experience

View original article

Related Articles