Sumif not working as wanted

Apples52

New Member
Joined
Sep 25, 2023
Messages
25
Office Version
  1. 365
Platform
  1. Windows
See highlighted cell D2 for my sumif formula. What I want to do is sum the row Q:AK if the description in colum F matches the description in cell B2 (Outside Sales). There are 3 Outside Sales in column F, but the formula only appears to be adding the first two rows, as 6,914.80 + 6,914.80 = 13,829.60. I can't get it to add that thrid row.

Q is the only column with earnings for Outside Sales in this instance.

Where am I going wrong?
 

Attachments

  • sumif.jpg
    sumif.jpg
    33 KB · Views: 11

Excel Facts

Who is Mr Spreadsheet?
Author John Walkenbach was Mr Spreadsheet until his retirement in June 2019.
Try this:

Excel Formula:
=SUM(FILTER($Q:$AK,$F:$F=B2,""))
 
Upvote 0
Solution

Forum statistics

Threads
1,225,743
Messages
6,186,773
Members
453,370
Latest member
juliewar

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top