R
Rob Kings
I have a table with multiple columns Lets call them A B C. They may (or may
not) contain values Hence the data in a single row might look like
ColA, ColB, ColC
1, , 3
What I want to do is to be able to select a single value being the max of
those
columns.
all of the functions I can think of (MAX, DMAX) work on multiple rows in a
single column. I can't think of a way to work across columns in a single
row.
Also, how about an average? In this example the answer should be 2 and not
1:33 (i.e. summed and divided by 2 not 3)
Any ideas?
Cheers
Rob
not) contain values Hence the data in a single row might look like
ColA, ColB, ColC
1, , 3
What I want to do is to be able to select a single value being the max of
those
columns.
all of the functions I can think of (MAX, DMAX) work on multiple rows in a
single column. I can't think of a way to work across columns in a single
row.
Also, how about an average? In this example the answer should be 2 and not
1:33 (i.e. summed and divided by 2 not 3)
Any ideas?
Cheers
Rob