Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
No Name
 
Posts: n/a
Default how do I create greenbar paper simulation in Excel?

hi,
i am not sure what you mean. if you mean greenbar paper,
you need a greenbar printer. if you mean doing in on excel
and printing it then do this
Formulas For Color Banding

The formulas for odd banding and even banding are very
similar.
For odd banding, use the formula

=MOD(ROW()-Rw,N*2)+1<=N

where Rw is the first row number that is to be formatted,
and N is the number of rows
in each color band. In the example shown on the right
above, Rw is 8, and N is 3.

For even banding, use the formula

=MOD(ROW()-Rw,N*2)+1N

where Rw is the first row number that is to be formatted,
and N is the number of rows
in each color band. In the example shown on the right
above, Rw is 8, and N is 3.

To use these formulas in Conditional Formatting, select
the cells that you want to format.
Then, go to the Format menu, and choose Conditional
Formatting. In this dialog, change
Cell Value Is to "Formula Is", and enter one of the
formulas above.

In both formulas, you can either put it literal values for
Rw and N, or you can create defined
names and store the value there. An advantage to using
defined names is that you can
change to band height very easily. To shade alternate
rows, simply change N to 1.
To shade in bands of 5, change N to 5.

And because the Conditional Formatting formulas are not
moved with the cells when
you sort a range, the bands will remain intact after the
sort.



-----Original Message-----
I would like to make reports appear on greenbar paper

from yester years
instead of plain paper. I have been during it manually

and am hoping there is
a way or a template to run.
.

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default how do I create greenbar paper simulation in Excel?

http://www.cpearson.com/excel/banding.htm
At Chip Pearson's site

--
Regards,
Tom Ogilvy

wrote in message
...
hi,
i am not sure what you mean. if you mean greenbar paper,
you need a greenbar printer. if you mean doing in on excel
and printing it then do this
Formulas For Color Banding

The formulas for odd banding and even banding are very
similar.
For odd banding, use the formula

=MOD(ROW()-Rw,N*2)+1<=N

where Rw is the first row number that is to be formatted,
and N is the number of rows
in each color band. In the example shown on the right
above, Rw is 8, and N is 3.

For even banding, use the formula

=MOD(ROW()-Rw,N*2)+1N

where Rw is the first row number that is to be formatted,
and N is the number of rows
in each color band. In the example shown on the right
above, Rw is 8, and N is 3.

To use these formulas in Conditional Formatting, select
the cells that you want to format.
Then, go to the Format menu, and choose Conditional
Formatting. In this dialog, change
Cell Value Is to "Formula Is", and enter one of the
formulas above.

In both formulas, you can either put it literal values for
Rw and N, or you can create defined
names and store the value there. An advantage to using
defined names is that you can
change to band height very easily. To shade alternate
rows, simply change N to 1.
To shade in bands of 5, change N to 5.

And because the Conditional Formatting formulas are not
moved with the cells when
you sort a range, the bands will remain intact after the
sort.



-----Original Message-----
I would like to make reports appear on greenbar paper

from yester years
instead of plain paper. I have been during it manually

and am hoping there is
a way or a template to run.
.



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
excel simulation formula larry Excel Worksheet Functions 1 October 1st 08 05:06 PM
create new paper size cindyt Excel Worksheet Functions 1 July 5th 07 07:05 PM
Simulation in operations research using Excel denise1082 via OfficeKB.com Excel Worksheet Functions 3 July 31st 06 10:46 AM
Can you help me create this simulation avalpert Excel Discussion (Misc queries) 0 March 11th 06 08:26 PM
Automatic greenbar effect, varied color, corrects with re-format Brent -- DNA Excel Worksheet Functions 1 February 11th 06 06:05 PM


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