#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Luke
 
Posts: n/a
Default Color Code Rows

I would like to color code the rows of my spreadsheet based on the value of a
certain column.

For example, I have a column labeled 'status'. The values of the cells in
that column are either Paid in 'Full', 'Deposit Paid', or 'No Payment
required'. I would like to have the entire row have a cell color of Green
for the "Paid in Full" customers, Blue for the 'Deposit Paid' and Yellow for
'No Payment required'.

Is this possible? If so how would I go about it, as I am somewhat of a
novice in Excel. Thanks for any help
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Elkar
 
Posts: n/a
Default Color Code Rows

Yes, what you want to use is Conditional Formatting.

1. Highlight all of your rows that you want to apply this formatting to.
2. Select "Conditional Formatting" from the Format Menu
3. Change "Cell Value Is" to "Formula Is"
4. Enter the formula: =$A1="Paid In Full"
5. Set your format (Green Background)
6. Click "ADD"
7. Change "Cell Value Is" to "Formula Is"
8. Enter the formula: =$A1="Deposit Paid"
9. Set your format (Blue Background)
10. Click "ADD"
11. Change "Cell Value Is" to "Formula Is"
12. Enter the formula: =$A1="No Payment Required"
13. Set your format (Yellow Background)
14. Click OK

I used $A1 for the cell reference in the example, change yours to match your
"Status" column.

HTH,
Elkar


"Luke" wrote:

I would like to color code the rows of my spreadsheet based on the value of a
certain column.

For example, I have a column labeled 'status'. The values of the cells in
that column are either Paid in 'Full', 'Deposit Paid', or 'No Payment
required'. I would like to have the entire row have a cell color of Green
for the "Paid in Full" customers, Blue for the 'Deposit Paid' and Yellow for
'No Payment required'.

Is this possible? If so how would I go about it, as I am somewhat of a
novice in Excel. Thanks for any help

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
Rows & Columns in Excel seadragon69 Excel Worksheet Functions 2 December 7th 05 05:54 PM
Automatically inserting rows ausdiver99 Excel Worksheet Functions 1 June 2nd 05 02:15 PM
Hiding Rows if the linked rows are blank KG Excel Discussion (Misc queries) 9 May 18th 05 02:32 AM
Insert rows Mr. G. Excel Worksheet Functions 3 March 31st 05 03:49 AM
flexible paste rows function that inserts the right number of rows marika1981 Excel Discussion (Misc queries) 1 February 18th 05 02:40 AM


All times are GMT +1. The time now is 03:05 AM.

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"