I was asking about the different equation structure. Because I was working with a different set of data and the equation that I used there doesn't work with the equation for the data attached in this thread...
The coefficients will change if you're using different data and/or model structure, because they are calculated out of the data values with respect to the model structure.
If you're using a statistical software package instead of Excel you'll get not only the coefficients but also a whole bunch of informations about several other relevant aspects of a model:
- effect size of an input variable, e.g. "Is G a vital factor to explain the outcom 'Dependent Variable'?" The answer is "no" here for your data and a model with main effects only, because the p value is high (p=0.365).
- observations which aren't properly described by the model, e.g. high standardized residuals for obs. no. 11, 12, 18, 32, 55, 88, 98 and 125.
- adjusted coefficient of determination R²(adj) to assess the reliability of a model and as a figure for comparison of different models (higher is better), e.g. R²(adj)=86.57% (good) for the main effects model.
- confidence intervals for coefficients to assess the certainty of statements derived out of the model, e.g. the coefficient of A in the main effects model (coef[A]=0.4666) has a 95% confidence interval of ( 0.4238 ; 0.5095 ).
- VIFs (variance inflation factors) to evaluate the stability of a model and multicollinearity amoung the input variables. VIFs should be small with 1 being the optimal value. For VIFs above 10 the input variables are highly correlated among themselves, so the recommendation is to have VIFs smaller than 5. Conclusions drawn out of an instable model could be misleading. In your model with main effects only the VIFs are smaller than 1.8 (good), but if you're trying to fit interactions (e.g. A*B) or quadratic effects (A*A) the VIFs are getting huge (e.g. with A*B maximum of VIF is 108.7 and with A*A the highest VIF value is 87.8 - way too high for a stable model in both cases).
- variation not explained by the model in the unity of the response, e.g. S=0.1483[unity of 'Dependent Variable'] for the main effects model
- predicted R² for evaluation of the reliability of predictions for new data, e.g. R²(pred)=66.71% (a little bit too small)f or the main effects model.
- graphs and tests to assess the model quality and Gauss-Markov assumptions (see
Gauss–Markov_theorem), usually done via the residuals graphs and test of normality for the residuals. For your data with all observations the residuals aren't normally distributed due to unusual observations (see above), but the rest looks okay (no pattern, trends, etc. in the residuals vs. fits and residuals vs. obs no graphs).
- Prediction AND prediction intervals, e.g. if all input variables are set to their means you'll get a fit/predicted value of 3.32682 and a 95% prediction interval (3.03224 ; 3.62141).
Therefore I won't recommend Excel for modelling, because the calculation of coefficients and fits only isn't sufficient to evaluate the model and be sure to get good, reliable statements and conclusions out of the model
Just a clarification on the interpretation of the equation..does it mean that the variables C,G,H and I negatively impacts the dependent variable? Thanks a lot..so in this case if we will go with G for instance it will negatively affects the overall (which is the dpendent variable)...
Yes, that's correct

As stated before G doesn't have a vital (significant) impact on the 'Dependent Variable' and could be removed from the model, but the negative impact of C, H and I remains even if G is excluded.