Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4
Default Adding Max function to formula to enter 0 if <0

How can I do this without creating a circular reference?
Thanks,
Wayne
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 95
Default Adding Max function to formula to enter 0 if <0

What is what you are exactly doing? For that type of conditions, usually the
IF formula may help, but you haven't explained what you need to achieve and
where the circular reference arises.

Miguel.

"O Wayne" wrote:

How can I do this without creating a circular reference?
Thanks,
Wayne

  #3   Report Post  
Posted to microsoft.public.excel.misc
 
Posts: n/a
Default Adding Max function to formula to enter 0 if <0

Hi

Use something like this:
=MAX(0,yourformula)
If your formula is less than zero, this will return sero. If it's more than
zero, it will return the formula result

Hope this helps.
Andy.

"Miguel Zapico" wrote in message
...
What is what you are exactly doing? For that type of conditions, usually
the
IF formula may help, but you haven't explained what you need to achieve
and
where the circular reference arises.

Miguel.

"O Wayne" wrote:

How can I do this without creating a circular reference?
Thanks,
Wayne



  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 837
Default Adding Max function to formula to enter 0 if <0

=If(MAX(data)<0,0,MAX(data))

Jerry

"O Wayne" wrote:

How can I do this without creating a circular reference?
Thanks,
Wayne

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
Custom functions calculating time arguments Help Desperate Bill_De Excel Worksheet Functions 12 April 25th 06 02:22 AM
Match then lookup Tenacity Excel Worksheet Functions 9 December 3rd 05 05:30 AM
Formula Problem - interrupted by #VALUE! in other cells!? Ted Excel Worksheet Functions 17 November 25th 05 05:18 PM
IF Function to test formula in a cell Fred Holmes Excel Worksheet Functions 5 November 18th 05 12:04 AM
referencing named formula using INDIRECT function [email protected] Excel Worksheet Functions 19 May 11th 05 09:48 AM


All times are GMT +1. The time now is 11:10 AM.

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

About Us

"It's about Microsoft Excel"