Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
What formula do I use to average a column of numbers that contain one cell
with text? I'm using Excel 2007 |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
The AVERAGE function will ignore text (in an array).
How do you want to handle that one cell with text? -- Biff Microsoft Excel MVP "Malcolm" wrote in message ... What formula do I use to average a column of numbers that contain one cell with text? I'm using Excel 2007 |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=average(c:c) should ignore text. I get 4 from this sample
1 a 1 10 -- Don Guillett Microsoft MVP Excel SalesAid Software "Malcolm" wrote in message ... What formula do I use to average a column of numbers that contain one cell with text? I'm using Excel 2007 |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=AVERAGE(A1:A100)
The +AVERAGE() function ignores text values. -- Gary''s Student - gsnu201003 "Malcolm" wrote: What formula do I use to average a column of numbers that contain one cell with text? I'm using Excel 2007 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I average every 3rd cell in a column of a spreadsheet? | Excel Worksheet Functions | |||
Insert a text in column A and calculoate the average for every gro | Excel Discussion (Misc queries) | |||
How to take average of every twelfth cell in a column | Excel Discussion (Misc queries) | |||
compare cells in column to criteria, then average next column cell | Excel Worksheet Functions | |||
average every 6th cell in a column | Excel Worksheet Functions |