SUMPRODUCT formula query

broncos347

Active Member
Joined
Feb 16, 2005
Messages
290
Office Version
  1. 365
Platform
  1. Windows
I currently have a spreadsheet tracking work on a series of sites and I am currently using the following formula to summarise the data in column CI:

=SUMPRODUCT(--('New Sites'!$AS$5:$AS$84="roura"),--('New Sites'!CI5:CI84<>""))

However, there are a number of sites that are on hold and what I would like to also do is omit those sites which are currently labelled as on hold on column FJ.

Does anyone know if the above formula can be amended to include what I want?
 

Excel Facts

Spell Check in Excel
Press F7 to start spell check in Excel. Be careful, by default, Excel does not check Capitalized Werds (whoops)
Just add to your current function:


=SUMPRODUCT(--('New Sites'!$AS$5:$AS$84="roura"),--('New Sites'!CI5:CI84<>""),--('New Sites'!$FJ$5:$FJ$84<>"on hold"))
 
Upvote 0

Forum statistics

Threads
1,206,949
Messages
6,075,810
Members
446,158
Latest member
octagonalowl

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