View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
mjsam mjsam is offline
external usenet poster
 
Posts: 4
Default Cross Reference Formula

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?