Hello i have column A which i want to derrived to column C with this if else clauses:
A <= 0 ? 0 : (A > 0 && A <= 7 ? 7 : (A > 7 && A