conditional statement to return greatest value

G

Guest

hello,
I have several colums containing numerical data. What Im trying to do do is
create another column that will return the highest value for each row. I've
fooled around with conditional statements to try and get this to work but
can't seem to figure it out. Does anyone have any ideas? I'd really appricate
any input. Thanks!
-Ian

example:
column1 column2 column3 "column trying to create"
1 3 8 8
6 2 4 6
5 7 2 7
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top