I have to calculate the particular cell values by referencing to cells in different columns. For example - I have to fill the values in particular cell "R54" in column R using the formula in excel =MIN(MAX(R48-$F$59*MAX(R49-R50,0),0),R45) in alteryx. F is another column in my data.Is it doable in Alteryx? Would appreciate any help on this.