Sumproduct Instead of Sumifs

jamescooper

Well-known Member
Joined
Sep 8, 2014
Messages
812
Hello,

How would I turn the following formula into a Sumproduct formula instead of sumifs due to the fact the numbers are stored as text?

Thanks:

=SUMIFS('1'!$AA:$AA,'1'!$T:$T,"1",'1'!$V:$V,"EF01")
 

Excel Facts

Does the VLOOKUP table have to be sorted?
No! when you are using an exact match, the VLOOKUP table can be in any order. Best-selling items at the top is actually the best.

gaz_chops

Well-known Member
Joined
Apr 29, 2003
Messages
6,485
Platform
  1. MacOS
Why not convert the text to numbers? Put a zero in an empty cell, Ctrl C, Highlight text, paste special, select Add, OK.
 
Upvote 0

gaz_chops

Well-known Member
Joined
Apr 29, 2003
Messages
6,485
Platform
  1. MacOS
For Sumproduct try

=sumproduct((1'!$T:$T="1")*('1'!$V:$V="EF01")*('1'!$AA:$AA))
 
Upvote 0

Forum statistics

Threads
1,195,651
Messages
6,010,929
Members
441,573
Latest member
Goronvir

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
Top