Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() How do I write this formula: D21 =TNT!C10+TNT!C13 but if D21 is greater than D27, D21 should equal whatever is in D27. I have never written an If Then formula. How do I accomplish this? -- sharkfoot ------------------------------------------------------------------------ sharkfoot's Profile: http://www.excelforum.com/member.php...o&userid=32164 View this thread: http://www.excelforum.com/showthread...hreadid=525658 |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() sharkfoot Wrote: How do I write this formula: D21 =TNT!C10+TNT!C13 but if D21 is greater than D27, D21 should equal whatever is in D27. I have never written an If Then formula. How do I accomplish this? Try this one mate: =IF((SUM(tnt!c10,tnt!c13)C3),C3,(SUM(tnt!c10,tnt! c13))) Chris -- christopherp ------------------------------------------------------------------------ christopherp's Profile: http://www.excelforum.com/member.php...fo&userid=4162 View this thread: http://www.excelforum.com/showthread...hreadid=525658 |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
in D21:
=if(TNT!C10+TNT!C13 D27,D27,TNT!C10+TNT!C13 ) HTH "sharkfoot" wrote: How do I write this formula: D21 =TNT!C10+TNT!C13 but if D21 is greater than D27, D21 should equal whatever is in D27. I have never written an If Then formula. How do I accomplish this? -- sharkfoot ------------------------------------------------------------------------ sharkfoot's Profile: http://www.excelforum.com/member.php...o&userid=32164 View this thread: http://www.excelforum.com/showthread...hreadid=525658 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
formula percentage problem | New Users to Excel | |||
formula problem | New Users to Excel | |||
Problem with nested logical formula. | Excel Worksheet Functions | |||
problem with Array Formula | Excel Worksheet Functions | |||
Baffling formula problem | Excel Discussion (Misc queries) |