I have below formula I can't seem to get to work and can't find anything online about it. A brief explanation of it is: If data from B5:B50 is equal to AUTH!A:A, it'll continue otherwise it will return blank. <It only needs to match one instance of that data, not every instance of the data. > If data from AUTH!E:E is already in F:F, then have it blank, otherwise lookup data from AUTH!A:E using $B$5:B$50 data to find the data in column 5. Any help will be greatly appreciated.
Formula is below:
=IF($B$5:$B$50 = AUTH!A:A, IF(SUMPRODUCT((AUTH!E:E = F:F))>1, "", VLOOKUP($B$5:$B$50, AUTH!A:E, 5, FALSE))"")
Formula is below:
=IF($B$5:$B$50 = AUTH!A:A, IF(SUMPRODUCT((AUTH!E:E = F:F))>1, "", VLOOKUP($B$5:$B$50, AUTH!A:E, 5, FALSE))"")