Forum Discussion

Chanleakna123's avatar
Chanleakna123
Post Prodigy
7 years ago
Solved

Condition to be Calculation with Multiples Tables.

  Hi all ,    i'm seeking your strongly support here .  I have W/O Number table , Complete WO ( Which is calculated from another Table ) , Close WO ( Which is calculated from another Table ...
  • Stachu's avatar
    7 years ago

    what is the condition for Not Close? It seems identical to Complete to me. If that's the case this formula should work

    Complete / Close =
    IF (
        ISBLANK ( Dummy[Close WO] ),
        IF ( Dummy[W/O Number] = Dummy[Complete WO], "Complete", "In Progress" ),
        "Close"
    )