Return-Path: Delivered-To: apmail-jakarta-poi-dev-archive@www.apache.org Received: (qmail 58808 invoked from network); 6 Jan 2005 18:39:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 6 Jan 2005 18:39:03 -0000 Received: (qmail 15005 invoked by uid 500); 6 Jan 2005 18:39:01 -0000 Delivered-To: apmail-jakarta-poi-dev-archive@jakarta.apache.org Received: (qmail 14975 invoked by uid 500); 6 Jan 2005 18:39:01 -0000 Mailing-List: contact poi-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "POI Developers List" Reply-To: "POI Developers List" Delivered-To: mailing list poi-dev@jakarta.apache.org Received: (qmail 14955 invoked by uid 99); 6 Jan 2005 18:39:01 -0000 X-ASF-Spam-Status: No, hits=0.4 required=10.0 tests=NO_REAL_NAME,UPPERCASE_25_50 X-Spam-Check-By: apache.org Received: from ajax-1.apache.org (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.28) with ESMTP; Thu, 06 Jan 2005 10:38:59 -0800 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (8.12.11/8.12.11) with ESMTP id j06Icu5S017877 for ; Thu, 6 Jan 2005 19:38:56 +0100 Received: (from nobody@localhost) by ajax.apache.org (8.12.11/8.12.11/Submit) id j06IcupD017875; Thu, 6 Jan 2005 19:38:56 +0100 Date: Thu, 6 Jan 2005 19:38:56 +0100 Message-Id: <200501061838.j06IcupD017875@ajax.apache.org> From: bugzilla@apache.org To: poi-dev@jakarta.apache.org Subject: DO NOT REPLY [Bug 32971] New: - Complex Formula (NORMSINV) giving #VALUE! X-Bugzilla-Reason: AssignedTo X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG� RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND� INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bug.cgi?id=32971 Summary: Complex Formula (NORMSINV) giving #VALUE! Product: POI Version: 2.0FINAL Platform: PC OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: HSSF AssignedTo: poi-dev@jakarta.apache.org ReportedBy: will@thestranathans.com The following formula: =IF(C2=B2,0,IF((C2=0),6,NORMSINV(1-(C2/B2))+1.5)) gives a #VALUE! in F2. B2 =16923 C2 =6039 D2 =(B2-C2)/B2 E2 =C2/B2*(10^6) // I had to do (10^6) - 1000000 complains 'Value out of range. Value:"1000000" Radix:10' F2 =IF(C2=B2,0,IF((C2=0),6,NORMSINV(1-(C2/B2))+1.5)) If I open the newly-created sheet, those cells show that value, but if I go through and hit F2 (edit) and just Enter in each of those types of fields, they get re-parsed and corrected. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: poi-dev-unsubscribe@jakarta.apache.org Mailing List: http://jakarta.apache.org/site/mail2.html#poi The Apache Jakarta POI Project: http://jakarta.apache.org/poi/