P
Peter Lambros
I have a row of data, 1500,1,1200,5,1900,4 and so on, and I would like to use the MAX function to obtain the maximum number in a range for every second cell/column. Is there a way of achieving this?
use the MAX function to obtain the maximum number in a range for everyPeter Lambros said:I have a row of data, 1500,1,1200,5,1900,4 and so on, and I would like to
and I would like to use the MAX function to obtain the-----Original Message-----
I have a row of data, 1500,1,1200,5,1900,4 and so on,
use the MAX function to obtain the maximum number in a range for everyPeter Lambros said:I have a row of data, 1500,1,1200,5,1900,4 and so on, and I would like to
so I need it to look at B3, B5 etc.Peter Lambros said:Hi Peo,
Thanks for your quick reply; I tried this but with no luck (I could still be doig something wrong).
I have my data starting from cell B2, as you suggested:
1000000 99999 1200 12000 4000 15000 50000 5
I wan the max function to ONLY look at the contents of every second cell,