refine.digital
Member
Does anyone have a tip on how to make Logical and String Functions to work in Spreadsheets formulas?
I've tested the following but even the basic doesn't even work from the documentation: https://www.pabbly.com/spreadsheet-formulas/
Ex.
AND(true, false, true) => Result is {empty}
IF('John' = 'John', 'Hello!', 'Goodbye!') => Result is {empty}
LEFT('Sale Price', 4) => Result is {empty}
etc.
I've tested the following but even the basic doesn't even work from the documentation: https://www.pabbly.com/spreadsheet-formulas/
Ex.
AND(true, false, true) => Result is {empty}
IF('John' = 'John', 'Hello!', 'Goodbye!') => Result is {empty}
LEFT('Sale Price', 4) => Result is {empty}
etc.