ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   show zero if the velue is in - (https://www.excelbanter.com/excel-discussion-misc-queries/39410-show-zero-if-velue.html)

Akbar uk

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

OZDOC1050

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





All times are GMT +1. The time now is 04:25 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com