Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default auto fill help needed


I need to generate a sequential number list, but I need it to skip every
13th number. I am starting with # 2343


--
gotzoom
------------------------------------------------------------------------
gotzoom's Profile: http://www.excelforum.com/member.php...o&userid=30655
View this thread: http://www.excelforum.com/showthread...hreadid=503179

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default auto fill help needed

k = 1
for i = 2343 to 5000
if (i-2342) mod 13 < 0 then
cells(k,1) = i
k = k + 1
End If
Next

--
Regards,
Tom Ogilvy

"gotzoom" wrote in
message ...

I need to generate a sequential number list, but I need it to skip every
13th number. I am starting with # 2343


--
gotzoom
------------------------------------------------------------------------
gotzoom's Profile:

http://www.excelforum.com/member.php...o&userid=30655
View this thread: http://www.excelforum.com/showthread...hreadid=503179



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Auto-populate, Auto-copy or Auto-fill? Jay S. Excel Worksheet Functions 4 August 10th 07 09:04 PM
FILL FUNCTION NEEDED hansonb4 Excel Discussion (Misc queries) 3 September 3rd 06 10:42 PM
using auto fill edit or fill handel fill handle or auto fill Excel Worksheet Functions 0 February 10th 06 07:01 PM
Excel formula fill. Help needed... Jim Excel Discussion (Misc queries) 2 May 12th 05 05:51 PM
Auto Fill Program needed to get maps from internet onto excel Tricia[_2_] Excel Programming 1 July 8th 03 04:25 PM


All times are GMT +1. The time now is 07:32 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"