Conditional Formatting?

JakeVBA2009

New Member
Joined
Nov 30, 2009
Messages
16
Hey guys, i've got this spreadsheet here....

http://img260.imageshack.us/img260/2300/vbaj.jpg

As you can tell, its a bit of a shambles and i need some help with figuring out what to do.

I need to display the top "n" and bottom "n" temperatures in the spreadsheet where "n" is a value specified by the user

It needs to be done using four colours as specified by the user aswell with the font colour and background colour for both High Colour and Low Colour.

Thanks, Jake.
 

Excel Facts

How to fill five years of quarters?
Type 1Q-2023 in a cell. Grab the fill handle and drag down or right. After 4Q-2023, Excel will jump to 1Q-2024. Dash can be any character.
Say n is in A1
Use CF, Formula Is
Code:
=F4>=LARGE(F4:F100,A1 and
=F4<=SMALL(F4:F100,A1)

lenze
 
Upvote 0

Forum statistics

Threads
1,214,932
Messages
6,122,332
Members
449,077
Latest member
jmsotelo

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