Microsoft Excel question

TheGrandHooHa

Senior member
Jun 28, 2001
408
0
0
Hi all

I have a question about some number crunching in Excel. If I have a column of numbers that looks like this:

1
4
3
k
1
n
3

How do I get a field at the bottom of the column to display an average of ONLY the numbers (i.e., so that it disregards the k's and n's)?>

Thanks,
TGHH
 

saym

Member
Oct 10, 1999
128
0
0
What version of Excel are you using? I'm on 2000 and =average(a1:a7) works for me.