Hi @AdditivePony307 : When you say "exponential" what exactly do you mean?
1. Something like this: Y=A*exp(k*x)
2. Something like this: Y = A*(1-exp(k*x))
If (1), then you can use Fit Y by X. Then choose "Fit Special..." and choose Natural Log under Y transformation (see screen shots below). If more like (2) the you will have to go through the non-linear platform. If (1) via below, then the "intercept" in the Parameter Estimates output is ln[A] (so A = exp[intercept] ) , and "X" (whatever your X is) is k.