Next in thread → Next in month →

[OASIS Issue Tracker] Issue Comment Edited: (OFFICE-3468) Changesneeded for IFNA & IFERROR function definitions for empty cells

From
OASIS Issues Tracker <>
Date
2010-10-12T16:18:35+00:00
ID
339347432.78301286900306182.JavaMail.tomcat55@mw00
Thread
[OASIS Issue Tracker] Issue Comment Edited: (OFFICE-3468) Changesneeded for IFNA & IFERROR function definitions for empty cells
[ http://tools.oasis-open.org/issues/browse/OFFICE-3468?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=22110#action_22110 ] 

Eike Rathke edited comment on OFFICE-3468 at 10/12/10 12:17 PM:
----------------------------------------------------------------

IFERROR(1/C5, "xyz") returns 1/C5 if C5 is not 0, and "xyz" if C5 is 0 (or empty).

      was (Author: erack):
    FERROR(1/C5, "xyz") returns 1/C5 if C5 is not 0, and "xyz" if C5 is 0 (or empty).
  
> Changes needed for IFNA & IFERROR function definitions for empty cells
> ----------------------------------------------------------------------
>
>                 Key: OFFICE-3468
>                 URL: http://tools.oasis-open.org/issues/browse/OFFICE-3468
>             Project: OASIS Open Document Format for Office Applications (OpenDocument) TC
>          Issue Type: Bug
>          Components: Needs Discussion, OpenFormula
>    Affects Versions: ODF 1.2 CD 05
>            Reporter: Eric Patterson
>            Assignee: Eric Patterson
>             Fix For: ODF 1.2 CD 06
>
>
> For both IFNA & IFERROR, The function definitions currently state:
> Semantics: Computes X. If ISNA(X) is true, return Alternative, else return X. Thus this is semantically equivalent to IF(ISNA(X); Alternative; X), except that X is only computed once. If X or Alternative is a cell reference to an empty cell, it is treated as the empty string "".
> In both Open Office & Excel, the semantic equialent listed above, returns a zero, not an empty string.  The function definition needs to be updated to allow for this.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://tools.oasis-open.org/issues/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
Next in thread → Next in month →