Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]() I have a list of prices in a list (column F) which has a CF attached to the whole column to highlight the lowest number in blue. When i apply a filter to column B and reduce the overall list of numbers in column F, the conditional format disappears or rather, it does not highlight the lowest number in the new reduced list. Example: say the lowest number in the unfiltered (column F) list is 2.5 The number 2.5 becomes highlighted in blue When i apply a filter to column B, the lowest number in the resulting list (column F)is not highlighted in blue (unless of course the resulting list still contains the number 2.5) i'm sure the above is incomrehensible - my apologies. -- craigproudfoot ------------------------------------------------------------------------ craigproudfoot's Profile: http://www.excelforum.com/member.php...o&userid=28709 View this thread: http://www.excelforum.com/showthread...hreadid=483977 |
#2
![]() |
|||
|
|||
![]()
What's the condition you've established to identify the minimum? If you're
comparing the particular value to something like subtotal(5,range), then you'll have issues, as the subtotal functions honor the filter. If that's it, just change to min(range). If not, please post the condition you're using in the CF. "craigproudfoot" wrote: I have a list of prices in a list (column F) which has a CF attached to the whole column to highlight the lowest number in blue. When i apply a filter to column B and reduce the overall list of numbers in column F, the conditional format disappears or rather, it does not highlight the lowest number in the new reduced list. Example: say the lowest number in the unfiltered (column F) list is 2.5 The number 2.5 becomes highlighted in blue When i apply a filter to column B, the lowest number in the resulting list (column F)is not highlighted in blue (unless of course the resulting list still contains the number 2.5) i'm sure the above is incomrehensible - my apologies. -- craigproudfoot ------------------------------------------------------------------------ craigproudfoot's Profile: http://www.excelforum.com/member.php...o&userid=28709 View this thread: http://www.excelforum.com/showthread...hreadid=483977 |
#3
![]() |
|||
|
|||
![]() i'm using cell value is equal to =MIN($F$3:$F$2000) it doesn't acknowledge the filter -- craigproudfoot ------------------------------------------------------------------------ craigproudfoot's Profile: http://www.excelforum.com/member.php...o&userid=28709 View this thread: http://www.excelforum.com/showthread...hreadid=483977 |
#4
![]() |
|||
|
|||
![]() can anyone viewing help me with this one please? -- craigproudfoot ------------------------------------------------------------------------ craigproudfoot's Profile: http://www.excelforum.com/member.php...o&userid=28709 View this thread: http://www.excelforum.com/showthread...hreadid=483977 |
#5
![]() |
|||
|
|||
![]()
Try changing your CF so that Cell Value is equal to =SUBTOTAL(5,$F$2:$F$20)
Hope this helps Rowan craigproudfoot wrote: can anyone viewing help me with this one please? |
#6
![]() |
|||
|
|||
![]() Rowan Thanks, that worked - it now higlights the lowest number in the list of column F, even when a filter is applied. It only applies the formatting to the particular cell with the lowest value - How can i make the formatting cover the full row? My formula is as follows: cell value is equal to =SUBTOTAL(5,$F:$F) cheers -- craigproudfoot ------------------------------------------------------------------------ craigproudfoot's Profile: http://www.excelforum.com/member.php...o&userid=28709 View this thread: http://www.excelforum.com/showthread...hreadid=483977 |
#7
![]() |
|||
|
|||
![]()
Delete your current conditional formatting. Then select the entire range
excluding the headings making sure that A2 is the activecell. A2 should be white and you should see A2 in the Name Box on the formula bar. Then apply your conditional formating making the condition FORMULA IS: =A2=SUBTOTAL(5,$F:$F) Hope this helps Rowan craigproudfoot wrote: Rowan Thanks, that worked - it now higlights the lowest number in the list of column F, even when a filter is applied. It only applies the formatting to the particular cell with the lowest value - How can i make the formatting cover the full row? My formula is as follows: cell value is equal to =SUBTOTAL(5,$F:$F) cheers |
#8
![]() |
|||
|
|||
![]() It still only highlights the single cell - what relevance is A2 i'm not sure i understand that one. -- craigproudfoot ------------------------------------------------------------------------ craigproudfoot's Profile: http://www.excelforum.com/member.php...o&userid=28709 View this thread: http://www.excelforum.com/showthread...hreadid=483977 |
#9
![]() |
|||
|
|||
![]()
Apologies that was my mistake. The formula should have read:
=$F2=SUBTOTAL(5,$F:$F) Apply this formula as instructed before with all the data selected and A2 as the activecell. Regards Rowan craigproudfoot wrote: It still only highlights the single cell - what relevance is A2 i'm not sure i understand that one. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel 2003 doesn't filter correctly | Excel Discussion (Misc queries) | |||
Macro for Filter Switches ... Maybe??? | Excel Discussion (Misc queries) | |||
Filter Switches vs Macro? | Excel Discussion (Misc queries) | |||
Pivot table and filter | New Users to Excel | |||
advanced filter won't allow me to filter on bracketed text (-456.2 | Excel Discussion (Misc queries) |