Hi all,
My first time ever posting a question on a forum, but after using google for 2 days to find an answer I have given up on google. And after searching for best excel forum, MrExcel.com came out on top. I hope you can help me with your knowledge.
I am trying to use countifs to sort data. I have made a dropdown selection list based on three topics: location /function and segment. I want to be able to select between different locations, functions and segments to sort the data but also be able to only select one topic to sort the data.
Locations: No selection, Amsterdam, Paris, Madrid and London.
Function: No selection, Banker and Assistant.
Segment: No selection, Master and Explore.
If I use the countifs function: =countifs(source[location],$A$1,source[function],$A$2,source[segment],$A$3) I am able to sort the data on three criteria. But I want to be able to also sort the data on 1 or 2 out of 3 criteria. So I want to be able to select "No selection" on location, "Banker" on function and "Master" on segment to see all the data for Bankers in the Master segment for all the locations. Or select "No selection" for location /function and "Master" for segment to see all the data for Master for Bankers and Assistants in all the locations.
My first time ever posting a question on a forum, but after using google for 2 days to find an answer I have given up on google. And after searching for best excel forum, MrExcel.com came out on top. I hope you can help me with your knowledge.
I am trying to use countifs to sort data. I have made a dropdown selection list based on three topics: location /function and segment. I want to be able to select between different locations, functions and segments to sort the data but also be able to only select one topic to sort the data.
Locations: No selection, Amsterdam, Paris, Madrid and London.
Function: No selection, Banker and Assistant.
Segment: No selection, Master and Explore.
If I use the countifs function: =countifs(source[location],$A$1,source[function],$A$2,source[segment],$A$3) I am able to sort the data on three criteria. But I want to be able to also sort the data on 1 or 2 out of 3 criteria. So I want to be able to select "No selection" on location, "Banker" on function and "Master" on segment to see all the data for Bankers in the Master segment for all the locations. Or select "No selection" for location /function and "Master" for segment to see all the data for Master for Bankers and Assistants in all the locations.