LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,069
Default Highlighting A Row Based on Cell Value Read from Another Document

You can do this without VBA. On another sheet (call it Sheet2), list the
student names the way they appear on the main sheet. On Sheet2, select all
the names, then name that range Students (In the Name Box, which is where the
cell's address is displayed next to the Formula Bar). In another cell, on
either the main sheet or on Sheet2, create a dropdown list in a cell using
Data Validation. In the Data Validation dialog, select List for the Allow
option, and in the Source box enter =Students. Name the cell with the
dropdown list CurrStudent. On the main sheet, select all the cells. Add
conditional formatting where this formula is true:
=(INDIRECT(ADDRESS(ROW(),1))=CurrStudent)

Pick the formatting you want applied, then click OK to close the Conditional
Formatting dialog. When you select a name from the CurrStudent dropdown, all
the rows with that sudent's name will be highlighted.

My conditional formatting formula assumes the students' names are in column
A (represented by the 1, which is the column number). Edit as needed.

Hope this helps,

Hutch

"CJ Melo" wrote:

I would like to highlight rows in Excel 2003 based on the entry in a column
which happens to be a student's name. I would like to be able to have excel
check a list of names automatically and highlight all the rows that pertain
to that student so I don't have to type in each name in the conditional
formatting box, which I understand is limited to 3 criteria.

I know nothing about VBA or any other kind of programming. Is this possible?

 
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
How do I make an execl cell A3 read-only based on A4? Jerome Excel Discussion (Misc queries) 3 September 10th 09 09:39 PM
How did my document become read-only? JennyX Excel Worksheet Functions 1 June 6th 08 07:59 AM
Highlighting rows based on one cell [email protected] Excel Worksheet Functions 3 December 13th 07 11:34 PM
How to create a formatted 'readable' document based on Excel document? [email protected] Excel Discussion (Misc queries) 0 June 23rd 06 06:09 PM
document may be encrypred or read only tangles Excel Discussion (Misc queries) 3 April 18th 05 08:17 PM


All times are GMT +1. The time now is 08:36 PM.

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

About Us

"It's about Microsoft Excel"