What kind of answer did you expect? I would write
Subscript[u, 1][i_, j_] := (u[i, j + 1] + u[i, j])/2; Exp[Subscript[u, 1][i, j]]