Share via

Missing parenthesis error

Anonymous
2023-12-29T16:28:06+00:00

When I type @average( it returns this error message when I go to select data I want to average. This is recent; I have been doing averages in Excel for years (data shown is daily electric use -- month / total $$ charge / # of days / average cost per day). This is happening in all Excel workbooks that I have been using lately.

Averages: 80.15 31 2.54
8/26-9/26 2017 15.04 31 0.49
9/26-10/25 2017 16.27 33 0.49
10/26-11/23 2017 37.96 33 1.15
11/28-12/22 2017 43.99 26 1.69

Microsoft 365 and Office | Excel | For home | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

8 additional answers

Sort by: Most helpful
  1. Rory Archibald 18,965 Reputation points Volunteer Moderator
    2024-01-01T23:33:13+00:00

    I can't replicate the error you describe - which version and build are you using? It may be related to the relatively new use of @ as in intersection operator but it doesn't affect either my Windows or Mac versions. I assume you have Lotus compatibility turned on?

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2024-01-01T15:04:44+00:00

    @sum is also "missing" first parenthesis.

    Work around using =sum and =average is working.

    WHY????

    Been doing @sum and @averagre for many, many years.

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2023-12-30T16:45:35+00:00

    I guess you didn't look at entire question. First is sheet that shows how I have done averages in the past. NO problem.

    The second one is the error message I am getting. "The formula is missing an opening...parenthesis." but you can see that the parenthesis IS there.

    WHY? Never had a problem until recently

    Was this answer helpful?

    0 comments No comments
  4. triptotokyo-5840 36,686 Reputation points Volunteer Moderator
    2023-12-29T16:33:33+00:00

    When I type @average( it returns this error message when I go to select data I want to average. This is recent; I have been doing averages in Excel for years (data shown is daily electric use -- month / total $$ charge / # of days / average cost per day). This is happening in all Excel workbooks that I have been using lately.

    Averages: 80.15 31 2.54
    8/26-9/26 2017 15.04 31 0.49
    9/26-10/25 2017 16.27 33 0.49
    10/26-11/23 2017 37.96 33 1.15
    11/28-12/22 2017 43.99 26 1.69

    Image

    Assuming your data's in cells:-

    A 1 to D 5

    • this works for me:-

    =AVERAGE(B1:D5)

    • and it displays:-

    23.58467

    Was this answer helpful?

    0 comments No comments