Hello again 
I have created a series of numbers using a column 'n' and 3 cells for Start value, End value and increment, this is thwe formula:
=IF(($L$8+(C8-1)*$O$8)>$N$8,"",($L$8+(C8-1)*$O$8))
Where L8 is start value, C8 is 'n', O8 is increment and N8 is end value.
This is fine if i want whole numbers or predefine amounts of decimals, however now i wish to generate a list of values (angular) between 0 and 2pi radians (basically 0-360 degrees but in radians) how do i alter my formula to show the decimals?
I want to be able to calculate different increments so that needs to stay, any ideas?
Thanks 
Max
Bookmarks