'Wp All Import IF ELSE Statement

I need a lot of help. Plugin: Wp All Import Fields to use:

  • {technical_data[1]/kilowatt[1]}
  • {technical_data[1]/kerb_weight[1]}

I need to apply the following formula:

'(kilowatts/((kerb_weight+75)/1000))'

if the result is < 55, then the result is YES if > 55, result is NO

example: kilowatt=63 kerb_weight = 1760 (63 / (( 1760+75) / 1000)) = 34,42 Result = YES

who can help me? thanks



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source