RosettaCodeData/Task/Integer-comparison/Excel/integer-comparison-2.excel

2 lines
144 B
Text
Raw Permalink Normal View History

2015-02-20 00:35:01 -05:00
=IF($A1>$B1,concatenate($A1," is greater than ",$B1),IF($A1<$B1,concatenate($A1," is smaller than ",$B1),concatenate($A1," is equal to ",$B1)))