Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Akbar uk
 
Posts: n/a
Default show zero if the velue is in -

I want to create a field which show zero if the velue of the other filed is -
like, a1+ a2+ a3= B2 if the total of these field is in - so it show 0 in B2.

Thanks
  #2   Report Post  
OZDOC1050
 
Posts: n/a
Default

Hope i have your Q right

=if( a1+a2+a3<0,0,a1+a2+a3)
or
=if(sum(A1:A3)<0,0,sum(A1:A3))

HTH

--
(][ THIS EMAIL HAS BEEN SCANNED BY NORTON ANTIVIRUS ][)
"Akbar uk" wrote in message
...
I want to create a field which show zero if the velue of the other filed
is -
like, a1+ a2+ a3= B2 if the total of these field is in - so it show 0 in
B2.

Thanks



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
no show all function in dropdown list in Pivot Table Eva Excel Discussion (Misc queries) 1 July 21st 05 02:28 AM
numbers being entered show in formula bar but not in cell? Jim in Florida Excel Discussion (Misc queries) 2 May 13th 05 06:36 PM
pivot table - hide details but show subtotal for calculated field tenneym Excel Discussion (Misc queries) 1 February 9th 05 03:07 AM
UDF and Calculation tree Ken Wright Links and Linking in Excel 1 February 6th 05 04:58 PM
Show a date based on today DJ Dusty Excel Worksheet Functions 2 November 12th 04 03:20 AM


All times are GMT +1. The time now is 09:26 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"