So what value do you want from the 4 cells in the row?
If you want to add them, use =SUM(A11) or just =A1+B1+C1+D1
If you want to multiply them, use =PRODUCT(A11) or =A1*B1*C1*D1
If you want the average, use =AVERAGE(A11)
If you want the minimum, use =MIN(A11)
If you want the maximum, use =MAX(A11)
and so on ...
The first lesson you need to learn as a beginner to Excel is that the
difficult thing is not finding the answer, but knowing what question it is
that you are trying to answer.
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.