Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Is there a way to copy a page to a roll-up worksheet that, when you link it,
any blank cell will stay blank instead of showing 0? I have tried the IF statement but, when you copy the link, the formula is replaced. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I'm not quite sure what you're saying, but what about
=IF(Sheet1!A1="","",Sheet1!A1) ? -- David Biddulph "NEHicks" wrote in message ... Is there a way to copy a page to a roll-up worksheet that, when you link it, any blank cell will stay blank instead of showing 0? I have tried the IF statement but, when you copy the link, the formula is replaced. |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
That was what I came up with, but was hoping there was some kind of
formatting that would do this as I didn't want to have to insert that formula on each line. Thanks for the response. "David Biddulph" wrote: I'm not quite sure what you're saying, but what about =IF(Sheet1!A1="","",Sheet1!A1) ? -- David Biddulph "NEHicks" wrote in message ... Is there a way to copy a page to a roll-up worksheet that, when you link it, any blank cell will stay blank instead of showing 0? I have tried the IF statement but, when you copy the link, the formula is replaced. . |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
You could format the cells either to show blanks instead of zeroes (such as)
General;-General; or conditional format to use font white (or background colour) if the value is zero, but neither of those will distinguish a zero from a blank source cell. -- David Biddulph "NEHicks" wrote in message ... That was what I came up with, but was hoping there was some kind of formatting that would do this as I didn't want to have to insert that formula on each line. Thanks for the response. "David Biddulph" wrote: I'm not quite sure what you're saying, but what about =IF(Sheet1!A1="","",Sheet1!A1) ? -- David Biddulph "NEHicks" wrote in message ... Is there a way to copy a page to a roll-up worksheet that, when you link it, any blank cell will stay blank instead of showing 0? I have tried the IF statement but, when you copy the link, the formula is replaced. . |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
IF statement inside a SUMIF statement.... or alternative method | Excel Worksheet Functions | |||
Reconcile Bank statement & Credit card statement & accounting data | Excel Worksheet Functions | |||
Embedding an OR statement in an IF statement efficiently | Excel Discussion (Misc queries) | |||
Can an If statement answer an If statement? | Excel Discussion (Misc queries) | |||
appending and IF statement to an existing IF statement | Excel Worksheet Functions |