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

I want to shade columns B:F if the value in column A is ="X" for ease in
reading the print.

Any ideas?

TIA


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,885
Default Conditional Printing

Hi
try the following:
- select for example A1:F20
- goto 'Format - Conditional Format'
- enter the following formula
=$A1="X"
- choose your shading

--
Regards
Frank Kabel
Frankfurt, Germany


Josh Whitney wrote:
I want to shade columns B:F if the value in column A is ="X" for ease
in reading the print.

Any ideas?

TIA


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Conditional Printing

Thanks Frank for your idea. In an attempt to make it simple, I probably
wasn't clear.


I am checking for the row number, if it is a multiple of 10, I want that row
to be highlighted.

Thanks again.

"Frank Kabel" wrote in message
...
Hi
try the following:
- select for example A1:F20
- goto 'Format - Conditional Format'
- enter the following formula
=$A1="X"
- choose your shading

--
Regards
Frank Kabel
Frankfurt, Germany


Josh Whitney wrote:
I want to shade columns B:F if the value in column A is ="X" for ease
in reading the print.

Any ideas?

TIA




  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,885
Default Conditional Printing

Hi
see:
http://www.cpearson.com/excel/banding.htm

--
Regards
Frank Kabel
Frankfurt, Germany


Josh Whitney wrote:
Thanks Frank for your idea. In an attempt to make it simple, I
probably wasn't clear.


I am checking for the row number, if it is a multiple of 10, I want
that row to be highlighted.

Thanks again.

"Frank Kabel" wrote in message
...
Hi
try the following:
- select for example A1:F20
- goto 'Format - Conditional Format'
- enter the following formula
=$A1="X"
- choose your shading

--
Regards
Frank Kabel
Frankfurt, Germany


Josh Whitney wrote:
I want to shade columns B:F if the value in column A is ="X" for
ease in reading the print.

Any ideas?

TIA

  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 22,906
Default Conditional Printing

Josh

See answer to your other post in excel.printing NG

Try to post in one group only. Most regulars monitor all Excel groups.

Gord

On Fri, 11 Jun 2004 15:46:36 -0700, "Josh Whitney" wrote:

Thanks Frank for your idea. In an attempt to make it simple, I probably
wasn't clear.


I am checking for the row number, if it is a multiple of 10, I want that row
to be highlighted.

Thanks again.

"Frank Kabel" wrote in message
...
Hi
try the following:
- select for example A1:F20
- goto 'Format - Conditional Format'
- enter the following formula
=$A1="X"
- choose your shading

--
Regards
Frank Kabel
Frankfurt, Germany


Josh Whitney wrote:
I want to shade columns B:F if the value in column A is ="X" for ease
in reading the print.

Any ideas?

TIA






  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 25
Default Conditional Printing

Josh,

Here's what I do,

- select the used area and make sure A1 is the active cell
- in FormatConditional Formatting enter Formula is =MOD(ROW(A1),10)=0
- select format and it will be applied to every 10th row

HTH
Anders Silven

P.S. Just before sending this reply I see Gord Dibbens message that you have
posted the same question in another group. Please don't do that, you are wasting
peoples time.


"Josh Whitney" skrev i meddelandet
...
Thanks Frank for your idea. In an attempt to make it simple, I probably
wasn't clear.


I am checking for the row number, if it is a multiple of 10, I want that row
to be highlighted.

Thanks again.

"Frank Kabel" wrote in message
...
Hi
try the following:
- select for example A1:F20
- goto 'Format - Conditional Format'
- enter the following formula
=$A1="X"
- choose your shading

--
Regards
Frank Kabel
Frankfurt, Germany


Josh Whitney wrote:
I want to shade columns B:F if the value in column A is ="X" for ease
in reading the print.

Any ideas?

TIA





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 and printing snazzy Excel Discussion (Misc queries) 2 November 2nd 09 06:34 PM
conditional printing Conditional printing Excel Discussion (Misc queries) 4 September 15th 08 01:51 PM
Conditional Printing James[_4_] Excel Discussion (Misc queries) 1 July 24th 07 10:45 PM
conditional printing skitek Excel Programming 1 June 9th 04 03:04 PM
conditional printing raymondsum[_9_] Excel Programming 4 December 3rd 03 02:24 AM


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