Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Supported by

Computing column of highest values from three columns

Hi all!

I'm trying to use drag-and-drop to compute a new column which includes the highest value from one of three columns. I haven't gotten far, so far I've tried the max(y) function, which takes just one column as an input and returns just one row including the highest value from the whole column. I've also tried the pmax() function in R but I've no experience in R, so that fell flat. Any help is appreciated!

Comments

Sign In or Register to comment.