I have a sheet called output, and a sheet for each month a jan, feb etc.
Without vba, is there a formula I can use to extract all information from column A in the month sheets, into column a in the output sheet but keeping only the unique values?
I have a sheet called output, and a sheet for each month a jan, feb etc.
Without vba, is there a formula I can use to extract all information from column A in the month sheets, into column a in the output sheet but keeping only the unique values?
You might wish to look into the UNIQUE()
function.
One call for each Month (array), and maybe have those inside another call to UNIQUE
- I have not tried that though.
Ref:
https://support.microsoft.com/en-us/office/unique-function-c5ab87fd-30a3-4ce9-9d1a-40204fb85e1e