Jinjunwei
New Member
- Joined
- Jun 12, 2005
- Messages
- 49
Hello Everyone.
Im trying to create a list of repeating numbers excel. For example, I'd like to have a column (say column A) count up: 1,2,3,4,5....1000. Then in cell A1001, I'd like the count to revert back to 1. I did a lot of searching and found the following formula:
A1: =(IF(MOD((ROW()-ROW(List_start)+1)/$D$1, 1)=0, 1, MOD((ROW()-ROW(List_start)+1)/$D$1, 1)))*$D$1
where D1 is the number i'd like to repeat, in my case, 1000. I can't get the formula to work. Any advice?
Thank you in advance.
Brian
Im trying to create a list of repeating numbers excel. For example, I'd like to have a column (say column A) count up: 1,2,3,4,5....1000. Then in cell A1001, I'd like the count to revert back to 1. I did a lot of searching and found the following formula:
A1: =(IF(MOD((ROW()-ROW(List_start)+1)/$D$1, 1)=0, 1, MOD((ROW()-ROW(List_start)+1)/$D$1, 1)))*$D$1
where D1 is the number i'd like to repeat, in my case, 1000. I can't get the formula to work. Any advice?
Thank you in advance.
Brian