Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 34
Default Format for a cell with a formula in it but I don't want the 0 to c

I am trying to format at worksheet and use formula's to reference a different
page. What format can I use so that when there is no information entered in
the referenced cell it doesn't show a 0?


  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11,501
Default Format for a cell with a formula in it but I don't want the 0 to c

Hi,

Something like this

=IF(Sheet2!A1="","",Sheet2!A1)

Mike

"texansgal" wrote:

I am trying to format at worksheet and use formula's to reference a different
page. What format can I use so that when there is no information entered in
the referenced cell it doesn't show a 0?


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 793
Default Format for a cell with a formula in it but I don't want the 0 to c

Use something like
#;(#);;@

The trick is to have nothing between the second and third ";"
# is for positive numbers
(#) is for negative numbers
@ is for text


"texansgal" wrote:

I am trying to format at worksheet and use formula's to reference a different
page. What format can I use so that when there is no information entered in
the referenced cell it doesn't show a 0?


  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 34
Default Format for a cell with a formula in it but I don't want the 0 to c

Also, how can I write a formula for the following:

I have a total of 4 worksheets.
The 1st page is what the 2,3 and 4 references.


Example: There are 10 line items on the 1st page. 4 Lines will go on the 2nd
page, 4 will go on the 3rd page and 2 will go on the 4th page.

How can I make it where IF there are 4 pages, the totals on the 2nd and 3rd
pages do not total (the weight) but the whole total of all pages totals on
the 4th page?

Same for if there are a total of 4 pages, it will give me the # of # pages?

Example: There are the 4 pages in the workbook but only 3 will be used. How
can I have it format Page 1 of 3, 2 of 3, 3 of 3?








"texansgal" wrote:

I am trying to format at worksheet and use formula's to reference a different
page. What format can I use so that when there is no information entered in
the referenced cell it doesn't show a 0?


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
how to format a cell that contains formula Sam Excel Discussion (Misc queries) 4 January 18th 07 11:41 PM
text and formula in the same cell - how do I format this cell?? [email protected] Excel Discussion (Misc queries) 4 December 26th 06 11:36 PM
format a cell with a formula so an empty reference cell shows blan M2 Excel Discussion (Misc queries) 3 November 7th 06 10:42 PM
Formula for cell format? atran Excel Discussion (Misc queries) 2 September 19th 05 04:47 PM
format cell formula Juco New Users to Excel 4 February 13th 05 12:33 PM


All times are GMT +1. The time now is 12:22 PM.

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"