Need a formula to determine the greater of a or b...

S

sonyav

I need to compare 2 number and enter into a 3rd column the greater of the 2
numbers.
 
W

ww

If you're comparing numbers from column A to a number in column B
just enter =IF(A1>B1,A1,B1) in Column C
 
P

Paul B

sonyav, how about something like this =MAX(A1:B1)
--
Paul B
Always backup your data before trying something new
Please post any response to the newsgroups so others can benefit from it
Feedback on answers is always appreciated!
Using Excel 2002 & 2003
 
Top