Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
MGD
 
Posts: n/a
Default display total above certain number and display

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   Report Post  
Posted to microsoft.public.excel.misc
Ardus Petus
 
Posts: n/a
Default display total above certain number and display

=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   Report Post  
Posted to microsoft.public.excel.misc
Bob Phillips
 
Posts: n/a
Default display total above certain number and display

=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   Report Post  
Posted to microsoft.public.excel.misc
Cutter
 
Posts: n/a
Default display total above certain number and display


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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to display results to certain number of significant figures Coeliac Excel Discussion (Misc queries) 1 January 10th 06 12:04 PM
Formatting: Display a minus sign before a number SharonJo Excel Discussion (Misc queries) 8 January 7th 06 03:37 AM
Convert [h]:mm sum total format to number format Guy Excel Worksheet Functions 1 August 5th 05 05:56 AM
how do i display the total number of days in the current month in. timerigger Excel Discussion (Misc queries) 6 March 20th 05 05:13 PM
How do I display an insignificant 0 at the beginning of a number nuttylocke Excel Discussion (Misc queries) 2 February 9th 05 12:55 PM


All times are GMT +1. The time now is 05:58 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"