G
Gromit
Hi,
What I was trying to do was to come up with a way of changing th
reference range for a MIN function in any column given a variabl
number of rows given by a named range "NoProjects".
I slept on it and came up with a much cleaner solution that didn't nee
the column ref.
MIN(A1:OFFSET(A1,NoProjects-1,0))
Thanks for the ideas,
Gromi
What I was trying to do was to come up with a way of changing th
reference range for a MIN function in any column given a variabl
number of rows given by a named range "NoProjects".
I slept on it and came up with a much cleaner solution that didn't nee
the column ref.
MIN(A1:OFFSET(A1,NoProjects-1,0))
Thanks for the ideas,
Gromi