Hi,
I have an equation that works to pull a list of distinct entries in to sheet 1 from a column in a different sheet (sheet 2). I would now like to add some conditions to what items are pulled into my list, based on information contained in sheet 2. The equation that works with no conditions is:
=IFERROR(INDEX(DISTINCT({Sheet 2 - Company Name}), Index@row ), "BLANK")
The condition I would like to add, is to only pull Company Name if the 'Company Type' is 'Type 1'.
Your help is much appreciated! Thanks