Conditional Array Reference inside of other Formula
Posted by JuliaB on March 02, 2001 4:13 PM
I need to create a reference an array range inside
a formula where the array range is conditional on
another cell.
Using the following:
=Address(5+Match(Matchcell,Range,1),14,4)
I can get the cell reference (say N10) I need as a cell. But then I need to use this result as the start
of an array range inside of another formula (N10:017) and I can't figure it out.
Any ideas?