#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Printing with ""

I have a chart and it uses a forumla to retrieve data, and if no data is
available it sets the cell to "". My problem is that when I try to print the
worksheet, it prints an extra blank page (because of all the "").

My forumals look something like:

=if(DATA,GET THE DATA,"")

Is there a way to prevent an extra page from being printed without using
Print Area?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4,393
Default Printing with ""

Are you using the word 'chart' in the Excel manner, or do you mean a range
of cells?
If the latter you will need to manually adjust the PrintArea with File |
Print Area
,unless you are ready for some complex VBA
best wishes

--
Bernard V Liengme
Microsoft Excel MVP
http://people.stfx.ca/bliengme
remove caps from email

"Alan12345" wrote in message
...
I have a chart and it uses a forumla to retrieve data, and if no data is
available it sets the cell to "". My problem is that when I try to print
the
worksheet, it prints an extra blank page (because of all the "").

My forumals look something like:

=if(DATA,GET THE DATA,"")

Is there a way to prevent an extra page from being printed without using
Print Area?



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 22,906
Default Printing with ""

Assuming "chart" is just a range of cells on a worksheet, perhaps a Dynamic
Print Range will do the trick.

See Debra Dalgleish's sitr for creating named Dynamic Ranges which ignore
the ""


Gord Dibben MS Excel MVP

On Wed, 23 Jul 2008 10:38:01 -0700, Alan12345
wrote:

I have a chart and it uses a forumla to retrieve data, and if no data is
available it sets the cell to "". My problem is that when I try to print the
worksheet, it prints an extra blank page (because of all the "").

My forumals look something like:

=if(DATA,GET THE DATA,"")

Is there a way to prevent an extra page from being printed without using
Print Area?


  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 22,906
Default Printing with ""

And the URL is http://www.contextures.on.ca/xlNames01.html#Dynamic


Gord

On Wed, 23 Jul 2008 14:00:43 -0700, Gord Dibben <gorddibbATshawDOTca wrote:

Assuming "chart" is just a range of cells on a worksheet, perhaps a Dynamic
Print Range will do the trick.

See Debra Dalgleish's sitr for creating named Dynamic Ranges which ignore
the ""


Gord Dibben MS Excel MVP

On Wed, 23 Jul 2008 10:38:01 -0700, Alan12345
wrote:

I have a chart and it uses a forumla to retrieve data, and if no data is
available it sets the cell to "". My problem is that when I try to print the
worksheet, it prints an extra blank page (because of all the "").

My forumals look something like:

=if(DATA,GET THE DATA,"")

Is there a way to prevent an extra page from being printed without using
Print Area?


  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 622
Default Printing with ""

On Jul 23, 4:00 pm, Gord Dibben <gorddibbATshawDOTca wrote:
Assuming "chart" is just a range of cells on a worksheet, perhaps a Dynamic
Print Range will do the trick.

How do you make it a print area? Just name it Print_Area?


  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 22,906
Default Printing with ""

That would do.

InsertNameDefine will have a Print_Area name.

Just change the "Refers to:" range to the dynamic range formula constructed
from the example at Debra's site


Gord

On Wed, 23 Jul 2008 14:52:12 -0700 (PDT), Spiky
wrote:

On Jul 23, 4:00 pm, Gord Dibben <gorddibbATshawDOTca wrote:
Assuming "chart" is just a range of cells on a worksheet, perhaps a Dynamic
Print Range will do the trick.

How do you make it a print area? Just name it Print_Area?


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
change "true" and "false" to "availble" and "out of stock" inthestands Excel Worksheet Functions 2 July 19th 07 07:05 PM
HELP on "left","right","find","len","substitute" functions serene83 Excel Discussion (Misc queries) 5 June 27th 06 02:23 AM
Count occurences of "1"/"0" (or"TRUE"/"FALSE") in a row w. conditions in the next BCB New Users to Excel 7 May 13th 06 10:02 PM
Complex if test program possible? If "value" "value", paste "value" in another cell? jseabold Excel Discussion (Misc queries) 1 January 30th 06 10:01 PM
Insert "-" in text "1234567890" to have a output like this"123-456-7890" Alwyn Excel Discussion (Misc queries) 3 October 25th 05 11:36 PM


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