Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago
Solved

If not, result error

The formula used is given in the screenshot. If length, width, height >0 then "YES" plus "No"

Els

sbhan4_0-1601341558350.png

  • calerof's avatar
    calerof
    5 years ago

    Hello @sbhan4 ,

    Try this:

    GPPCheck = 
    SWITCH(
        TRUE(),
        SUM(GPP[Height]) <=  0 ||
        SUM(GPP[Lenght]) <= 0 ||
        SUM(GPP[Width]) <= 0,
        "No",
        "Yes"
    )

    gpp.png

    I hope it helps.

    Best regards

    Fernando

    If it helped, please consider liking the post and mark it in response.

14 Replies

  • calerof's avatar
    calerof
    Impactful Individual

    Anonymous 

    Are you using Width or Weight?

    F

      • calerof's avatar
        calerof
        Impactful Individual

        Anonymous 

        You're not showing the Width column in your screen-shot. It'd be helpful if you share a sample of your data.

        F