im trying to use the indirect funtion as described below. what im trying to do is complicated, below is just a simplified version:
say cell a1=2 and cell a2=3
the values of cell b1 is "a1" and b2 is "a2"
so i want to use the indirect funtion to get the average of 2 and 3
this is what i type: indirect("average("&b1&":"&b2&")"). this should translate into average(a1:a2).
this just gives back a cell reference error. is there a mistake in my syntax, cos i cant see one!
Bookmarks