Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() hi, i need help on an if then comparing 3 fields, a,b and c. I need to pick the smallest number from the 3 fields. Thanks -- wab_77 ------------------------------------------------------------------------ wab_77's Profile: http://www.excelforum.com/member.php...o&userid=33875 View this thread: http://www.excelforum.com/showthread...hreadid=536547 |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Try using Excel formula =IF(MIN(number1,number2...),true,false).
"wab_77" wrote: hi, i need help on an if then comparing 3 fields, a,b and c. I need to pick the smallest number from the 3 fields. Thanks -- wab_77 ------------------------------------------------------------------------ wab_77's Profile: http://www.excelforum.com/member.php...o&userid=33875 View this thread: http://www.excelforum.com/showthread...hreadid=536547 |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=MIN(a,b,c)
-- HTH Bob Phillips (remove nothere from email address if mailing direct) "wab_77" wrote in message ... hi, i need help on an if then comparing 3 fields, a,b and c. I need to pick the smallest number from the 3 fields. Thanks -- wab_77 ------------------------------------------------------------------------ wab_77's Profile: http://www.excelforum.com/member.php...o&userid=33875 View this thread: http://www.excelforum.com/showthread...hreadid=536547 |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
How about
=MIN(cell address, cell address, cell address) |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() Thanks very much for your help! -- wab_77 ------------------------------------------------------------------------ wab_77's Profile: http://www.excelforum.com/member.php...o&userid=33875 View this thread: http://www.excelforum.com/showthread...hreadid=536547 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
SET statement tutorial | Excel Discussion (Misc queries) | |||
IF Statement problem | New Users to Excel | |||
If statement | Excel Discussion (Misc queries) | |||
Do I need a sumif or sum of a vlookup formula? | Excel Worksheet Functions | |||
IF Statement nightmare | Excel Discussion (Misc queries) |