Hi: I'm trying to figure out a way to have a formula refer to just a portion of a named range. For example, if the range "myrange" contains the following pieces of data:
10
15
20
25
30
35
I want a formula that refers to just the first x rows of myrange.
So for example, if x = 3, and I had a formula looking for the max of that portion of myrange, it would return 20 (the max of the first three pieces of data)
Is there a simple way to do this? Thank you for any help!
10
15
20
25
30
35
I want a formula that refers to just the first x rows of myrange.
So for example, if x = 3, and I had a formula looking for the max of that portion of myrange, it would return 20 (the max of the first three pieces of data)
Is there a simple way to do this? Thank you for any help!