Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 70
Default CF to Row after CF is applied to Column

Can someone please help me? I've read through the postings and the help
files but still can't seem to figure out how to do this. I've applied
conditional formatting to the J column of my spreadsheet so that if there's
any text listed the cell turns yellow. What I'd like is if not only the cell
but the row, from A:O turned yellow also. How do you do that? I'm using 07.
Any help in English walking me through the steps or a hint toward the
appropriate post would be greatly appreciated. Cuz I aint figrin it out on
myown!

Thanks in advance!
--Dax
--
I would give my left hand to be ambidextrous!
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,856
Default CF to Row after CF is applied to Column

Highlight the cells in columns A to O that you want this to apply to
(assume this is from A2 to O100, with A2 as the active cell). Then
bring up the Conditional Formatting dialogue box. In the first panel
you need to select Formula Is rather than Cell Value Is, and then put
this formula in the next box:

=$J2<""

Then click on the Format button, select the Patterns tab and choose
yellow. Then click on OK twice to exit the dialogue box.

Excel will automatically adjust the formulae to suit the range that
you had highlighted, so now the cells from A to O in any row should
appear yellow if the cell in column J of that row is not empty.

If you want it specifically for text values (rather than numbers),
then you could use:

=ISTEXT($J2)

as your formula, or even:

=AND($J2<"",NOT(ISNUMBER($J2)))

Hope this helps.

Pete

On Nov 17, 6:08*am, Dax Arroway
wrote:
Can someone please help me? *I've read through the postings and the help
files but still can't seem to figure out how to do this. *I've applied
conditional formatting to the J column of my spreadsheet so that if there's
any text listed the cell turns yellow. *What I'd like is if not only the cell
but the row, from A:O turned yellow also. *How do you do that? *I'm using 07.
*Any help in English walking me through the steps or a hint toward the
appropriate post would be greatly appreciated. *Cuz I aint figrin it out on
myown! *

Thanks in advance! *
--Dax
--
I would give my left hand to be ambidextrous!


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 70
Default CF to Row after CF is applied to Column

Thanks for your help and sorry about the multi-posting, I waited 5 minutes
and didn't see my posting and thought I had done something wrong.

--
I would give my left hand to be ambidextrous!


"Pete_UK" wrote:

Highlight the cells in columns A to O that you want this to apply to
(assume this is from A2 to O100, with A2 as the active cell). Then
bring up the Conditional Formatting dialogue box. In the first panel
you need to select Formula Is rather than Cell Value Is, and then put
this formula in the next box:

=$J2<""

Then click on the Format button, select the Patterns tab and choose
yellow. Then click on OK twice to exit the dialogue box.

Excel will automatically adjust the formulae to suit the range that
you had highlighted, so now the cells from A to O in any row should
appear yellow if the cell in column J of that row is not empty.

If you want it specifically for text values (rather than numbers),
then you could use:

=ISTEXT($J2)

as your formula, or even:

=AND($J2<"",NOT(ISNUMBER($J2)))

Hope this helps.

Pete

On Nov 17, 6:08 am, Dax Arroway
wrote:
Can someone please help me? I've read through the postings and the help
files but still can't seem to figure out how to do this. I've applied
conditional formatting to the J column of my spreadsheet so that if there's
any text listed the cell turns yellow. What I'd like is if not only the cell
but the row, from A:O turned yellow also. How do you do that? I'm using 07.
Any help in English walking me through the steps or a hint toward the
appropriate post would be greatly appreciated. Cuz I aint figrin it out on
myown!

Thanks in advance!
--Dax
--
I would give my left hand to be ambidextrous!


.

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
CF Row after CF applied to Column Dax Arroway Excel Worksheet Functions 4 December 1st 09 05:24 PM
CF for Row when CF is applied to Column Dax Arroway Excel Worksheet Functions 2 November 17th 09 05:56 PM
Re-running an AutoFilter filter when applied to a hidden column .. RWilliams Excel Worksheet Functions 0 April 25th 07 05:00 PM
Need help on my Jobs applied too SS John the Baptist Jr. Excel Discussion (Misc queries) 1 August 31st 06 12:06 AM
No more new fonts may be applied to this workbook JaB Excel Discussion (Misc queries) 1 August 2nd 06 06:42 PM


All times are GMT +1. The time now is 05:31 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"