Formatting Excel-Formula -


i have made excel formula take data entered column o , multiply .04 , input data column p. can calculate 4 percent fee original number. left bunch of $0.00 in every row in p column lacks data in o column. understand because 0*.04 = 0. wondering if there way make if total in column p less $0.01 or equivalent $0.00 cell remain blank.

i tried post image show talking about, not yet have reputation. can understand trying based off typed.

do conditional formatting of cell such if value = 0, number type "general"

then, in formula cell (assuming multiply c3*b3), can this:

=if(c3*b3>0,c3*b3,"") 

this use number formatting values non-zero, empty string "" general formatting 0 values.


Comments

Popular posts from this blog

yii2 - Yii 2 Running a Cron in the basic template -

asp.net - 'System.Web.HttpContext' does not contain a definition for 'GetOwinContext' Mystery -

mercurial graft feature, can it copy? -