mungojeerie
New Member
- Joined
- Feb 21, 2011
- Messages
- 17
I have a formula that tells me the number of instances a record appears based on several variables.
the data that this formula draws from is in several columns and each columns header is autofiltered.
Header examples are as follows A- Date, B- Client, C- Model, E- Color etc.
The data can be easily filtered in place to show all instances of a particular date or model number or Color etc.
The table that contains the formula tells me for example how many instances model xyz occours in the color red. This formula draws data from all entries.
I would like to change it to draw data from the filtered results so that I can filter the data by date or customer etc and therefore specify that the formula show me the number instances model xyz occours in red within the filtered results.
The formula Im using to gather the data is as follows:
=SUMPRODUCT(--(ISNUMBER(SEARCH("15.5",$C$44:$C$542))),--($E$44:$E$542="Red"),--($D$44:$D$542="Sport"))
Thank you for looking in advance.
Ryan
the data that this formula draws from is in several columns and each columns header is autofiltered.
Header examples are as follows A- Date, B- Client, C- Model, E- Color etc.
The data can be easily filtered in place to show all instances of a particular date or model number or Color etc.
The table that contains the formula tells me for example how many instances model xyz occours in the color red. This formula draws data from all entries.
I would like to change it to draw data from the filtered results so that I can filter the data by date or customer etc and therefore specify that the formula show me the number instances model xyz occours in red within the filtered results.
The formula Im using to gather the data is as follows:
=SUMPRODUCT(--(ISNUMBER(SEARCH("15.5",$C$44:$C$542))),--($E$44:$E$542="Red"),--($D$44:$D$542="Sport"))
Thank you for looking in advance.
Ryan