I need to use the following two formulas
=CELL("Address",INDEX(A1:A10,MATCH(B1,A1:A10,1)))
=CELL("Address",INDEX(A1:A10,MATCH(B2,A1:A10,1)))
to form the range in the following formula:
=PRODUCT(OFFSET(B1,0,1):OFFSET(B2,0,1))
e.g.
=PRODUCT(OFFSET(CELL("Address",INDEX(A1:A10,MATCH(B1,A1:A10,1))),0,1):OFFSET(CELL("Address",INDEX(A1:A10,MATCH(B2,A1:A10,1))),0,1))
However, Excel is telling me that this formula is returning an error.
Can anybody advise how to get around this? Thanks.
=CELL("Address",INDEX(A1:A10,MATCH(B1,A1:A10,1)))
=CELL("Address",INDEX(A1:A10,MATCH(B2,A1:A10,1)))
to form the range in the following formula:
=PRODUCT(OFFSET(B1,0,1):OFFSET(B2,0,1))
e.g.
=PRODUCT(OFFSET(CELL("Address",INDEX(A1:A10,MATCH(B1,A1:A10,1))),0,1):OFFSET(CELL("Address",INDEX(A1:A10,MATCH(B2,A1:A10,1))),0,1))
However, Excel is telling me that this formula is returning an error.
Can anybody advise how to get around this? Thanks.