Dividing two formulas in excel

davidjsmailbox

New Member
Joined
Apr 27, 2017
Messages
2
Hello everyone,

I was wondering if you have a quick moment to help me with a formula in excel. We are trying to add a variance filter to our raw data and it would be really helpful to condense this into one formula.

We calculate our variance filter:
Triplicates with a variability >10 should be excluded

Ex.
well 1
10
well 2
10
well 3
50
Median
10
Median + 1
11
Vaiance
533.3333
Variance/Median + 1
48.48485

<tbody>
</tbody>

So in this case we would exclude well 3.

Formula?

VAR.S(C2:C4) & "/" (median(C2:C4)+1)

But that doesn't work

Thanks,

David
 

Excel Facts

Select all contiguous cells
Pressing Ctrl+* (asterisk) will select the "current region" - all contiguous cells in all directions.
I cant help you with the 2 formulas that you want to divide but once you have those both working individually, simply use

=(formula1)/(formula2)
 
Upvote 0

Forum statistics

Threads
1,221,418
Messages
6,159,791
Members
451,589
Latest member
Harold14

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top