This question is similar to Selecting every n'th index using modulo in geometry nodes but with an added range option.
I can select every n'th number thanks to Hulifier
I'm trying to select every n'th index, but only choose from the selected indexes between the ranges of b and c using modulo in geometry nodes.
My logic doesn't seem to work for selecting every n'th index between the numerical index ranges b and c using modulo. I checked the output with the viewer (it seems to select the index range I want but the modulo doesn't seem to be executing the way I thought. I should have only 3 icospheres showing up.)



ANDoperation but for indexes instead of booleans. – Rick T May 09 '22 at 05:22