Angular Repeating sequence

TOKYOJ1

New Member
Joined
Aug 14, 2017
Messages
30
Hello,

I have a long repeating angle/circular sequence as example below which repeats at every 360 degrees. I wish to add 360, 720, 1080, 1440 (circles) at every turning points so I get an ascending sequence.

Original sequenceDesired resultNote
1212
2929
120120
240240
359359
2362
15375
40400
120480
270630
325685
359719
3723add 360
9729
20740
111831
233953
3451065
51085add 720

<colgroup><col><col><col></colgroup><tbody>
</tbody>

Can anyone assist in this?

Thanks in advance
 

Excel Facts

Does the VLOOKUP table have to be sorted?
No! when you are using an exact match, the VLOOKUP table can be in any order. Best-selling items at the top is actually the best.
Sorry the correct sequence:

Original sequenceDesired resultNote
1212
2929
120120
240240
359359
2362add 360
15375
40400
120480
270630
325685
359719
3723add 720
9729
20740
111831
233953
3451065
51085add 1080

<colgroup><col><col><col></colgroup><tbody>
</tbody>
 
Upvote 0
Assuming your Original Sequence has a non-empty header with at least one letter in cell A1, try placing the following formula in cell B2 and drag-copying it down as needed:

=A2+360*(SUMPRODUCT(--($A$1:A1>$A$2:A2))-1)
 
Upvote 0

Forum statistics

Threads
1,215,063
Messages
6,122,928
Members
449,094
Latest member
teemeren

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top