Skip to content

Commit a0f2f6d

Browse files
committed
Minor edits
1 parent c3b1531 commit a0f2f6d

2 files changed

+55
-53
lines changed

Lesson 2-1 - Validating restructured data against a schema using a spreadsheet.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@
256256
"The process is straightforward:\n",
257257
"\n",
258258
"1. Select the cells in a specific column you wish to limit by type\n",
259-
"2. Select __Data > Data Validation__.\n",
259+
"2. Select __Data > Data Tools > Data Validation__.\n",
260260
"\n",
261261
" ![Excel data validation](images/excel-data-validation.png)\n",
262262
"\n",
@@ -293,14 +293,14 @@
293293
"\n",
294294
"Before you can validate a `list` type, you need to specify valid terms. In Excel, this requires an [extra set of steps](https://support.office.com/en-us/article/create-a-drop-down-list-7693307a-59ef-400a-b769-c5402dce407b).\n",
295295
"\n",
296-
"1. Create a new worksheet in Excel, and there list the terms you want to set as valid values. You can quickly convert your list to a table by selecting any cell in the range, and pressing __Ctrl+T__.\n",
296+
"1. Create a new worksheet in Excel, and there list the terms you want to set as valid values. You can quickly convert your list to a table by selecting any cell in the range, and pressing __Ctrl+T__ (this may differ from version to version in Excel, or entirely in Open Office or other spreadsheet applications).\n",
297297
"\n",
298298
" ![List terms](images/excel-list-terms.png)\n",
299299
" \n",
300300
"2. Add your list data and format it as a Table (__Home tab > Styles > Format as Table__).\n",
301301
"3. You can name your table from the Table tools tab - this one could be named \"CityTable\". This will help you keep track of multiple tables.\n",
302302
"4. In the validation process listed above, go to 3. and select __List__, then add a named range or table name for your list. \n",
303-
"5. Specify a source for your terms via __Data tab > Data Validation > Allow List > Source >__. Then specify your list of terms as any of:\n",
303+
"5. Specify a source for your terms via __Data tab > Data Validation > Allow List > Source__. Then specify your list of terms as any of:\n",
304304
"\n",
305305
" ![List source](images/excel-list-source.png)\n",
306306
"\n",

0 commit comments

Comments
 (0)