Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hello
I have a 2003 EXCEL. I want to average two decimal number number like 0.234 and 0.225. It is impossible with the formating protocol. Can any body help me to do this? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
With a formula =AVERAGE(A1,A2) what happens when you custom format the cell
to 0.000 OR Select 'Number' format and allow 3 decimals.. -- Jacob (MVP - Excel) "JohnJJ" wrote: Hello I have a 2003 EXCEL. I want to average two decimal number number like 0.234 and 0.225. It is impossible with the formating protocol. Can any body help me to do this? |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I think you're going to have to explain the problem in more detail.
With those two numbers in A2 and A3, the formula =AVERAGE(A2:A3) gives the answer 0.2295. It shows it that way with the cell formatted as General. If you want to format as number with 5 decimal places, you can do so, and then see 0.22950. What are you trying to achieve, how did you try to do it, and what result did you get? -- David Biddulph "JohnJJ" <JohnJJ @discussions.microsoft.com wrote in message ... Hello I have a 2003 EXCEL. I want to average two decimal number number like 0.234 and 0.225. It is impossible with the formating protocol. Can any body help me to do this? |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() "JohnJJ" wrote: Hello I have a 2003 EXCEL. I want to average two decimal number number like 0.234 and 0.225. It is impossible with the formating protocol. Can any body help me to do this? In the format cell I have general with the sample showing DIV/0.I fixed the decimal number with 5 without result . I don't know if I need to regulate some command in my cumputer. |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
It sounds as if your "numbers" are not numbers but text.
If you've got one of the "numbers" in A2, what do =ISNUMBER(A2) and =ISTEXT(A2) tell you? You may have spaces or non-breaking spaces along with your "numbers". If you are lucky, you may be able to change the text to numbers by copying a blank cell, then selecting your range of text and using Edit/ Paste Special/ Add. -- David Biddulph "JohnJJ" wrote in message ... "JohnJJ" wrote: Hello I have a 2003 EXCEL. I want to average two decimal number number like 0.234 and 0.225. It is impossible with the formating protocol. Can any body help me to do this? In the format cell I have general with the sample showing DIV/0.I fixed the decimal number with 5 without result . I don't know if I need to regulate some command in my cumputer. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Leading decimal and zeros in formating numbers | Excel Discussion (Misc queries) | |||
Formating decimal numbers | Excel Discussion (Misc queries) | |||
Help with formating cells (decimal places) | Excel Worksheet Functions | |||
Converting 2-place decimal value to floating point decimal number with leading zero | Excel Discussion (Misc queries) | |||
Formating decimal and date | Excel Worksheet Functions |