issue92:libreoffice
Différences
Ci-dessous, les différences entre deux révisions de la page.
Les deux révisions précédentesRévision précédenteProchaine révision | Révision précédente | ||
issue92:libreoffice [2015/03/04 21:56] – [1] fredphil91 | issue92:libreoffice [2015/03/08 17:34] (Version actuelle) – [10] auntiee | ||
---|---|---|---|
Ligne 7: | Ligne 7: | ||
Before we get to the validity options of Calc, we need to set up a spreadsheet where we will use the options. The spreadsheet is a time sheet for showing the hours worked during a week. The time sheet works well for our example because on a given day, the next time input must have a greater value than the previous entry.** | Before we get to the validity options of Calc, we need to set up a spreadsheet where we will use the options. The spreadsheet is a time sheet for showing the hours worked during a week. The time sheet works well for our example because on a given day, the next time input must have a greater value than the previous entry.** | ||
- | Lorsque vous commencez à créer des formules dans Calc, vous réalisez vite qu'un mauvais type de données dans une cellule référencée par votre formule peut casser | + | Lorsque vous commencez à créer des formules dans Calc, vous réalisez vite qu'un mauvais type de données dans une cellule référencée par votre formule peut invalider |
Configuration de la feuille | Configuration de la feuille | ||
- | Avant de passer aux options de validité de Calc, nous avons besoin de mettre en place une feuille de calcul où nous allons utiliser ces options. La feuille de calcul est une feuille de temps pour montrer les heures travaillées au cours d'une semaine. | + | Avant de passer aux options de validité de Calc, nous avons besoin de mettre en place une feuille de calcul où nous allons utiliser ces options. La feuille de calcul est une feuille de temps pour montrer les heures travaillées au cours d'une semaine. |
====== 2 ====== | ====== 2 ====== | ||
Ligne 20: | Ligne 20: | ||
If you haven' | If you haven' | ||
+ | |||
+ | Nous allons commencer par créer le titre et les en-têtes de colonne. Dans la cellule A1, indiquez « Feuille de temps ». Sur la ligne 2, remplissez les colonnes A à F avec les titres suivants : JOUR, DÉBUT, FIN, DÉBUT, FIN, TOTAL. Maintenant, les en-têtes de ligne. Dans la cellule A3, indiquez « lundi ». Sélectionnez la cellule A3 et cliquez sur le petit carré dans le coin inférieur droit de la cellule en surbrillance. Le curseur devient une croix. Faites glisser vers le bas jusqu' | ||
+ | |||
+ | Maintenant, formatons les cellules. Sélectionnez B3:E9, faites un clic droit et sélectionnez Formater les cellules. Cliquez sur l' | ||
+ | |||
+ | Si vous ne l'avez pas encore fait, vous pouvez enregistrer votre feuille de calcul. | ||
====== 3 ====== | ====== 3 ====== | ||
Ligne 30: | Ligne 36: | ||
The Criteria tab (above) is where we control what constitutes valid data. The Allow drop-down list defines the type of data that is acceptable. The default is All Values. The other types are Whole Numbers, Decimal, Date, Time, Cell Range, List, and Text Length. The choices for the different types are basically the same except for Cell Range and List. With the cell Range, you define a cell range and the cell must contain a value that is in one of those cells. The defined range must consist of only one column or one row. With the List option, you define a list of acceptable values. With both the List and Cell Range options, you get a drop-down list box with the acceptable values. For our purposes, we need Allow set to Time.** | The Criteria tab (above) is where we control what constitutes valid data. The Allow drop-down list defines the type of data that is acceptable. The default is All Values. The other types are Whole Numbers, Decimal, Date, Time, Cell Range, List, and Text Length. The choices for the different types are basically the same except for Cell Range and List. With the cell Range, you define a cell range and the cell must contain a value that is in one of those cells. The defined range must consist of only one column or one row. With the List option, you define a list of acceptable values. With both the List and Cell Range options, you get a drop-down list box with the acceptable values. For our purposes, we need Allow set to Time.** | ||
+ | |||
+ | Validation de la configuration | ||
+ | |||
+ | Nous aurons besoin de vérifier la validité des saisies d' | ||
+ | |||
+ | Sélectionnez la cellule B3, puis Données > Validité. La boîte de dialogue de validité apparaît. | ||
+ | |||
+ | L' | ||
====== 4 ====== | ====== 4 ====== | ||
Ligne 38: | Ligne 52: | ||
Click on the Input Help tab (below). The settings on this tab are optional. The idea is to provide the user with information about what to enter into the cell as a tip box that pops up when the cell is selected. To activate, click the checkbox for “Show input help when cell is selected.” Create a title for the tip box by typing it in the Title text box. For us, we could use the title “Start Time”. The Input Help text box is where you put the actual help tip like “Enter the start time: ex. 1:00 PM or 13:00”.** | Click on the Input Help tab (below). The settings on this tab are optional. The idea is to provide the user with information about what to enter into the cell as a tip box that pops up when the cell is selected. To activate, click the checkbox for “Show input help when cell is selected.” Create a title for the tip box by typing it in the Title text box. For us, we could use the title “Start Time”. The Input Help text box is where you put the actual help tip like “Enter the start time: ex. 1:00 PM or 13:00”.** | ||
+ | |||
+ | Cochez la case « Autoriser les cellules vides » pour permettre aux cellules de rester vides. Cela nous permettra de commencer avec une feuille de temps vide. | ||
+ | |||
+ | La liste déroulante Données vous permet de sélectionner l' | ||
+ | |||
+ | Cliquez sur l' | ||
====== 5 ====== | ====== 5 ====== | ||
Ligne 44: | Ligne 64: | ||
Once you have everything set, click OK to save the Validity dialog settings.** | Once you have everything set, click OK to save the Validity dialog settings.** | ||
+ | |||
+ | Passez à l' | ||
+ | |||
+ | Une fois que vous avez tout rempli, cliquez sur OK pour enregistrer les paramètres du dialogue de validité. | ||
====== 6 ====== | ====== 6 ====== | ||
Ligne 51: | Ligne 75: | ||
For columns C, D, and E, we will do almost the same thing. We will go through the steps on C, and you can repeat for D and E. Select cell C3, Data > Validity. On the Criteria tab of the Validity dialog, select Time from the Allow drop-down list. Check to allow empty cells. Set Data to greater than, and set the minimum value to B3. Notice that we use a relative cell reference here. This will allow us to copy it to the other cells and have the reference translate. These criteria tell Calc that the cell requires a value greater than the value in cell B3. Do what you want with the help and error tabs. I do recommend using at least Information or Warning messages for invalid data. The messages could mention needing a greater value (or a later time). Right-click cell C3 and copy the cell, then paste it into cells C4:C9. | For columns C, D, and E, we will do almost the same thing. We will go through the steps on C, and you can repeat for D and E. Select cell C3, Data > Validity. On the Criteria tab of the Validity dialog, select Time from the Allow drop-down list. Check to allow empty cells. Set Data to greater than, and set the minimum value to B3. Notice that we use a relative cell reference here. This will allow us to copy it to the other cells and have the reference translate. These criteria tell Calc that the cell requires a value greater than the value in cell B3. Do what you want with the help and error tabs. I do recommend using at least Information or Warning messages for invalid data. The messages could mention needing a greater value (or a later time). Right-click cell C3 and copy the cell, then paste it into cells C4:C9. | ||
You can repeat for columns D and E. You can also just copy C3 to D3:D9 and E3:E9, but you will need to adjust the text in the dialogs for help and error.** | You can repeat for columns D and E. You can also just copy C3 to D3:D9 and E3:E9, but you will need to adjust the text in the dialogs for help and error.** | ||
+ | |||
+ | Nous allons recopier la cellule B3 dans les cellules B4:B9. Un clic droit sur la cellule B3 et sélectionnez Copier. Sélectionnez les cellules B4:B9, faites un clic droit et sélectionnez Coller. Cela va copier les paramètres de validité dans les cellules. La colonne entière aura les mêmes exigences pour la saisie. | ||
+ | |||
+ | Pour les colonnes C, D et E, nous allons faire presque la même chose. Nous allons dérouler les étapes pour C, et vous pourrez les répéter pour D et E. Sélectionnez la cellule C3, Données > Validité. Dans l' | ||
+ | Vous pouvez répéter pour les colonnes D et E. Vous pouvez aussi recopier C3 sur D3:D9 et E3:E9, mais vous aurez besoin d' | ||
====== 7 ====== | ====== 7 ====== | ||
Ligne 64: | Ligne 93: | ||
=SUM(F3: | =SUM(F3: | ||
+ | |||
+ | Formules pour les totaux | ||
+ | |||
+ | Maintenant que notre validation est en place, nous devons créer les formules pour obtenir les totaux. Nous allons commencer avec les totaux quotidiens. Sélectionnez la cellule F3. Saisissez la formule : | ||
+ | |||
+ | =(C3-B3)+(E3-D3) | ||
+ | |||
+ | ce qui nous donnera le total des heures du lundi. Faites un clic droit sur F3 et Copier. Sélectionnez les cellules F4:F9, clic droit, et Coller. | ||
+ | Pour le total hebdomadaire en F10, nous allons simplement additionner les totaux quotidiens. Voici la formule : | ||
+ | |||
+ | =SOMME(F3: | ||
====== 8 ====== | ====== 8 ====== | ||
Ligne 72: | Ligne 112: | ||
By default, the Protect option is turned on for all cells. To change the protection setting for the input cells, select B3:B9, Format > Cells, and the Format Cells dialog appears. Click on the Cell Protection tab and uncheck Protected.** | By default, the Protect option is turned on for all cells. To change the protection setting for the input cells, select B3:B9, Format > Cells, and the Format Cells dialog appears. Click on the Cell Protection tab and uncheck Protected.** | ||
+ | |||
+ | Protection des cellules | ||
+ | |||
+ | Une fois que vous avez mis en place une feuille comme vous le souhaitez, vous pouvez protéger les parties de la feuille que vous voulez rendre non modifiables, | ||
+ | |||
+ | Par défaut, l' | ||
====== 9 ====== | ====== 9 ====== | ||
Ligne 78: | Ligne 124: | ||
To remove protection from a sheet or document, Tools > Protect Document > Sheet (or Document). If a password was used when protection was set, enter the password used to protect the sheet or document.** | To remove protection from a sheet or document, Tools > Protect Document > Sheet (or Document). If a password was used when protection was set, enter the password used to protect the sheet or document.** | ||
+ | |||
+ | À ce stade, vous pouvez toujours modifier n' | ||
+ | |||
+ | Pour supprimer la protection d'une feuille ou d'un document, Outils > Protéger le document > Feuille (ou Document). Si un mot de passe a été utilisé lorsque la protection a été mise, saisissez le mot de passe utilisé pour protéger la feuille ou le document. | ||
====== 10 ====== | ====== 10 ====== | ||
Ligne 86: | Ligne 136: | ||
The Calc Validity options are a great way to set up sheets for use by other people, or to keep you from entering invalid data on a complicated sheet. You can set it up to reject the invalid data outright, or for the user to make a choice about keeping the input. Once you have the sheet set the way you want it, you can protect the sheet from unwanted changes. This is a good way to protect formulas and labels. Finally, the Detective tool allows the user to mark invalid data they entered.** | The Calc Validity options are a great way to set up sheets for use by other people, or to keep you from entering invalid data on a complicated sheet. You can set it up to reject the invalid data outright, or for the user to make a choice about keeping the input. Once you have the sheet set the way you want it, you can protect the sheet from unwanted changes. This is a good way to protect formulas and labels. Finally, the Detective tool allows the user to mark invalid data they entered.** | ||
+ | |||
+ | Marquer les données incorrectes avec Audit | ||
+ | |||
+ | Si vous avez sélectionné Avertissement ou Information dans la liste déroulante d' | ||
+ | |||
+ | Les options de validité de Calc sont un excellent moyen de mettre en place des feuilles pour une utilisation par d' | ||
issue92/libreoffice.1425502566.txt.gz · Dernière modification : 2015/03/04 21:56 de fredphil91