I'm trying to create a formula in a cell that, given x, y, and n in other cells, calculates x*y + (x*y)*y + ((x*y)*y)*y + (((x*y)*y)*y)*y ... n times. Anyone know how to do that?

Any help is greatly appreciated.