Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
try this
if(value='0',green(),red())
Hi,
Try this:
if(Fabs(Diff)>0,Green(),Red())
Hi Anees,
could it be that the value is actually negative and rounded to zero, and the number format mask applied has negative is brackets? e.g. #.##0,00; (#.##0,00)
HTH - Andy
nop it did'nt worked
But I want it when it is = to zero. then how come >
Yep, But when i created in another table it is showing like below:
Hi
Try like this
Ceil(ur expression)
i.e. Ceil(A-B)
Hope it helps
Yeah it worked, Thanks a bunch.
But will it effect my further development, if I have 179999.997?
it will be giving only 179999 ryt?
Hi,
Then you can go for Round() or Floor() function.