Question: = FILTER ( Table 1 , ( Table 1 [ Company ] = Stark Industries ) * ( Table 1 [ Customer ] = Carver,
FILTERTableTableCompany"Stark Industries"
TableCustomer"Carver, Aubrey"No Results"
This is the equivalent of an AND statement. "Give me all observations where the company is Stark Industries AND the customer is Carver, Aubrey combined."
However, remember the data validation dropdowns you created in and This is where the magic happens. Instead typing in the company and customer manually, we can have the FILTER function reference and instead. The FILTER function will then respond to changes in those dropdowns creating a dynamic table.
In cell I construct a FILTER function that references Table and will return data that has been filtered on the two data validation dropdown cells in and Have the function return No Results" if no data is returned.
In cell J create a simple SUM function that will add up all the sales returned in column
In cell J create a simple COUNT function that will tally the number of records returned. Hint: Use column for this also.
Using the data validation dropdown cells, return all data where Initech sold to Hughes, Jody.
How many records were returned? Enter zero for No Results
What was the total sales returned? Enter zero for No Results
$
The FREQUENCY function
You can find more information about the FREQUENCY function at Office Support here.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
