For any function you want to fit to data use the Solver tool to minimise the sum of the square of the differences between the actual and predicted Y value.
Have a column of data with initial estimates of A,B, and C and, using the function you want to fit, have a column of the square of the difference between the estimated function and the Y data values, with the total of these squared differences in another cell. Use the Solver to minimise that cell of the sum using the cells of A,B,C as the parameters to vary. You might have to play around with the initial estimates of A,B and C to get the best fit.
Tara