Convert an Excel 2007 operation to Excel 2003.

aheywood

New Member
Joined
Apr 16, 2013
Messages
2
Hi Everybody,

Apologies if this has already been posted, but after looking through other threads relating to the same subject, I still cant seem to sort the problem out...

This is the equation:

=SUMIFS(D2:D8,A2:A8,"John",B2:B8,"DP",C2:C8,"2013")

I need to backwards convert this so that it performs the same operation but in Excel 2003. I think it has something to do with combining SUMPRODUCT and IF statement but everything i have tried has either ended with an error or has produced a 0.

I would be very greatful if someone can just translate this.

Thanks in advance to all,
Adam.
 

Excel Facts

Ambidextrous Undo
Undo last command with Ctrl+Z or Alt+Backspace. If you use the Undo icon in the QAT, open the drop-down arrow to undo up to 100 steps.
Hello Adam,

With the "2013" criterion in SUMIFS that will match with values in C2:C8 that are either text or number.....but in SUMPRODUCT "2013" will only match with text so if Ron's formula doesn't work for you try without the quotes, i.e.

=SUMPRODUCT(D2:D8,--(A2:A8="John"),--(B2:B8="DP"),--(C2:C8=2013))
 
Upvote 0

Forum statistics

Threads
1,206,830
Messages
6,075,113
Members
446,123
Latest member
junkyardforme

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