Sum if formula using "left" or "find" for range

bensko

Board Regular
Joined
Mar 4, 2008
Messages
173
Not sure how to sum column I when the first three letters in column B are "ISP" using the following:

=SUM(IF('QUOTE STATUS'!$M$3:$M$5000>=AP1,IF('QUOTE STATUS'!$M$3:$M$5000,<AP2,IF(FIND("ISP",'QUOTE STATUS'!$B3:$B$5000),IF('QUOTE STATUS'!$G$3:$G$5000="W",'QUOTE STATUS'!$I$3:$I$5000,"")))))

AP1 & AP2 are a date range in column M
"W" = order won in column G

Thanks for your help in advance...!

Ben
 

Excel Facts

Excel Can Read to You
Customize Quick Access Toolbar. From All Commands, add Speak Cells or Speak Cells on Enter to QAT. Select cells. Press Speak Cells.
=sumproduct(--('quote status'!$m$3:$m$5000>=ap1),--(left('quote status'!$b$3:$b$5000,3)="isp"),--('quote status'!$g$3:$g$5000="w"),'quote status'!$i$3:$i$5000)
 
Upvote 0

Forum statistics

Threads
1,215,043
Messages
6,122,816
Members
449,095
Latest member
m_smith_solihull

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