Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I want a cell to show the highest value based on the criteria below, Could
somebody provide me with a simple formula to show this, I presume I would have to use the If Function. For example If cell F11 = £200 & Cell N11 = £146 I would like cell O11 to return the highest value (£200) |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
You could use the IF function, such as =IF(F11N11,F11,N11), but the better
bet would be the MAX function. =MAX(F11,N11) -- David Biddulph "Hammer" wrote in message ... I want a cell to show the highest value based on the criteria below, Could somebody provide me with a simple formula to show this, I presume I would have to use the If Function. For example If cell F11 = £200 & Cell N11 = £146 I would like cell O11 to return the highest value (£200) |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Use the MAX() function, as:
=MAX(F11,N11) "Hammer" wrote: I want a cell to show the highest value based on the criteria below, Could somebody provide me with a simple formula to show this, I presume I would have to use the If Function. For example If cell F11 = £200 & Cell N11 = £146 I would like cell O11 to return the highest value (£200) |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel Data Validation/Lookup function does function correcty | Excel Worksheet Functions | |||
copy of excel file not showing formulal/function in the function b | Excel Discussion (Misc queries) | |||
LINKEDRANGE function - a complement to the PULL function (for getting values from a closed workbook) | Excel Worksheet Functions | |||
Offset function with nested match function not finding host ss. | Excel Worksheet Functions | |||
Emulate Index/Match combo function w/ VBA custom function | Excel Worksheet Functions |