Define a range based on cell value
Hi,
I'm trying to define a range to calculate a MIN function using a different cell value. Here's where I'm at:
In excel, the function would be: =MIN(A1:INDIRECT(CONCATENATE("A",B2))), but in numbers, I can't seem to get the range to start in the right place.
In the example above, the result in C2 should be 5, but it is starting the range at B1 instead of B2 (the result of E2 when changed to either 1 or 2 both = 9)
Can anyone help?
Many thanks in advance.