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.
[TABLE="width: 197"]
<tbody>[TR]
[TD]well 1
[/TD]
[TD]10
[/TD]
[/TR]
[TR]
[TD]well 2
[/TD]
[TD]10
[/TD]
[/TR]
[TR]
[TD]well 3
[/TD]
[TD]50
[/TD]
[/TR]
[TR]
[TD]Median
[/TD]
[TD]10
[/TD]
[/TR]
[TR]
[TD]Median + 1
[/TD]
[TD]11
[/TD]
[/TR]
[TR]
[TD]Vaiance
[/TD]
[TD]533.3333
[/TD]
[/TR]
[TR]
[TD]Variance/Median + 1
[/TD]
[TD]48.48485
[/TD]
[/TR]
</tbody>[/TABLE]

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

Excel Joke
Why can't spreadsheets drive cars? They crash too often!
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,224,823
Messages
6,181,183
Members
453,020
Latest member
Mohamed Magdi Tawfiq Emam

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