Hi,
I've been tryiing out contians ; so ;
ContainM = CONTAINS( Table1, Table1[Customer], "Tom" )
Which return a true /false as expected , but I cannot get CONTAINSSTRING to work at all?
if I enter ;
The options to enter a table column as the first argument is not in intelesence
So I tried using values ;
Which allows me to find the correct column in but otherwise does not work. What am I doing wrong?
Richard.
I've been tryiing out contians ; so ;
ContainM = CONTAINS( Table1, Table1[Customer], "Tom" )
Which return a true /false as expected , but I cannot get CONTAINSSTRING to work at all?
if I enter ;
Excel Formula:
]ContainA = CONTAINSSTRING(
The options to enter a table column as the first argument is not in intelesence
So I tried using values ;
Excel Formula:
ContainA = CONTAINSSTRING( VALUES( Table1[Customer]), "T")
Which allows me to find the correct column in but otherwise does not work. What am I doing wrong?
Richard.