Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
What I need to do is the following:
if the total of formula A is greater than 44 then display the amount above 44 if not then display 0 Thank you for your assistance |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=IF(A144,A1,0)
HTH -- AP "MGD" a écrit dans le message de ... What I need to do is the following: if the total of formula A is greater than 44 then display the amount above 44 if not then display 0 Thank you for your assistance |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=MAX(0,44-A1)
-- HTH Bob Phillips (remove nothere from email address if mailing direct) "MGD" wrote in message ... What I need to do is the following: if the total of formula A is greater than 44 then display the amount above 44 if not then display 0 Thank you for your assistance |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() I think you meant: =MAX(0,A1-44) -- Cutter ------------------------------------------------------------------------ Cutter's Profile: http://www.excelforum.com/member.php...fo&userid=9848 View this thread: http://www.excelforum.com/showthread...hreadid=518999 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to display results to certain number of significant figures | Excel Discussion (Misc queries) | |||
Formatting: Display a minus sign before a number | Excel Discussion (Misc queries) | |||
Convert [h]:mm sum total format to number format | Excel Worksheet Functions | |||
how do i display the total number of days in the current month in. | Excel Discussion (Misc queries) | |||
How do I display an insignificant 0 at the beginning of a number | Excel Discussion (Misc queries) |