Formula help

  • Thread starter Thread starter mSWO
  • Start date Start date
M

mSWO

Spreadsheet cell contains one of two possible options (144 or 146)

How do I sum the total number of 146's in the column in a formula?
 
Use SUMIF, like this:

=SUMIF(A:A,146)

if your numbers are in column A.

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.

Ask a Question

Back
Top