samshiells
New Member
- Joined
- Mar 15, 2012
- Messages
- 5
Hi,
I am building a interactive spreadsheet where the user can select from 5 filters (e.g. department, team, name, etc) on certain items which will then update the table being viewed.
I'm unable to use Pivot tables as it has to work between 2003/2007. I've got it working using Sumproduct but is working too slowly.
So finally have ended up trying to use the formula below.
=SUM(IF(
(Reason=$B6)*
(Month_Received=D$5)*
(Arrears_RelatedComplaint="Arrears Related")*
(Department=B2),Complaint_Count),0)
The problem I have is that where Department=B2 this is one of the filters. When a department is selected that's fine but when it is blank it isn't pulling through any data as obviously it's trying to match where department = 0.
Is there anything I can put in this field where it will return all fields?
If you need anything explaining further or have any other suggestions how to speed up my spreadsheet (without using Access) please let me know! I have roughly 30 columns and 30,000 rows of data which it's querying.
Thanks, Sam
I am building a interactive spreadsheet where the user can select from 5 filters (e.g. department, team, name, etc) on certain items which will then update the table being viewed.
I'm unable to use Pivot tables as it has to work between 2003/2007. I've got it working using Sumproduct but is working too slowly.
So finally have ended up trying to use the formula below.
=SUM(IF(
(Reason=$B6)*
(Month_Received=D$5)*
(Arrears_RelatedComplaint="Arrears Related")*
(Department=B2),Complaint_Count),0)
The problem I have is that where Department=B2 this is one of the filters. When a department is selected that's fine but when it is blank it isn't pulling through any data as obviously it's trying to match where department = 0.
Is there anything I can put in this field where it will return all fields?
If you need anything explaining further or have any other suggestions how to speed up my spreadsheet (without using Access) please let me know! I have roughly 30 columns and 30,000 rows of data which it's querying.
Thanks, Sam
Last edited: