Use IF Formula Builder to create your own and edit existing IF formulas for Google Sheets without having to worry about the proper syntax and extra characters or functions.
Almost all IF Formula Builder operators are case-insensitive. They do not take text case into account. Words like east and East are treated as the same.
The only exceptions are 2 operators: is exactly and is exactly not. They consider the text case.
Though the add-on recognizes existing IF formulas and breaks them down to pieces, we highly recommend using this feature only on formulas created by the tool.
You see, the same IF-THEN logic can be formulated in different ways with a different order of the arguments. But our add-on recognizes only those formula patterns that we put into the code and that are used to build IF statements. Since we can't foresee them all, this feature will be most useful when applied to the formulas build by the tool only.
Another thing to keep in mind is that the add-on recognizes operators based on the types of data in cells. If the formula references blank cells, the add-on will have difficulties understanding the formula.
Go to the Extensions menu in Google Sheets, find IF Formula Builder in the list of your tools and click Start:
Once the add-on opens, it will invite you to start threading your IF statements for Google Sheets:
By default, the add-on picks up your currently selected cell. To change it, do one of the following:
To change it, click the Data type button and pick the format from a drop-down list:
All operators are grouped according to the data type: Common, Value (numerics), Text, Date or Time, Boolean.
To invert all operators, e.g. switch is to is not or turn is empty to is not empty, toggle the corresponding Invert button at the top of the list.
The IF Formula Builder can break down the existing Google Sheets IF formulas to pieces:
All these can be easily edited and pasted back to the formula.
Just select the cell with an IF formula in it and run the tool. All parts will be shown as if you created this formula:
Please contact us here