You already have two replies, but I read your request differently -
you want to add the maximum from 5 columns (assume A:E) and the
maximum from four other columns (assume G:J). If so, try this:
=MAX(A1:E1000)+MAX(G1:J1000)
Adjust the ranges to suit.
Hope this helps.
Pete
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.