Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have a list of numbers 1-50.... if I delete a row, I want the
numbers to automatically adjust. The formula I had was in cell A1 -- 1 In cell A2 -- A1+ 1 IN cell A3 --A2 + 1 etc If you delete a row, the formulas does not work anymore any ideas. Thanks Chris |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Enter this fomula in A1 and copy down as needed:
=ROW() -- Biff Microsoft Excel MVP wrote in message ... I have a list of numbers 1-50.... if I delete a row, I want the numbers to automatically adjust. The formula I had was in cell A1 -- 1 In cell A2 -- A1+ 1 IN cell A3 --A2 + 1 etc If you delete a row, the formulas does not work anymore any ideas. Thanks Chris |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
In A1 enter:
=ROW() and copy down -- Gary''s Student - gsnu2007h |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
On May 16, 10:59 am, wrote:
I have a list of numbers 1-50.... if I delete a row, I want the numbers to automatically adjust. The formula I had was in cell A1 -- 1 In cell A2 -- A1+ 1 IN cell A3 --A2 + 1 etc If you delete a row, the formulas does not work anymore any ideas. Thanks Chris that is great, but what if I start in cell A3 ... A3 should be 1, A4 should be 2, A5 should be 3 .... |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Use
=ROW(1:1) -- Regards, Peo Sjoblom wrote in message ... On May 16, 10:59 am, wrote: I have a list of numbers 1-50.... if I delete a row, I want the numbers to automatically adjust. The formula I had was in cell A1 -- 1 In cell A2 -- A1+ 1 IN cell A3 --A2 + 1 etc If you delete a row, the formulas does not work anymore any ideas. Thanks Chris that is great, but what if I start in cell A3 ... A3 should be 1, A4 should be 2, A5 should be 3 .... |
#6
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Enter 1 in the first cell.
If the first cell is A3 enter this formula in A4 and copy down as needed: =COUNT(A$3:A3)+1 -- Biff Microsoft Excel MVP wrote in message ... On May 16, 10:59 am, wrote: I have a list of numbers 1-50.... if I delete a row, I want the numbers to automatically adjust. The formula I had was in cell A1 -- 1 In cell A2 -- A1+ 1 IN cell A3 --A2 + 1 etc If you delete a row, the formulas does not work anymore any ideas. Thanks Chris that is great, but what if I start in cell A3 ... A3 should be 1, A4 should be 2, A5 should be 3 .... |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I create a list of sequential numbers in Excel 2003? | Excel Discussion (Misc queries) | |||
trying to store non-zero numbers from a list into sequential cells | New Users to Excel | |||
How do i identify missing numbers in a sequential list | Excel Discussion (Misc queries) | |||
How do I create a list of sequential numbers using Excel or Acces. | Excel Discussion (Misc queries) | |||
list of sequential numbers | Excel Discussion (Misc queries) |