Hi,
can anyone give me the solution how to calculate total in the table?
I have a table with 4 different columns. Each column has a measurable indicator where the value can range from 1 to 10.
In the last column, I would like the field to calculate the average score for the previous 3 columns in that row.
Is there a way to do this?
Thanks
To average the values in A2, B2 & C2, in cell D2 you would use the formula:
=AVERAGE(A2:C2)
Enter that formula in your 4th column adjusting for your actual columns. Then copy that cell down the column and it will adjust itself for each row.
_________________
Microsoft MVP 2010 - Excel
Visit: Jerry Beaucaire's Excel Files & Macros
If you've been given good help, use theicon below to give reputation feedback, it is appreciated.
Always put your code between code tags. [CODE] your code here [/CODE]
“None of us is as good as all of us” - Ray Kroc
“Actually, I *am* a rocket scientist.” - JB (little ones count!)
Hi Reema,
Seeing as you posted this thread in the "Access Programming" Forum, it raises the question of whether you meant the answer to address the Excel method (as JBeaucaire has provided) or the Access method, being: "Don't store calculated values in a table. Use a query instead."
Hopefully, you'll clarify your requirement.
Cheers,
Docendo discimus.
Please consider:
- Thanking those who helped you. Click the reputation icon
in the contributor's post and add Reputation.
- Cleaning up when you're done. Mark your thread [SOLVED] if you received your answer.
_________________
Microsoft MVP 2010 - Excel
Visit: Jerry Beaucaire's Excel Files & Macros
If you've been given good help, use theicon below to give reputation feedback, it is appreciated.
Always put your code between code tags. [CODE] your code here [/CODE]
“None of us is as good as all of us” - Ray Kroc
“Actually, I *am* a rocket scientist.” - JB (little ones count!)
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks