Hello Ken,
I'm not sure what you're after but this function will only ever return 54.
'i' will always be zero when the function is run.
i=i+54 will always equal 54
Plus54=i will also always equal 54.
Can you explain a little more of what you're trying to achieve?
Regards,
D
Hi D trying to return every 54th item from a range, will drag down function when it works
Hi D,
I want to return every 54th item in a range, if there is data in cells A1:A1000 I will place this function in Cell B1 an drag it down, returning every 54th item until it reaches 1000.
Thanks
Ken
Re: Hi D trying to return every 54th item from a range, will drag down function when it works
Ken, have a look at
http://ca.geocities.com/b_davidso/Web_Page_Files/Excel/misc.html
and check out the second last question. Hope this helps you out.
Barrie
Barrie Davidson
Thanks Barry works great!