-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
[BUG] IF formula issues #582
Copy link
Copy link
Open
Description
There are certain issues with using =IF() inside a cell.
- IF doesn't work with string equality:
- Cell B3 has text Hello;
- Any cell with content =IF(B3="Hello","OK","Fail") will output Fail instead of OK.
- IF can't be nested:
- Assume cell B3 has 10;
- Any cell with content =IF(B3=1,"OK",IF(B3=10,"OK","Fail")) will output true instead of OK.
- Any cell with content =IF(B3=1,"OK",IF(B3=5,"OK",IF(B3=10,"OK","Fail"))) will crash the application.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels