Hello,
i write the code (1) of the below Index Match formula in a Macros but it keep giving me and error matching can you please help me.
(1)=> INDEX(Table1[Taux],MATCH(F16,Table1[Category],0))
Macros => x = Application.WorksheetFunction.Index("Table1[taux]", Application.WorksheetFunction.Match("sheet4!f16", "Table1[Category]"), 0)
FYI my Table in sheet2 A1:D7
Thank you
i write the code (1) of the below Index Match formula in a Macros but it keep giving me and error matching can you please help me.
(1)=> INDEX(Table1[Taux],MATCH(F16,Table1[Category],0))
Macros => x = Application.WorksheetFunction.Index("Table1[taux]", Application.WorksheetFunction.Match("sheet4!f16", "Table1[Category]"), 0)
FYI my Table in sheet2 A1:D7
Thank you