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

null
    • Nick
    • 5 yrs ago
    • Reported - view

    if NetTotal < 0 then

    "YourText1"

    else

    if NetTotal > 0 then "YouText2"

    else

    "YouText3"

    end
    end

     

    Nick

    • New_Sun
    • 5 yrs ago
    • Reported - view

    Many thank you. It is right

Content aside

  • 5 yrs agoLast active
  • 2Replies
  • 1132Views