I have function =SUMPRODUCT((M33:M48+N33:N48=J28)*(C33:C48)) ,i want same result in sumifs function .
thanks .
I have function =SUMPRODUCT((M33:M48+N33:N48=J28)*(C33:C48)) ,i want same result in sumifs function .
thanks .
without seeing the data you are working with, its real hard to make a suggestion - you can put just about any part, anywhere, in sumproduct, but sumifs is very specific.
i would suggest you upload a sample work book, (all sensitive data removed), showing what data you are working with, a few examples of what your expected outcome is, and how you arrived at that
To attach a file to your post,
click advanced (next to quick post),
scroll down until you see "manage file",
click that and select "add files" (top right corner).
click "select files" find your file, click "open" click "upload" click 'done" bottom right. click "submit reply"
Once the upload is completed the file name will appear below the input boxes in this window.
You can then close the window to return to the new post screen.
1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
2. If your question is resolved, mark it SOLVED using the thread tools
3. Click on the star if you think someone helped you
Regards
Ford
The file -SUMPRODUCT
As already asked by FDibbins, please post an excel file, without confidentional information.
Then we can see, what your up to, and can test the formula's.
Notice my main language is not English.
I appreciate it, if you reply on my solution.
If you are satisfied with the solution, please mark the question solved.
You can add reputation by clicking on the star * add reputation.
Could it be your saying if column M or column N equal J28 then sum column C...
If so...
=SUMIFS($C$33:$C$48,$M$33:$M$48,J28,$N$33:$N$48,J28)
HTH
Regards, Jeff
The file -SUMPRODUCT
How about using column G to add up column E and column F and then...
=SUMIF(G1:G16,I11,A1:A16)
Is it possible without adding columns?
Not wrong ,sumifs Faster ,I need to do lots of calculations.
I don't know of a way to not use a helper column, but I'm sure somebody else will have the appropriate solution...
If you dont want to use sumproduct, use the helper as suggested by Jeff. At worst it will be no slower than your sumproduct, and will probably be quicker
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks