View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Mike Mike is offline
external usenet poster
 
Posts: 102
Default Is there such an Excel Function?

Hi,

Is there such a function in Excel:

Circular(B1, 2, 5)

which will start in B1 printing twice numbers from 1 to 5, as follows:

1
2
3
4
5
1
2
3
4
5

If not, how such thing is doable?

Thanks,
Mike