Hey folks!
So I'm programming a function that takes a range as input but during the course of the function I need to use a subset of this range as comparison.
So if I get a range("A20:A46") as input I need get the range without a few of the cells at start and end, so something like range("A24:A40").
Is there an elegant way to do this?
So I'm programming a function that takes a range as input but during the course of the function I need to use a subset of this range as comparison.
So if I get a range("A20:A46") as input I need get the range without a few of the cells at start and end, so something like range("A24:A40").
Is there an elegant way to do this?