Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4
Default Formatting cell

I am making a to do list. Once the item is done I have a column next to it
that I put an "x" in to show that it is complete. I would like the item or
cell to change colour, or fade, or have a line put through it; something to
differentiate it quickly that it is done.
(using Excel 2007)
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,069
Default Formatting cell

You want to use conditional formatting. I don't have XL2007 at hand, but here
is the general idea. I'll assume you are entering the to-do list in column B
and putting the X in column A.

Select column B. Open the conditional formatting dialog. You need to select
'Formula Is' instead of 'Cell Value Is'. Enter this formula in the text box:
=(OFFSET(B1,0,-1)="X")
Change B1 as needed to the column you are actually using. The -1 argument
tells OFFSET to look one column to the left of the column (B) in the first
argument. A positive value tells it how many columns to the right to look
instead. Edit this argument as needed.

Click the Format button and select the formatting you want to appear when
the condition is true.

Hope this helps,

Hutch

"Jupe" wrote:

I am making a to do list. Once the item is done I have a column next to it
that I put an "x" in to show that it is complete. I would like the item or
cell to change colour, or fade, or have a line put through it; something to
differentiate it quickly that it is done.
(using Excel 2007)

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
Find formatting in text in cell, insert tags around formatting. CarlC Excel Programming 2 February 27th 08 09:26 PM
Protect Cell Formatting including Conditional Formatting Mick Jennings Excel Discussion (Misc queries) 5 November 13th 07 05:32 PM
conditional Formatting based on cell formatting Totom Excel Worksheet Functions 3 January 20th 07 02:02 PM
conditional Formatting based on cell formatting Totom Excel Worksheet Functions 0 January 15th 07 04:35 PM
expanding custom formatting without removing existing cell formatting? Keith Excel Worksheet Functions 3 December 27th 06 01:54 PM


All times are GMT +1. The time now is 09:50 PM.

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

About Us

"It's about Microsoft Excel"