I have a named range which I called (Y_Axis). I want to use the first and last values within this range for something. So my question is: Is there a formula which will look within the Y_Axis range and give me the first or last value (depending on which one I want)?
If I'm correct in understanding you, you want the formula to give you the largest and smallest values in a set of numbers. If that is the case you can use a LARGE and SMALL function for each case respectively.
Assuming your array is A1:A10 in this example, to get the largest number use the formula:
No not teh largest or smallest. Let me give an exam. let teh name range Y_Axis contain the following numbers listed in a column: 4 6 7 8 9 0 2 3. I want one formula that will look within the range and give me the first value which is 4 and another formula to look within the same range and give me the last value which is 3.