[gnomeweb-wml] fix typo in Gnumeric docs
- From: Andreas J. Guelzow <guelzow src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnomeweb-wml] fix typo in Gnumeric docs
- Date: Sat, 3 Dec 2011 18:29:36 +0000 (UTC)
commit 573dba8140e8b622be2ad0211cf0884b56442714
Author: Andreas J Guelzow <aguelzow pyrshep ca>
Date: Sat Dec 3 11:28:47 2011 -0700
fix typo in Gnumeric docs
.../gnumeric/doc/sect-data-formulas.shtml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/projects.gnome.org/gnumeric/doc/sect-data-formulas.shtml b/projects.gnome.org/gnumeric/doc/sect-data-formulas.shtml
index ae6d5d3..a080945 100644
--- a/projects.gnome.org/gnumeric/doc/sect-data-formulas.shtml
+++ b/projects.gnome.org/gnumeric/doc/sect-data-formulas.shtml
@@ -663,7 +663,7 @@
<p class="para block block-first">
As shown in <a class="xref" href="sect-data-formulas.shtml#dmedian-example-1" title="Calculating the MEDIAN of Some Data Values">Figure 5-2</a>, instead of using (the non-existing)
function <span class="code" dir="ltr">DMEDIAN</span> one can use the alternative expression
- <span class="code" dir="ltr">median(if(A1:A20="AA",B1:B2))</span> entered as an array function as described in
+ <span class="code" dir="ltr">median(if(A1:A20="AA",B1:B20))</span> entered as an array function as described in
<a class="xref" href="sect-data-formulas.shtml#sect-data-formulas-array" title="Array Formulas">Section 5.2.4.5 â Array Formulas</a>. Multiple conditions can be combined using
the <span class="code" dir="ltr">AND</span> or <span class="code" dir="ltr">OR</span> functions as in
<span class="code" dir="ltr">median(if(OR(A1:A20="AA",A1:A20="BB"),B1:B20))</span>.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]