Forum Discussion

fernandoC's avatar
fernandoC
Helper V
5 years ago
Solved

Help with Calculated Column

Hi!   I have a column with all the statuses of a process, the main goal is to use that information to create the stages of a funnel, however, there's too many statuses which would lead to confusion...
  • Greg_Deckler's avatar
    5 years ago

    fernandoC Should be something like:

    Status Name Goal =
      SWITCH([Status Name],
        "Contact Candidate","Contacted",
        "Screening","Contacted",
        "HR Interview","HR",
        "Schedule HR Interview","HR"
      )