A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » Worksheet Functions
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Conditional formatting



 
 
Thread Tools Display Modes
  #1  
Old March 20th, 2009, 11:44 PM posted to microsoft.public.excel.worksheet.functions
Norfolk Bill[_2_]
external usenet poster
 
Posts: 1
Default Conditional formatting

Help needed with Conditional formatting

I have a spread sheet containing 10 major columns and 240 rows. The data
shown is meteorological values relating to wind speed, wind direction, max.
Temperature, min temp, barometric pressure and others..for one days recording

I need to show in a column the max cell value and highlight this cell
together with an adjacent cell on the same row. I have been given a formula
as, Select Column A then =A1= MAX(A:A) then to format to a colour.
Can you advise me on the new formula for appling this to different rows ??
Also, can I save this applied formula so that I can paste it to another
spread sheet section for each of the following days of data ?? I have MS
2003 running
Bill

  #2  
Old March 21st, 2009, 02:04 AM posted to microsoft.public.excel.worksheet.functions
T. Valko
external usenet poster
 
Posts: 15,759
Default Conditional formatting

If you want to highlight cells on the same row based on the max value in
column A:

Let's assume the entire range of data is A110

Select the entire range starting from cell A1. A1 will be the active cell.
The active cell is the cell in the selected range that *is not* shaded.

Goto FormatConditional Formatting
Select the Formula Is option
Enter this formula in the box on the right:

=$A1=MAX($A$1:$A$10)

Click the Format button
Select the desired style(s)
OK out

--
Biff
Microsoft Excel MVP


"Norfolk Bill" wrote in message
...
Help needed with Conditional formatting

I have a spread sheet containing 10 major columns and 240 rows. The data
shown is meteorological values relating to wind speed, wind direction,
max.
Temperature, min temp, barometric pressure and others..for one days
recording

I need to show in a column the max cell value and highlight this cell
together with an adjacent cell on the same row. I have been given a
formula
as, Select Column A then =A1= MAX(A:A) then to format to a colour.
Can you advise me on the new formula for appling this to different rows ??
Also, can I save this applied formula so that I can paste it to another
spread sheet section for each of the following days of data ?? I have MS
2003 running
Bill



  #3  
Old March 21st, 2009, 07:23 AM posted to microsoft.public.excel.worksheet.functions
Shane Devenshire[_3_]
external usenet poster
 
Posts: 3,333
Default Conditional formatting

Hi,

Actually you alreay were given the correct formula but without absolute
references, =A1=MAX(A:A), the problem is you want to highlight the number and
a corresponding cell in another column, say Column D. Instead of selecting
column A as you describe, select columns A and D, click the column letter A,
hold down the Ctrl key and click column D. Then

To conditionally format your cell(s):

In 2003:
1. Select the cells you want to format (columns A and D in your case)
2. Choose Format, Conditional Formatting
3. Choose Formula is from the first drop down
4. In the second box enter the formula:
=$A1=MAX($A:$A)
5. Click the Format button
6. Choose a color on the Patterns tab (or any available option)
7. Click OK twice.

In 2007:
1. Highlight all the cells on the rows you want formatted
2. Choose Home, Conditional Formatting, New Rule
3. Choose Use a formula to determine which cell to format
4. In the Format values where this formula is true enter the following
formula:
=$A1=MAX($A:$A)
5. Click the Format button and choose a format.
6. Click OK twice

--
If this helps, please click the Yes button.

Cheers,
Shane Devenshire


"Norfolk Bill" wrote:

Help needed with Conditional formatting

I have a spread sheet containing 10 major columns and 240 rows. The data
shown is meteorological values relating to wind speed, wind direction, max.
Temperature, min temp, barometric pressure and others..for one days recording

I need to show in a column the max cell value and highlight this cell
together with an adjacent cell on the same row. I have been given a formula
as, Select Column A then =A1= MAX(A:A) then to format to a colour.
Can you advise me on the new formula for appling this to different rows ??
Also, can I save this applied formula so that I can paste it to another
spread sheet section for each of the following days of data ?? I have MS
2003 running
Bill

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 10:15 PM.


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