Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() OK Gurus, here is a good one. I need a function in excel that will return a number if the number in question is positive, but if the number is negative will return zero. Is there a function like this? I need to put this into a formula, so no macros please. Thanks. *** Sent via Devdex http://www.devdex.com *** Don't just participate in USENET...get rewarded for it! |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Michael,
Perhaps: = If(A10,A1,0) entered in B1. As you don't want a macro solution, I am intrigued as to why you post to a programming group. --- Regards, Norman "Michael McClellan" wrote in message ... OK Gurus, here is a good one. I need a function in excel that will return a number if the number in question is positive, but if the number is negative will return zero. Is there a function like this? I need to put this into a formula, so no macros please. Thanks. *** Sent via Devdex http://www.devdex.com *** Don't just participate in USENET...get rewarded for it! |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
=Max(0,A1)
-- Regards, Tom Ogilvy "Michael McClellan" wrote in message ... OK Gurus, here is a good one. I need a function in excel that will return a number if the number in question is positive, but if the number is negative will return zero. Is there a function like this? I need to put this into a formula, so no macros please. Thanks. *** Sent via Devdex http://www.devdex.com *** Don't just participate in USENET...get rewarded for it! |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
=max(a1,0)
Why not post a formula question in the worksheet.functions newsgroup? Michael McClellan wrote: OK Gurus, here is a good one. I need a function in excel that will return a number if the number in question is positive, but if the number is negative will return zero. Is there a function like this? I need to put this into a formula, so no macros please. Thanks. *** Sent via Devdex http://www.devdex.com *** Don't just participate in USENET...get rewarded for it! -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Function that can return the row number | Excel Worksheet Functions | |||
Function to return a month name from a number (1-12) that is not a | Excel Worksheet Functions | |||
Force function to show positive or negative number? | Excel Worksheet Functions | |||
first positive value return date | Excel Worksheet Functions | |||
Is there a function that will return the page number? | Excel Worksheet Functions |