Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / Worksheet Functions / June 2007

Tip: Looking for answers? Try searching our database.

Having trouble nesting function.

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Bill R - 04 Jun 2007 21:21 GMT
If the sum of (F4*H4) = a negative number I want it to return a zero but I
can't seem to come up with a workable formula. Sugestions?

=IF(ISBLANK(G4),"",SUM(F4*H4))
Toppers - 04 Jun 2007 21:25 GMT
=IF(ISBLANK(G4),"",MAX(0,F4*H4))

> If the sum of (F4*H4) = a negative number I want it to return a zero but I
> can't seem to come up with a workable formula. Sugestions?
>
> =IF(ISBLANK(G4),"",SUM(F4*H4))
JustBreathe - 04 Jun 2007 22:25 GMT
what about  =IF((F4*H4)<=0,0,(F4*H4))

> If the sum of (F4*H4) = a negative number I want it to return a zero but I
> can't seem to come up with a workable formula. Sugestions?
>
> =IF(ISBLANK(G4),"",SUM(F4*H4))
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.