Conditional Format....IF

  • Thread starter Thread starter wayne
  • Start date Start date
W

wayne

have a RANK formula to look at a list of numbers and
return its position. (league Table)

These cells have a conditional format attached where the
cell ranked first (1) is filled yellow (Gold?).

My problem is I want to colour the cell gray (silver) if
the cell is second (2) and bronze for third.

Any ideas on how this would be done?????
 
Maybe the LARGE function would work as your Conditional Format formula

Vaya con Dios,
Chuck, CABGx3
 
Hi
use
=cell_reference=LARGE(range,2)
and
=cell_reference=LARGE(range,3)

as formulas in the conditional format dialog
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top