Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
In excel, I have three numbers in columns A,B, & C. In column D, I want a
formula that gives me the higher of the three numbers listed in columns A, B, and C. For example, if the columns have 2, 4, and 3 respectively, I want the column D formula to arrive at 4 as the correct answer. How do I do this? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=MAX(A1:C1)
HTH, Elkar "Malachi3" wrote: In excel, I have three numbers in columns A,B, & C. In column D, I want a formula that gives me the higher of the three numbers listed in columns A, B, and C. For example, if the columns have 2, 4, and 3 respectively, I want the column D formula to arrive at 4 as the correct answer. How do I do this? |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
In excel, I have three numbers in columns A,B, & C. In column D, I
want a formula that gives me the higher of the three numbers listed in columns A, B, and C. ... One way is to put this in D1 and copy down: =MAX(A1:C1) |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=MAX(A:C)
in D4 "Malachi3" wrote: In excel, I have three numbers in columns A,B, & C. In column D, I want a formula that gives me the higher of the three numbers listed in columns A, B, and C. For example, if the columns have 2, 4, and 3 respectively, I want the column D formula to arrive at 4 as the correct answer. How do I do this? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Dynamic Range with unused formula messing up x axis on dynamic graph | Charts and Charting in Excel | |||
2 Nesting questions | Excel Worksheet Functions | |||
Formula Problem - interrupted by #VALUE! in other cells!? | Excel Worksheet Functions | |||
Formula checking multiple worksheets | Excel Worksheet Functions | |||
Match / Vlookup within an Array formula | Excel Discussion (Misc queries) |