Archive for the ‘Using OpenOffice Calc’ Category

Datapilot Revisited

Sunday, August 21st, 2005

Version 2.0 of OOo Calc will feature significant improvements to the DataPlot functionality. For this reason, we will revisit this powerful feature over the next few days.

First, the basics…

(more…)

Conditional Formatting IV : Masking errors

Monday, April 11th, 2005

Here is another application of conditional formatting. In a prior tip, we reviewed the ISERR function and how it could be used to hide error conditions in any cell in the Calc document.

We can achieve the same effect with conditional formatting as follows.

Original spreadsheet with this pesky error messages.

cformat4_1.jpg

As before, we need to create a custom cell format prior to opening the conditional formatting dialog. We set the font color to be the same as the backgorund color and we label this style as blank

Now select the cells whose errors we wish to mask and open the Conditional Formatting dialog (below) We still use the ISERR function - this time embedded in the condition applied to the selected cells.

cformat4_2.jpg

The final result. Whichever method you apply to mask the error message is your decision. The advantage of the conditional formatting approach is that the original cell formulas are not complicated with the ISERR calls and it is easier to turn the conditional formatting on and off.

cformat4_3.jpg

Data Consolidation 101

Tuesday, March 22nd, 2005

An introduction to the data consolidation functionality that is built in to OOo Calc. This is a useful feature when merging similar data from different souces.
(more…)

Conditional Formatting III

Tuesday, March 15th, 2005

We continue our look at the application of conditional formatting in OOo Calc. Here, we wish to apply alternate coloring to even and odd rows. Prior to invoking the conditional formatting dialog, we select all cells in the sheet. This was covered in an earlier tip

The trick here is using the mod function to identify odd rows to which we apply the custom format.

cformat3_1.jpg

The result after the conditional formatting is applied to the entire sheet.

cformat3_2.jpg

Here is a Flash animation showing how to do this ….

See also:
Conditional Formatting II

Conditional Formatting I

Selecting an entire sheet

Conditional Formatting II

Monday, March 14th, 2005

To illustrate the application of conditional formatting, we consider the need to highlight dates in a spreadsheet that are fast approaching or are already past.

The original spreadsheet without highlighting.

cformat2_1.jpg

Before we apply conditional, we define any custom cell formats we may need. In this case, we have cells highlighted orange and cells highlighted yellow. We open the conditional formatting dialog and evaluate two conditions. The order is important here. In the conditional formatting dialog, once a cell evaluates TRUE, it will not be evaluated again. With that in mind, we first evaluate if a date is past due. We then evaluate if a date is fast approaching.

cformat2_2.jpg

The modified spreadsheet with conditional formatting applied. Using this technique, the spreadsheet has become more readable and any key dates or deadlines can be more readily identified.

cformat2_3.jpg

Conditional Formatting I

Sunday, March 13th, 2005

Conditional formatting is a mechanism that allows the user to apply formatting to
a cell or range of cells based on defined conditions. If the rules (conditions) are met, then the specified formatting is applied.
In OOo Calc, you can apply up to 3 rules in a cell or range of cells.

(more…)

Filling a Cell Range with a Series

Thursday, February 24th, 2005

A quick way to fill a range of cells with a series of values that increase/decrease in a geometric fashion.

(more…)

Copying Formulas while preserving references

Friday, January 28th, 2005

When you cut and paste formulas from a range of cells, the cell references within the formulas will be automatically adjusted. Here, we show how to work aroud this ‘feature’.

(more…)

Data Validation 101

Tuesday, January 18th, 2005

The Data Validation feature of OOo Calc is similar to that in Excel. It helps the user control the data that is entered in the spreadsheet where it may be necessary to do so.

(more…)

Introduction to the Status Bar

Wednesday, January 5th, 2005

How many of us have paid any attention to the row of small windows at the bottom of the OpenOffice Calc window? In this article, we will explore the Status Bar in more depth.

(more…)