I am trying to reverse-engineer a somewhat complex Excel file and cannot seem to get past this weird statement:
=+IF(case=2;$AE$43;AG43)
There are two things that I don't understand:
The logical test. What does the "case" refer to in this context? I tried searching the file and web for answer, but couldn't find one. The workbook does not include any macros.
The true-value. The formula is located in the cell AE43, so how can it refer to itself?