View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
muddan madhu muddan madhu is offline
external usenet poster
 
Posts: 747
Default Formula w/two columns to add the greater number

Try this

=Large(A1:B100,1)



On Sep 19, 12:58*am, Saul wrote:
Hello,

If I have two columns with different number and I want to choose the bigger
number of both columns, how can I do it.
--
Thank you.