0
formula
hi
i have one formula tht result is net total. i want make another formula that if net total <0 then result write'بس' (this is persian wold) and if net total >0 then result write 'بد' also if net total =0 write 'صفر'
thank you
2 replies
-
if NetTotal < 0 then
"YourText1"
else
if NetTotal > 0 then "YouText2"
else
"YouText3"
end
endNick
-
Many thank you. It is right
Content aside
- 6 yrs agoLast active
- 2Replies
- 1132Views