-2

I want to have average for some float type cells and I don't have any empty cells. But when I use average formula it shows a div/0 error. I have changed the format of cells to number but it does not work.

screen shot :
screen shot

average cell format :
average cell format

Hasta Dhana
  • 4,699
  • 7
  • 17
  • 26

2 Answers2

0

For your system / numbers is a "." the decimal separator or ","? This could be causing your error.

Solar Mike
  • 7,156
  • 4
  • 17
  • 32
  • I changed the decimal separator to "." but it does not changed. – shima homayouni Mar 12 '17 at 12:07
  • Have you tried using SUM() or MAX() on the same range of numbers? i only ask as if they are not accepted as numbers then the functions won't work - I entered your numbers onto a sheet of mine and the average works so there must be something wrong... – Solar Mike Mar 12 '17 at 16:53
0

Finally I found it. With right clicking on the error and selecting "convert to number" the format will be changed and so the average result will be shown