View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Gary''s Student Gary''s Student is offline
external usenet poster
 
Posts: 11,058
Default How do you do an IF statement in Excel comparing three columns

In D1 enter:

=MAX(A1:C1)
and copy down
--
Gary''s Student - gsnu201001


"JB" wrote:

If I want column D to equal the highest number from column A, B, or C how
would I write that formula?