hello.
I need to know how to automatically compare the data from two different columns and choose the bigger value and automatically put it in the 3rd column
example:
column A has a data of 1,2,3,5,3,1 ((each number in different cell)
column B has a data of 2,2,3,6,1,2
i need the column C to get the bigger data value automatically and get
2,2,3,6,3,2
is there is a possible way to have it ?
thanks in advance
Bookmarks