So as a base Excel Magic Tric 917 (it was a long time ago), did a creative way of counting the rows from 1 to “x” and then repeat itself.
Using that same logic I have tried to reverse the count function so it starts at 10 and counts down to 1 and then repeats.
The count function on MT917 was:-
Rows(C$2:C2) and as it expanded it would count the Rows.
The function I’ve tried is this:-
Rows(C2:C$10) this results in 9 and counts down to 1. The issue I have found is that this 2nd part of the Rows count is fixed as the maximum and isn’t variable. It counts down correctly as it’s locked, but I’m wondering if there is a cleaner way to go about this or a formula I haven’t considered.
Essentially I’m trying to swap the repeating function to count down from “X” to 1 then start at “X” again.
Using that same logic I have tried to reverse the count function so it starts at 10 and counts down to 1 and then repeats.
The count function on MT917 was:-
Rows(C$2:C2) and as it expanded it would count the Rows.
The function I’ve tried is this:-
Rows(C2:C$10) this results in 9 and counts down to 1. The issue I have found is that this 2nd part of the Rows count is fixed as the maximum and isn’t variable. It counts down correctly as it’s locked, but I’m wondering if there is a cleaner way to go about this or a formula I haven’t considered.
Essentially I’m trying to swap the repeating function to count down from “X” to 1 then start at “X” again.