Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 59
Default Conditional Formatting using Small

I have 9 columns and 52 rows that that have pricing for 9 brands for each
week of the year. There may be some weeks where a brand as $0.00 as a price.
I am trying to do a conditional formatting to highlight the cell that has
the lowest price for that week excluding any that have $0.00 listed. I got a
formula off the internet and adjusted to my spreadsheet. The formula listed
below is in my conditional formatting rule

=C8=SMALL(C8:T8,1+COUNTIF(C8:T8,"0"))

It is not highighliting the $0.00 cells, but some weeks it does not
highlight anything. The odd part is that one week the lowest price is $1.47
that does not highlight. If I change that to $1.00 it does highlight, but if
I change it to $1.10 it does not.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,389
Default Conditional Formatting using Small

You probably want:
=C8=SMALL(C8:T8,1+COUNTIF(C8:T8,0))

as you are using numbers, not text.

Regards,
Fred

"Supe" wrote in message
...
I have 9 columns and 52 rows that that have pricing for 9 brands for each
week of the year. There may be some weeks where a brand as $0.00 as a
price.
I am trying to do a conditional formatting to highlight the cell that has
the lowest price for that week excluding any that have $0.00 listed. I
got a
formula off the internet and adjusted to my spreadsheet. The formula
listed
below is in my conditional formatting rule

=C8=SMALL(C8:T8,1+COUNTIF(C8:T8,"0"))

It is not highighliting the $0.00 cells, but some weeks it does not
highlight anything. The odd part is that one week the lowest price is
$1.47
that does not highlight. If I change that to $1.00 it does highlight, but
if
I change it to $1.10 it does not.


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Formatting cells in a column with conditional formatting? shamor Excel Discussion (Misc queries) 8 May 19th 08 10:11 PM
Protect Cell Formatting including Conditional Formatting Mick Jennings Excel Discussion (Misc queries) 5 November 13th 07 05:32 PM
ISERROR,SMALL,INDEX, MATCH, SMALL?? M.A.Tyler Excel Discussion (Misc queries) 1 May 2nd 07 04:08 AM
conditional Formatting based on cell formatting Totom Excel Worksheet Functions 3 January 20th 07 02:02 PM
Conditional Formatting that will display conditional data BrainFart Excel Worksheet Functions 1 September 13th 05 05:45 PM


All times are GMT +1. The time now is 11:15 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"