DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=24925>. 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=24925 Nested IF Formula results in "#VALUE!" in Excel [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Nested IF Formula results in|Nested IF Formula results in |"#VALUE!" in Excel |"#VALUE!" in Excel ------- Additional Comments From [EMAIL PROTECTED] 2004-03-24 20:44 ------- The problem is that cell references in the nested ifs were not getting their Token classes set properly because the recursion would bail out early when it reached nodes that were not AbstractFunctionPtgs. In fact, we want to recurse into the entire tree to push out this token munging stuff. NOTE: The second patch file i submitted is the one i am proposing. The other one is just cruft. Sorry. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
