Forum Discussion

Connie1963's avatar
Connie1963
Copper Contributor
May 05, 2020

multiple functions in a formula

I am trying to create a formula for calculating which formula to use for truck loads

 

I have 6 columns

If E1 * F1 > 0 then use that result

if not then us use

if C1 * D1 > 0 then use that result

if not then use

A1 * B1 result

 

Resources