Nested SumIF Formula

lee ward

New Member
Joined
Aug 26, 2021
Messages
3
Office Version
  1. 365
Platform
  1. Windows
Hi all, this one is really battering my brain & I am in need of desperate help to solve this, Basic written description of what i am trying to achieve below

i wish to search for a certain product code in column F:F & return a quantity value from column D:D but only if column C:C shows the letter "O" (outstanding)

I already have a formula that searches the product code in F:F & returns the quantity value from D:D however to get this to only show the quantity from D:D if C:C shows the letter "O" I am completely lost, example of the formula I am currently using below

=SUMIF(F9:F100000,"*032.46.848*",D9:D100000)

any help would be much appreciated,
Regards
Lee
 

Excel Facts

Save Often
If you start asking yourself if now is a good time to save your Excel workbook, the answer is Yes
Hi & welcome to MrExcel.
How about
Excel Formula:
=SUMIFS(D9:D100000,F9:F100000,"*032.46.848*",C9:C100000,"O")
 
Last edited:
Upvote 0
Solution
Hi thanks for the reply, this was the first formula i tried but excel states "too many arguments" for this formula
 

Attachments

  • Capture.PNG
    Capture.PNG
    18.6 KB · Views: 6
Upvote 0
Oops, forgot to add the S. It should be SUMIFS
I've updated the original formula
 
Last edited:
Upvote 0
Thank you very much this will help me out no end, really appreciated :)
 
Upvote 0
You're welcome & thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,214,924
Messages
6,122,294
Members
449,077
Latest member
Rkmenon

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