Hello,
I have a question about performing a mathematical operation on a range.
I have a defined range, say, range_1 containing a large number of values.
If I want to create a second range, 'range_2', which is just each value in range_1 + 5 (for example), how could I do this?
I just need to...