Forum Discussion
Jake11580
Mar 29, 2022Copper Contributor
AVERAGE function error
So, I have table converted from the website and it´s updating every 16h. I have another sheet where I want to add average value of the defined column from the table. The formula is: =AVERAGE(Tabl...
- Mar 29, 2022
The values in your screenshot are left-aligned. This makes me suspect that they are text values, not real numbers.
Select the range.
Make sure that the number format is set to General or to Number, not to Text.
On the Data tab of the ribbon, click Text to Columns, then click Finish.
Alternatively, change your average formula to
=AVERAGE(--Table_0[Goals GF/GP])
HansVogelaar
Mar 29, 2022MVP
The values in your screenshot are left-aligned. This makes me suspect that they are text values, not real numbers.
Select the range.
Make sure that the number format is set to General or to Number, not to Text.
On the Data tab of the ribbon, click Text to Columns, then click Finish.
Alternatively, change your average formula to
=AVERAGE(--Table_0[Goals GF/GP])
Jake11580
Mar 29, 2022Copper Contributor
Thank you!
The key was that Text to Columns. I just tried to set the number format from the Home tab only.
The key was that Text to Columns. I just tried to set the number format from the Home tab only.