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

2 lines
144 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04: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)))