We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Description if i place the round formula in if formula, it will return empty string
if
Steps to reproduce the issue:
IF(TRUE, ROUND(4/2,0),0)
Describe the results you received: empty string
Describe the results you expected: 2
Output of go version:
go version
1.16.6
Excelize version or commit ID:
2.4.1
Environment details (OS, Microsoft Excel™ version, physical, etc.): MAC os 11.5
The text was updated successfully, but these errors were encountered:
61d0ed1
This closes qax-os#987: support nested calc for if formula (qax-os#988)
e4b130f
No branches or pull requests
Description
if i place the round formula in
if
formula, it will return empty stringSteps to reproduce the issue:
IF(TRUE, ROUND(4/2,0),0)
then calculate itDescribe the results you received:
empty string
Describe the results you expected:
2
Output of
go version
:Excelize version or commit ID:
Environment details (OS, Microsoft Excel™ version, physical, etc.):
MAC os 11.5
The text was updated successfully, but these errors were encountered: