Brug funktionen Average og definer rækken (Eks: A1:A5)
Examples
If A1:A5 is named Scores and contains the numbers 10, 7, 9, 27, and 2, then:
AVERAGE(A1:A5) equals 11
AVERAGE(Scores) equals 11
AVERAGE(A1:A5, 5) equals 10
AVERAGE(A1:A5) equals SUM(A1:A5)/COUNT(A1:A5) equals 11
If C1:C3 is named OtherScores and contains the numbers 4, 18, and 7, then:
AVERAGE(Scores, OtherScores) equals 10.5
--
mvh
pre
"Michael Schrøder" <ms@newmail.dk> wrote in message
news:3f2ce301$0$76112$edfadb0f@dread11.news.tele.dk...
> Har en tabel hvor summen regnes ud lodret, hvilket jeg har fundet ud af.
> Problemet ligger i, at jeg vandret skal bruge gennemsnittet. Hvordan gør
jeg
> det....?
>
> Mvh
> Michael
>
>
|