Weeble
Board Regular
- Joined
- Nov 30, 2016
- Messages
- 95
- Office Version
- 365
I'm trying out this formula
To try and get all the unqie values in column B when column N is blank.
I have similar code for when N is not blank, it it works fine.
Anyone able to tell me another way I can do this?
Code:
{=SUM(IF(FREQUENCY(IF(Blad2!$N:$N="<"">",Blad2!$B:$B),IF(Blad2!$N:$N="<"">",Blad2!$B:$B))>0,1))}
I have similar code for when N is not blank, it it works fine.
Code:
{=SUM(IF(FREQUENCY(IF(Blad2!$N:$N="IS",Blad2!$B:$B),IF(Blad2!$N:$N="IS",Blad2!$B:$B))>0,1))}
Anyone able to tell me another way I can do this?