Hi,
I am trying to create a formula one which there is two calculated values.
Here is what I created below.
=IF(ColumnName1< ColumnName2 - 3 * ColumnName3, IF(ColumnName3 > ColumnName2@ * 3, "True"))
Does not work for me...
First half of calculation
=IF(ColumnName1< ColumnName2 - 3 * ColumnName3
Second half of calculation
IF(ColumnName3 > ColumnName2@ * 3
If the two calculated values are equal = I want to be "True"
If the two calculated values "are not" equal = I want to be "False"
Any help with this is appreciated.