
- •Basic Functions : fixed
- •Paste Special II - Removing formulae
- •Secret StarWars games
- •Using Names as constants
- •Listing Cell Notes
- •Basic functions: choose
- •Checkerboard shading
- •Using Pop Up Notes in Cells
- •Macros: Text Utilities Part I
- •Adding a dialog: Part I
- •Adding a dialog: Part II
- •Formatting ratios
- •Filling a multiplication chart
- •Macros: Text Utilities Part I
- •Summing across sheets
- •Counting unique entries in a range
- •Spelling out numbers
- •Datapilot Revisited
- •DataPilot Revisited II
- •Basic functions: text
- •Ranking and sorting data I
- •Conditional summation revisited
- •Regression analysis I : Basic linear formulas
- •Regression Analysis II : Basic functions, charting
- •Regression Analysis III : linest
- •Rounding to the nearest nickel: mround()
- •Looking up data in tables V
- •Combining data in cells
- •Rounding functions I
- •Easter formula
- •Date & Time : Calculating Dates of Holidays
- •Financial Functions 3 : Complex Accumulation
- •Data Consolidation 101
- •Basic Functions: frequency
- •Largest values in an array
- •Advanced Functions: indirect
- •Counting letters in a string
- •Macro : Sorting sheets
- •Basic functions : subtotal
- •Filling a Cell Range with a Series
- •Converting text to dates
- •Basic Functions : cell
- •Rounding Numbers to Thousands and Millions
- •Text manipulation 1 : Concatenation
- •Copying Formulas while preserving references
- •Sumproduct and conditional summation
- •Custom Time Formatting for a timesheet
- •Data Validation 101
- •Basic functions : sumif
- •Adding a background graphic
- •Introduction to the Status Bar » Using the Navigator
- •Introduction to the Status Bar
- •Charting: Editing charts : part 2
- •Charting: Editing charts : part 3
- •Autocorrect
- •Macros: Getting Cell Information
- •Charting: Pie charts
- •One Response to “Charting: Pie charts”
- •Basic Functions: iserr
- •Database functions: daverage
Basic functions : sumif
This short tutorial illustrates the two basic ways that SUMIF can be used in a spreadsheet.
The SUMIF function takes two or three arguments.
For the two argument version, the condition is applied to each cell in the range being SUMmed. In the example below, C9 is the sum of all values in C3:C8 that are greater than 5.
In the three argument version, the condition is applied to a separate range of cells. This range can be numerical of textual. In the example below, the values corresponding to Tom are summed in C10
This entry was posted on Thursday, December 9th, 2004 at 10:34 pm and is filed underFunction Tips. You can follow an
Adding a background graphic
For a more visually presentable spreadsheet, it is possible to add a background image. Here is a quick tutorial on adding an image to the background.
We first activate the built in gallery of images, icons & backgrounds by selecting Tools - Gallery
Select the Backgrounds option and drag the desired background onto the spreadsheet.
The selected image is active when placed. Adjust it’s position and size so that it fills the spreadsheet. Then select Arrange - To Background as shown below.
We are done. If you have alternative technique for placing graphic backgounds on spreadsheets, I’d like to hear from you.
Update: To bring the background image to the foreground again, the following steps need to be performed.
Open the Navigator as shown below.
Under Graphics, select the required image - in our example, there is only one. The anchor symbol should appear as shown below.
To bring the now selected graphic to the foreground, selectArrange - To Foreground by right-clicking on a empty part of the background as shown below.
This entry was posted on Tue
« Adding a background graphic
Introduction to the Status Bar » Using the Navigator
The Navigator, as the name suggests, allows you to view the contents of a spreadsheet, sheets, ranges, linked areas, graphics objects, and notes.
For simple, single page spreadsheets, the use of the Navigatormight be overkill, but as the complexity of the spreadsheet document increases, it can quickly prove it’s usefulness.
There are three ways to invoke the Navigator
Firstly, there is an icon on the toolbar as shown below.
You can also select Edit - Navigator. Also, by default, the function key F5 will toggle the Navigator window ON/OFF
The Navigator window is shown below. It identifies all objects in the document and allows the user to select any object for further manipulation. For example. background images can only be selected through the Navigator
In the example below, we double-click on the named range and it is selected and highlighted for us.
This entry was posted on Monday, Jan
Introduction to the Status Bar
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.
The Status Bar displays information about the current sheet. It is shown below in the default configuration with the different fields tagged.
The fields in the default configuration are:
1 : Position The number of the current sheet and the total number of sheets in the document.
2 : Page Style The Page Style of the currently open sheet. You can double-click in this field to call up the Page Style Editor.
3 : Zoom The current page display zoom factor.
4 : Insert Mode The current insert mode. This field is active when the cursor is in the input line of a formula or cell. By clicking in this field, you can toggle between INSRT = insert and OVER = overwrite.
5 : Selection Mode The current selection mode. By clicking in this field, you can toggle between STD = Standard (default), EXT = Extend and ADD = Add.
6 : Modified Flag If modifications to the current document have not been saved, a * is displayed here.
7 : Formula A basic evaluation of a simple formula for the currently selected range is displayed here. Default is SUM
The Status Bar can be customized by clicking Tools - Configureand selecting the Status Bar tab. The Status Bar configurtion dialog window is shown below.
Th
is entry was posted on We