Now need help again *sigh* I am really bad with Excel, but no choice but to use it for this class

Anyway, I am supposed to calculate this..
A(t) = a + b*A(t-1) + u(t)
a and b are constants I have, and I got u(t) thru the random generator thing.
So now the problem is I have to generate this 50 times. I only have the first
A(t-1) and for the other 49 times, I need to get A(t-1) from the previous A(t)...Like let's say
A(2) = 54
A(3) = a + b*54 + u(3)
So is there an easier way to do this automatically 50 times w/o having to put in A(t-1) everytime?
Pls do help...Thanks..