Cross Reference Formula

M

mjsam

Mike H
This is driving me crazy,
my cube chart is A1:i25 on cube chart sheet
my row reference is C15 on workup sheet
my column reference is B15 on workup sheet

My formula on the workup sheet is:
=INDEX('cube chart'!A1:I25,MATCH(C15,'cube chart'!A3:A25,0),MATCH(B15,'cube
chart'!B2:I2,0))

And it's not giving me the correct cross reference. what's wrong with my
formula?
 
J

JNW

Try this:
=INDEX('cube chart'!A2:I25,MATCH(C15,'cube chart'!A2:A25,0),MATCH(B15,'cube
chart'!A2:I2,0))
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top