I have this Google Sheets table with input1 and input2 and curiously, comparing the text, the output returned TRUE
and FALSE
! How is the output determined?
Does Google Sheets like dogs more than cats?
Input1 | Input2 | Output | FORMULATEXT |
---|---|---|---|
Cat | Dog | FALSE | =A2>B2 |
Dog | Cat | TRUE | =A3>B3 |
Dog | Dog | FALSE | =A4>B4 |
Dog | Dog | FALSE | =A5>B5 |
Cat | Cat | FALSE | =A6>B6 |
Cat | Dog | FALSE | =A7>B7 |
Dog | Cat | TRUE | =A8>B8 |
Dog | Cat | TRUE | =A9>B9 |
Dog | Cat | TRUE | =A10>B10 |
Cat | Dog | FALSE | =A11>B11 |