Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 51
Default Conditional formatting for a row, dependent on one cell.

I searched and searched the archives, but I'm not having luck with this one.
I found many examples, but one of the main difficulties is that don't know
where the vb code should go which is why I'm having trouble, I guess.

My case is that I've done up a To-Do spreadsheet which is working extremely
well. There's only one thing missing - when the task is done, I can choose
the square root symbol from the pulldown in column A, with the title of
"Completed". That should trigger that the row then have the font attribute
of "strikethrough" applied to the row, which is from B2 to E2 on row 2, for
example.

TIA! :oD


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 644
Default Conditional formatting for a row, dependent on one cell.

Select the range in question, Goto Format... Conditional Formatting...
Change "Cell Value Is" to Formula Is" and enter this:
=$B2="v"
then click format and check "Strikethrough"

Charles Chickering

StargateFanFromWork wrote:
I searched and searched the archives, but I'm not having luck with this one.
I found many examples, but one of the main difficulties is that don't know
where the vb code should go which is why I'm having trouble, I guess.

My case is that I've done up a To-Do spreadsheet which is working extremely
well. There's only one thing missing - when the task is done, I can choose
the square root symbol from the pulldown in column A, with the title of
"Completed". That should trigger that the row then have the font attribute
of "strikethrough" applied to the row, which is from B2 to E2 on row 2, for
example.

TIA! :oD


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 51
Default Conditional formatting for a row, dependent on one cell.


"Die_Another_Day" wrote in message
ps.com...
Select the range in question, Goto Format... Conditional Formatting...
Change "Cell Value Is" to Formula Is" and enter this:
=$B2="v"
then click format and check "Strikethrough"


Damn, sorry. I posted another message with a slightly different header as I
realized I hadn't stated the situation completely. _All_ the possible 3
conditional formatting slots are already taken for all the cells in the rest
of the workbook otherwise I would have used this solution.

So what can be done? I know that in the archives there are quite a few
solutions for augmenting conditional formatting via vb code but I have 2
problems:
- where does one put the code?
- the other solutions were for very complex situations compared to this. I
just need to put a strikethrough in the row, from column B to E.

Thanks so much for your response and sorry I missed providing important
information!

Cheers. :oD

Charles Chickering

StargateFanFromWork wrote:
I searched and searched the archives, but I'm not having luck with this

one.
I found many examples, but one of the main difficulties is that don't

know
where the vb code should go which is why I'm having trouble, I guess.

My case is that I've done up a To-Do spreadsheet which is working

extremely
well. There's only one thing missing - when the task is done, I can

choose
the square root symbol from the pulldown in column A, with the title of
"Completed". That should trigger that the row then have the font

attribute
of "strikethrough" applied to the row, which is from B2 to E2 on row 2,

for
example.

TIA! :oD



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
Conditional Formatting dependent on whether cell is populated. Tel Excel Discussion (Misc queries) 3 January 20th 10 03:25 PM
conditional formatting dependent of preceding cell Beth W Excel Discussion (Misc queries) 1 August 19th 09 05:58 PM
Conditional Formatting dependent on another cell Martin Ledgard[_2_] Excel Discussion (Misc queries) 3 November 18th 07 11:48 AM
Data Validation - Dependent Lists & Conditional Formatting Bob Excel Worksheet Functions 18 October 4th 07 03:24 AM
Another cell formatting dependent on cell contents question / message box popup? StargateFan[_3_] Excel Programming 2 January 14th 06 02:47 PM


All times are GMT +1. The time now is 01:37 AM.

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"