Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
cfiser
 
Posts: n/a
Default display actual number or zero, whichever is greater

I need to have a cell display a number or zero whichever is greater.
example:
D35-H21 OR ZERO WHICH EVER IS GREATER
  #2   Report Post  
Posted to microsoft.public.excel.misc
David Billigmeier
 
Posts: n/a
Default display actual number or zero, whichever is greater

=max(D35-H21,0)

--
Regards,
Dave


"cfiser" wrote:

I need to have a cell display a number or zero whichever is greater.
example:
D35-H21 OR ZERO WHICH EVER IS GREATER

  #3   Report Post  
Posted to microsoft.public.excel.misc
Peo Sjoblom
 
Posts: n/a
Default display actual number or zero, whichever is greater

=MAX(D35-H21,0)

--

Regards,

Peo Sjoblom

"cfiser" wrote in message
...
I need to have a cell display a number or zero whichever is greater.
example:
D35-H21 OR ZERO WHICH EVER IS GREATER



  #4   Report Post  
Posted to microsoft.public.excel.misc
SteveG
 
Posts: n/a
Default display actual number or zero, whichever is greater


This should work.

=IF(D35-H21<0,0,D35-H21)

Cheers,

Steve


--
SteveG
------------------------------------------------------------------------
SteveG's Profile: http://www.excelforum.com/member.php...fo&userid=7571
View this thread: http://www.excelforum.com/showthread...hreadid=490192

  #5   Report Post  
Posted to microsoft.public.excel.misc
cfiser
 
Posts: n/a
Default display actual number or zero, whichever is greater

THANK YOU, THATS WHAT I NEEDED

"David Billigmeier" wrote:

=max(D35-H21,0)

--
Regards,
Dave


"cfiser" wrote:

I need to have a cell display a number or zero whichever is greater.
example:
D35-H21 OR ZERO WHICH EVER IS GREATER



  #6   Report Post  
Posted to microsoft.public.excel.misc
cfiser
 
Posts: n/a
Default display actual number or zero, whichever is greater

THANK YOU, THATS EXACTLY WHAT I NEEDED

"Peo Sjoblom" wrote:

=MAX(D35-H21,0)

--

Regards,

Peo Sjoblom

"cfiser" wrote in message
...
I need to have a cell display a number or zero whichever is greater.
example:
D35-H21 OR ZERO WHICH EVER IS GREATER




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
counting number of times value is greater than previous week tereasajw Excel Worksheet Functions 4 November 19th 05 03:50 PM
2nd attempt ~ complicated formula Luke Excel Worksheet Functions 3 November 9th 05 04:33 AM
change display font to actual selected font Flannigan Excel Discussion (Misc queries) 1 August 30th 05 02:46 PM
Display ONLY fraction portion of number John F Excel Discussion (Misc queries) 4 January 6th 05 04:49 PM
How do I multiply Column G Totals by a number and display the res. wewgyro Excel Discussion (Misc queries) 2 December 5th 04 05:27 PM


All times are GMT +1. The time now is 12:58 AM.

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"