sumifs "*text*" not recognised by excel 97-2003 version

sallysunshine

New Member
Joined
Jan 31, 2013
Messages
4
Hi

How do I write the following formula in a way that will be recognised by excel 97-2003?

=SUMIFS(H43:H82,E43:E82,"*Material*")
 

Excel Facts

Lock one reference in a formula
Need 1 part of a formula to always point to the same range? use $ signs: $V$2:$Z$99 will always point to V2:Z99, even after copying
SUMIFS and COUNTIFS don't work in earlier versions of Excel. They were new in 2007.
You need to use SUMIF, as sdsurzh suggested.

Denis
 
Upvote 0
Hi

How do I write the following formula in a way that will be recognised by excel 97-2003?

=SUMIFS(H43:H82,E43:E82,"*Material*")

Try this one...

=SUMPRODUCT(--(ISNUMBER(SEARCH("*MATERIAL*",$E$43:$E$82))),$H$43:$H$82)
 
Upvote 0

Forum statistics

Threads
1,214,962
Messages
6,122,482
Members
449,088
Latest member
Melvetica

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