View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.newusers
Claus Busch Claus Busch is offline
external usenet poster
 
Posts: 3,872
Default How to list in a column with certain number

Hi,

Am Thu, 11 Apr 2013 14:25:16 +0000 schrieb Angxin77:

How can I type in a certain number in one cell and it comes out with the
list of numbers? For example if I input a number "10", it automatically
shows a list of numbers from 1, 2, 3... to 10 in a column (not drop-down
list) . Is there any function that can be used for this purpose? Thank
you


your number in A1. Then in A2:
=IF(ROW(A1)$A$1,"",ROW(A1))
and copy down


Regards
Claus Busch
--
Win XP PRof SP2 / Vista Ultimate SP2
Office 2003 SP2 /2007 Ultimate SP2