Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
How do I assign a color to the highest value in a "Total" column so it will
stand out and also so it will remain on the worksheet? |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Use conditional formating with this formula if the data is in Column F. Put
formula in F1 then copy and PasteSpecial using Format option =F1=MAX(F$1:F$10) "deegee" wrote: How do I assign a color to the highest value in a "Total" column so it will stand out and also so it will remain on the worksheet? |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Joel,
Pls expand this question as 'How do I assign a color to the highest value in a cell whoose range is say B1 to P30 columns say from B to P (15 columns) & Rows chosen from 1 to 30. "Joel" wrote: Use conditional formating with this formula if the data is in Column F. Put formula in F1 then copy and PasteSpecial using Format option =F1=MAX(F$1:F$10) "deegee" wrote: How do I assign a color to the highest value in a "Total" column so it will stand out and also so it will remain on the worksheet? |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=B1=MAX($B$1:$P$30)
Put formula in conditional formating for cell B1. Then copy B1 to entire Range B1:P30 and Paste using PasteSpecial choosing "Format" option. I put the $ infront of the column letter because you are using more than one column. With only one column the $ was not necessary. "Sandeep" wrote: Joel, Pls expand this question as 'How do I assign a color to the highest value in a cell whoose range is say B1 to P30 columns say from B to P (15 columns) & Rows chosen from 1 to 30. "Joel" wrote: Use conditional formating with this formula if the data is in Column F. Put formula in F1 then copy and PasteSpecial using Format option =F1=MAX(F$1:F$10) "deegee" wrote: How do I assign a color to the highest value in a "Total" column so it will stand out and also so it will remain on the worksheet? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Auto formatting time | Excel Discussion (Misc queries) | |||
auto number formatting | Excel Worksheet Functions | |||
Turning off auto formatting | Excel Discussion (Misc queries) | |||
importing XML, auto formatting | Excel Discussion (Misc queries) | |||
Auto formatting | Excel Discussion (Misc queries) |