hi, sorry took so long to get back.
A looks like would just be the output, what you would see as a result; I
believe that is why formula's start with a equal "=" sign.
the double hack marks refer to nothing. formula's are a boolean algebra
approach with: IF(this,then this,else that)
the last 2 parts are reversable, i.e.: with IF(this,TRUE,FALSE) order kept,
you can fix your result for TRUE or FALSE output.
Use Help to lookup index for functions: starting with: IF, AND, OR, TRUE,
FALSE, NOT, Operators (=, +, -, <> not equal, > greater than, < less than...)
Errors might occur if you do not allow for FALSE Conditions to be addressed
in the formula. The reversable part talking about: IF(false conditions,"",
otherwise if false conditions are true, perform the next equations you enter.
that is why the example I gave included a double hash at the end, to include
all 3 parts of the formula.
------------