function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Vadivel MuruganVadivel Murugan 

Percent

How to check negative percent data value in formula field. For ex: -40% means dispaly the -(50-40)%
Carolina Ruiz MedinaCarolina Ruiz Medina
Hi Vaidvel, 
Sorry but I don't understand very well what are you trying to do. Are you trying to check if a percent field is negative? or are you trying to do an operation? to check if a field is negative you could use the IF function: IF(logical_test, value_if_true, value_if_false) 
Hope it helps. 
Thanks,
Carolina.