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, so I need it to look at B3, B5 etc.
When I specify the formula as you suggested:
MAX(1-MOD(COLUMN(B2:IV2),2),B2:IV2)
The function returns 1000000
But in my sample, I want it to return 99999, which is the MAX value for every second cell.
I hope this may help.