Thread
:
Need a formula to determine the greater of a or b...
View Single Post
#
2
ww
Posts: n/a
If you're comparing numbers from column A to a number in column B
just enter =IF(A1B1,A1,B1) in Column C
"sonyav" wrote:
I need to compare 2 number and enter into a 3rd column the greater of the 2
numbers.
Reply With Quote