The Spreadsheet tab opens a spreadsheet similar to those found in many other spreadsheet programs, such as Microsoft Excel. You can enter data here, as well as import and export data to other spreadsheet programs. This is useful for creating spreadsheets for staff requirements, schedules, budgets, or any other event-specific data that you want to add to your presentation layout.
Two default spreadsheets are included in the spreadsheet shortcuts: Title Block and Rental Order. The Title Block spreadsheet includes information from the Document Options, Event Info tab. The Rental Order spreadsheet tabulates items not included in the event inventory. You can use these as is, modify them to suit your needs, or create new spreadsheets from scratch.
You create a new spreadsheet by naming a shortcut for it. Any changes you make to a spreadsheet while its shortcut is selected are saved automatically and associated with that shortcut. Before making changes, always check that the currently selected spreadsheet is the one that you want to modify. You can quickly switch between the versions of the spreadsheet by clicking their shortcut icons.
Result: An empty spreadsheet is created. A shortcut to your new spreadsheet is added to the Spreadsheet shortcut bar and the title for the work area changes to correspond with the spreadsheet name.
You can import information in the following formats into a Vivien spreadsheet:
Result: The Open dialog box appears.
You can export information from Vivien spreadsheets into the following formats:
Result: The Export dialog box appears.
Note: It is recommended that you save in (*.wss) format to optimize compatibility between Vivien and WYSIWYG files.
For each cell, you can change:
Result: The Format Cells dialog box appears.
Note: You can also change the text format by using the Bold, Italics, Underline and Align commands on the Format menu, or by clicking the corresponding tool on the Text Format toolbar.
Result: The Open dialog box appears.
Result: The image is inserted into the spreadsheet.
Over 100 formulae for common mathematical and logic functions are supported in Vivien (you must manually enter the formulae as text in a cell). Examples of formulae include the following:
ABS: determines the absolute value of the specified value, cell or expression.
Syntax: ABS(value)
Syntax: ABS(expression)
Example: =ABS(-4) gives output 4
=ABS(B4) alternatively, reference cells within your sheet
AVERAGE: finds the averages of a list of values.
Syntax: AVERAGE(value1, value2,...)
Syntax: AVERAGE(array1, array2, ...)
Example: =AVERAGE(1,2,3,4,5) gives output 3
= AVERAGE(A1:A10) alternatively, reference cells in your sheet
CEILING: rounds a number up to the nearest multiple of the specified value.
Syntax: CEILING (value, rounding multiple)
Example: =CEILING(-2.3, -1) rounds to the closest whole number in the negative range,
gives output -3
FLOOR: rounds a number down to the nearest multiple of the specified value.
Syntax: FLOOR (value, rounding multiple)
Example: =FLOOR(2.3, 1) rounds to the closest whole number in the positive range, gives
output 3
MAX: returns the maximum value from a given list of values.
Syntax: MAX(value1, value2,...)
Syntax: MAX(array1, array2,...)
Example: =MAX(1,2,3,4,5) gives 5
=MAX(A1:A5, B2:B21) allows you to find the maximum value from multiple
ranges
MEDIAN: returns the median, or the number in the middle of the provided set of numbers.
Syntax: MEDIAN(value1, value2,...)
Syntax: MEDIAN(array1, array2,...)
Example: =MAX(1,2,3,4,5) gives 3
=MAX(A1:A5, B2:B21) allows you to find the median value from multiple
ranges
MIN: returns the minimum value from a given list of values.
Syntax: MIN(value1, value2,...)
Syntax: MIN(array1, array2,...)
Example: =MIN(1,2,3,4,5) gives 1
=MIN(A1:A5, B2:B21) allows you to find the minimum value from multiple
ranges
SUM: returns the sum of cells or range of cells.
Syntax: SUM(value1, value2, ...)
Syntax: SUM(array1, array2, ...)
Example: =SUM(1,2,3,4,5) gives output 15
Note: =SUM(A1:15) allows you to sum over a range of cells
SmartCells can be used to ensure that the same type of information displays in all spreadsheets for the event.
Result: The cell is now a SmartCell.
The following table describes the variables that you can use and the information they store:
Variable |
Definition |
Source |
---|---|---|
The producer for the show. |
The producer defined on the Event Info tab in Document Options. For more information on this tab, refer to "Event Info tab". |
|
The name of the event. |
The event defined on the Event Info tab in Document Options. For more information on this tab, refer to "Event Info tab". |
|
The client for the show. |
The client defined on the Event Info tab in Document Options. For more information on this tab, refer to "Event Info tab". |
|
The venue for the event. |
The venue defined on the Event Info tab in Document Options. For more information on this tab, refer to "Event Info tab". |
|
The date for the event. |
The date defined on the Event Info tab in Document Options. For more information on this tab, refer to "Event Info tab". |
|
The supplier for the event. |
The supplier defined on the Event Info tab in Document Options. For more information on this tab, refer to "Event Info tab". |
|
The name of the last user to modify the document. |
The user defined in the Last Modified By box on the Document Summary tab in Document Options. For more information on this tab, refer to "Document Summary tab".
|
|
The name of your Vivien file. |
The name you chose when saving your document using either the Save or Save As command from the File menu. The name of your Vivien file displays at the top left of the Vivien window. For more information on setting the name of your file, refer to "Saving event documents".
|
|
The current date and time. |
System date and time. The format of the date and time can be changed by clicking Options > Document Options > Document Summary, and then typing the new format in the SmartCell Date box.
|
|
Layout Title |
The name of the layout. |
The name of the layout on which the Spreadsheet or Report where this variable is defined, appears. |