Formula Help: Result if column matches criteria

Fanwood

Board Regular
Joined
Jan 29, 2014
Messages
60
My last resort! I hope someone can help.

I am working on a formula but I just can’t quite get what I need!
So far here is where I am at:
=IF(MEDIAN(G:G)>G2*0.8,"Yes","No")
What I need it to do:
IF C:C has MULTIPLE of the same Text then it will calculate the Median of the numbers in G:G, (and only the G cells if the C cells Match each other) and Return the result of “Yes” if G2*.8 is less than the total Median!
I have not been successful with the introduction of this running only if C:C has the text of BRADFORD!
Confused? Me too!
 

Excel Facts

Enter current date or time
Ctrl+: enters current time. Ctrl+; enters current date. Use Ctrl+: Ctrl+; Enter for current date & time.
I may have just figured it out:

=IF(MEDIAN(IF($C$2:C7=$C$2,$G$2:$G$15))>G2*0.8,"YES","NO")

But anyone wants to chime in and correct me or has something better I am all ears!!!
 
Upvote 0

Forum statistics

Threads
1,223,243
Messages
6,170,967
Members
452,371
Latest member
Frana

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