Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I'm using Excel 2000 and would like to format the number in the following
formular with zero decimal places. ="AVG" &" "&averagea(D5:AB5) which returns 2787.375. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
One way:
="AVG " & TEXT(AVERAGEA(D5:AB5),"0") or ="AVG " & ROUND(AVERAGEA(D5:AB5),0) In article , Junhue wrote: I'm using Excel 2000 and would like to format the number in the following formular with zero decimal places. ="AVG" &" "&averagea(D5:AB5) which returns 2787.375. |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
="AVG"&" "& TEXT(AVERAGEA(D5:AB5),"0.000")
-- Gary's Student gsnu200704 "Junhue" wrote: I'm using Excel 2000 and would like to format the number in the following formular with zero decimal places. ="AVG" &" "&averagea(D5:AB5) which returns 2787.375. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
custom number and random text format | Excel Discussion (Misc queries) | |||
change custom format number to text | Excel Discussion (Misc queries) | |||
Formulas dealing with text data | Excel Worksheet Functions | |||
zero supress leading zeros when chg format from text to number | Excel Worksheet Functions | |||
Number is in a text format | Excel Worksheet Functions |