![]() |
![]() |
![]() |
|||||
![]() |
![]() |
![]() |
![]() |
![]() |
|||
| Welcome
to Tech Support Forum home to more then 136,000 problems solved. Issues
have included: Spyware, Malware, Virus Issues, Windows, Microsoft,
Linux, Networking, Security, Hardware, and Gaming Getting your
problem solved is as easy as: 1. Registering for a free account 2. Asking your question 3. Receiving an answer Registered members: * See fewer ads. * And much more..
|
| Want to know how to post a question? click here | Having problems with spyware and pop-ups? First Steps |
|
|||||||
| Microsoft Office support MS Office support forum |
![]() |
|
|
LinkBack | Thread Tools |
|
|
#1 (permalink) |
|
Registered User
Join Date: Jan 2005
Location: Nampa,ID
Posts: 76
OS: XP Pro / Redhat Linux
|
Excel Linking Cells
I've got a speadsheet that I want to link cells in. I can link the cells with no problems. What I don't like is the fact that the linked cells contain 0 and I would like them to be null like the original cell until data is entered. How can I do this? I've thought about putting a space in the original cells but that throws off the counting i've got going on in the sheet.
Thanks, Steve Gundrum
__________________
True professionals establish excellence as their goal and never allow themselves to become complacent about their performance..
|
|
|
|
| Important Information |
|
Join the #1 Tech Support Forum Today - It's Totally Free!
TechSupportForum.com is a leading support website for your computer needs. We offer free, friendly and personalized computer support. Why pay to have your computer fixed when you can do it for free. Join TechSupportforum.com Today - Click Here |
|
|
#2 (permalink) |
|
Superhuman Computer
Join Date: Mar 2005
Location: 6th Circle, The City of Dis, Hell
Posts: 1,610
OS: WinXP Pro SP2
|
Hi Steve,
You will need to change the formatting of the cells. Set the format to Custom type and use the following format: 0;-0;;@ This basically says if greater or less than zero, use number, otherwise use blank. You can find more information about this by going into Excel help and typing "Display or hide zero values" Another, more long-winded way is to use an if-then-else formula in the result cell, ie: if(g18=0,"",g18) Hope this helps!
__________________
"Sorry, the number you have dialled is imaginary. Please rotate dial by 90 degrees and try again." |
|
|
|
|
|
#3 (permalink) |
|
Registered User
Join Date: Jan 2005
Location: Nampa,ID
Posts: 76
OS: XP Pro / Redhat Linux
|
Thank you so much for the info. I used to format cells and it worked like a charm.
Thanks Again, Steve
__________________
True professionals establish excellence as their goal and never allow themselves to become complacent about their performance..
|
|
|
|
![]() |
| Thread Tools | |
|
|