| View previous topic :: View next topic |
| Author |
Message |
Deliz General User

Joined: 23 Aug 2005 Posts: 11
|
Posted: Tue Aug 23, 2005 9:01 am Post subject: Problem with OOo, Please help!!!! (Spreadsheet) |
|
|
I have a spreadsheet, and have the code =SUM(A7*D7) in Cell E7 and it shows $0.00 by default until you add your figures in cells A7 and D7.
My question is that I don't want the $0.00 to show until I have ented a number/figure into Cell A7 and D7. How do I make it invisible until the information has been added. I am using OOo Version 1.1.3, thanks. |
|
| Back to top |
|
 |
probe1 Moderator


Joined: 18 Aug 2004 Posts: 2465 Location: Chonburi Thailand Asia
|
Posted: Tue Aug 23, 2005 9:37 am Post subject: |
|
|
Tools->Options...->Spreadsheet->View->Show null values
(hope i got the right translation) _________________ Cheers
Winfried
My Macros
DateTime2 extension: insert date, time or timestamp, formatted to your needs |
|
| Back to top |
|
 |
Deliz General User

Joined: 23 Aug 2005 Posts: 11
|
Posted: Tue Aug 23, 2005 9:49 am Post subject: Thanks |
|
|
Thanks going to try it out now, hope it works!  |
|
| Back to top |
|
 |
Deliz General User

Joined: 23 Aug 2005 Posts: 11
|
Posted: Tue Aug 23, 2005 9:52 am Post subject: |
|
|
| probe1 wrote: | Tools->Options...->Spreadsheet->View->Show null values
(hope i got the right translation) |
I don't see the option for the "null values" |
|
| Back to top |
|
 |
8daysaweek.co.uk Super User


Joined: 29 Nov 2003 Posts: 2130 Location: UK
|
Posted: Tue Aug 23, 2005 10:10 am Post subject: |
|
|
Hi Deliz,
I have Zero values, do you?
WinXP Pro / OOo 1.1.4
BFN , _________________ James
www.8daysaweek.co.uk - A User-Focused OOo site |
|
| Back to top |
|
 |
Deliz General User

Joined: 23 Aug 2005 Posts: 11
|
Posted: Tue Aug 23, 2005 10:15 am Post subject: Zero Values |
|
|
I got em, and thanks for the help. I got it figured out now.  |
|
| Back to top |
|
 |
Deliz General User

Joined: 23 Aug 2005 Posts: 11
|
Posted: Tue Aug 23, 2005 10:51 am Post subject: Problems with printing out spreadsheet. |
|
|
| I unchecked the Zero Vaules in the spreadsheet options, and it seemed to fix the problem, but when I print the spreadsheet the $0.00's still show even when a figure was not placed in the cell. How do I make it to where it keeps the $0.00's from printing out on Paper. |
|
| Back to top |
|
 |
probe1 Moderator


Joined: 18 Aug 2004 Posts: 2465 Location: Chonburi Thailand Asia
|
Posted: Tue Aug 23, 2005 11:12 am Post subject: |
|
|
for printing (not printing zeros, to be precise) you have to use a formular like
| Code: | =If( (SUM(D7*H7)) > 0; D7*H7; "")
|
HTH _________________ Cheers
Winfried
My Macros
DateTime2 extension: insert date, time or timestamp, formatted to your needs |
|
| Back to top |
|
 |
Deliz General User

Joined: 23 Aug 2005 Posts: 11
|
Posted: Tue Aug 23, 2005 11:19 am Post subject: Thanks Again |
|
|
I would like to thank you all for helping me with my OOo Problems, my spreadsheet is SUPER MODE now thanks to you all.  |
|
| Back to top |
|
 |
|