I have an excel spreadsheet. When click on count values like "4" , the cursor should go to "Detail" tab and filter the Status column to "Acknowledged".
So that only status =Acknowledged" records display. The same way when click on "1", only status = in progress record should display.
See the attached file for better clarification.
Summary Tab
============
Status count
------ -----
Acknowledged 4
Delivered 4
In Progress 1
Detail Tab
=======
Date Status Source
---- ------ ------
1/3/2015 Acknowledged In-house
1/5/2015 Acknowledged Internal
1/6/2015 Acknowledged In-house
1/9/2015 Acknowledged In-house
1/1/2015 Delivered In-house
1/4/2015 Delivered In-house
1/7/2015 Delivered Internal
1/8/2015 Delivered External
1/2/2015 In Progress External
Bookmarks