Hi, I'm trying to use the index match function to find the result where the source (in this case the account) could be in columns A through E, and the month is in row 1.
Here is my formula, I know this is not correct, anyone know how to write this correctly? Any help would be greatly appreciated.
=IFERROR(INDEX(BalSheetbyMo!1:100,MATCH('BS Table'!A11,BalSheetbyMo!A:E,0),MATCH('BS Table'!C1,BalSheetbyMo!1:1,0)),0)
Here is my formula, I know this is not correct, anyone know how to write this correctly? Any help would be greatly appreciated.
=IFERROR(INDEX(BalSheetbyMo!1:100,MATCH('BS Table'!A11,BalSheetbyMo!A:E,0),MATCH('BS Table'!C1,BalSheetbyMo!1:1,0)),0)