I am getting an error that says my variables are invalid. The name is not invalid as I am using the picker to select, the types seems good to me, they are either currency or numeric. What makes a variable invalid for use in the INDEX method?
As far as I know, any variable can be passed to an index method, since it just returns the value, the MULT method can not know what INDEX will return.