Sequence of decimals in Excel
How can I print decimals between 0 and 1 in an Excel spreadsheet?
E.g) I have a sequence of 开发者_如何学JAVAnumbers: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10.
Try "=1/10" in one cell, "=2/10" in the cell below that, and then AutoFill by dragging the fill-handle down ten (or eight in this case) rows for that one column.
精彩评论