From: JB on
If I want column D to equal the highest number from column A, B, or C how
would I write that formula?
From: Gary''s Student on
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?