+ Reply to Thread
Results 1 to 4 of 4
  1. #1
    Registered User
    Join Date
    02-26-2009
    Location
    India
    MS-Off Ver
    Access
    Posts
    69

    How to Calculate total in table?

    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

  2. #2
    Forum Guru JBeaucaire's Avatar
    Join Date
    03-21-2008
    Location
    Bakersfield, CA
    MS-Off Ver
    2010
    Posts
    18,228

    Re: How to Calculate total in table?

    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 the icon 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!)

  3. #3
    Forum Moderator ConneXionLost's Avatar
    Join Date
    03-11-2009
    Location
    Victoria, Canada
    MS-Off Ver
    2003 & 2010
    Posts
    1,797

    Re: How to Calculate total in table?

    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.

  4. #4
    Forum Guru JBeaucaire's Avatar
    Join Date
    03-21-2008
    Location
    Bakersfield, CA
    MS-Off Ver
    2010
    Posts
    18,228

    Re: How to Calculate total in table?

    Quote Originally Posted by ConneXionLost View Post
    ...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."
    **blush** ** embarrassment** I didn't even notice that. Sorry about that!
    _________________
    Microsoft MVP 2010 - Excel
    Visit: Jerry Beaucaire's Excel Files & Macros

    If you've been given good help, use the icon 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!)

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.2.0