posted May 2, 2013, 7:27 AM by Ezra Kenigsberg
[
updated Dec 14, 2016, 9:43 AM
]
#DataTipOfTheDay 2013-05-02Q: "How do I make numbered lists in an Excel cell?"
A: Install my free, open-source Excel add-in*. Instructions follow. - right-click this link and click "Save Link As..." (or "Save Target As...") to save the add-in, "List 2013-05-01.xla", to your computer.
- I recommend saving it to
- C:\Users\[username]\AppData\Roaming\Microsoft\Excel\XLSTART (for Win7) or
- C:\Documents and Settings\[username]\Application Data\Microsoft\Excel\XLSTART (for Win XP)
...XLAs saved to the XLSTART directory automatically open when I start Excel.
- use the NUMBER() function to create a numbered list. Examples shown below.
The NUMBER() function takes up to four arguments: - (required) the text (typically a cell reference) to be shown in list-numbered format
- (optional) adjust the starting list number, 1, of the cell by X (default is 0)
- (optional) nudge left indent for wrapped lines (default is 0)
- (optional) nudge right margin for all lines (default is 0; positive numbers make lines longer, negative numbers make lines shorter)
You probably noticed that there's another function, BULLET().
The BULLET() function takes up to three arguments: - (required) the text (typically a cell reference) to be shown in bulleted format
- (optional) nudge left indent for wrapped lines (default is 0)
- (optional) nudge right margin for all lines (default is 0; positive numbers make lines longer, negative numbers make lines shorter)
* License for "List 2013-05-01.xla": Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Update 2016-12-14: changed download link |
|