I've got two sheets and I'm trying to use Index Match to fill a summary table.
It looks up the name in summary table and fills a number of columns. I've checked the formula but it's giving me a REF error
(note- I've counted the rows and columns and these are correct) - using the excel function tool
it also shows its picking up the correct row.
My Formula :
=INDEX('Deal Return Detail'!AA5:AQ24,MATCH('Portfolio Summary - Graphs'!B27,'Deal Return Detail'!F:F,0),MATCH(G26,'Deal Return Detail'!2:2,0))
Deal return Detail is the sheet with values Portfolio summary is the summary sheet
Welcome any help as I've checked on here and a number of index match tutorials but no luck as it seems to be a correct formula.
thanks,
L
MATCH('Portfolio Summary - Graphs'!B27,'Deal Return Detail'!F:F,0)
return? What doesMATCH(G26,'Deal Return Detail'!2:2,0)
return? – Foxfire And Burns And Burns