average function

R

Rod

When I use the average function like this =AVERAGE(B3:C3),
I get a #DIV/0! error.

B3 C3
(0.6 1.6

Any ideas?
 
J

J.E. McGimpsey

Your values in B3 and C3 are entered as Text, which Average()
ignores. Change the format to General, then copy a blank cell,
select B3:C3 and Paste Special, selecting the Values and Add radio
buttons.
 
R

Rod

Thanks! Your solution worked perfectly!
-----Original Message-----
Your values in B3 and C3 are entered as Text, which Average()
ignores. Change the format to General, then copy a blank cell,
select B3:C3 and Paste Special, selecting the Values and Add radio
buttons.



.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top