-
-
Notifications
You must be signed in to change notification settings - Fork 665
New issue
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
feat(formula): add some Text/Math/Lookup formulas #2842
Conversation
View Deployment
|
REPT function 2, |
TEXTAFTER function 2, Input =TEXTAFTER(A3," ",,,0), cell A3 is Socrates, the error code is inconsistent (note that there is a space in the cell "") Input =IF(TEXTAFTER(A3," ",,,1)="",A3), cell A3 is Socrates, the result cannot be calculated Input =TEXTAFTER(A4," ",,,1), cell A4 is Kant, the excel calculation result is empty, and we are the error code |
FILTER函数 1、 |
FILTER function 1, |
SORTBY函数 |
SORTBY function |
8741b7f
to
d57591b
Compare
Except for an error code issue with the TEXTAFTER function, all other issues have been fixed. Input =TEXTAFTER/TEXTBEFORE(A3,"red",,FALSE), cell A3 is empty, and the error codes are inconsistent |
db0087b
to
de7e1e6
Compare
close #2802
Pull Request Checklist