Forum Discussion
Anonymous
6 years agoNot applicable
Search for exact string in column
I want to search for exact string in a column and then get a particular value. Formula i use: asb Rev new = if(CONTAINSSTRING([segment],"asb"),[asb Rev],blank()) But There are values in seg...
- 6 years ago
Hi Anonymous ,
As tested, Greg_Deckler 's solution can help you.
Best regards,
Lionel ChenIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Greg_Deckler
Community Champion
6 years agoAnonymous - Oh, yeah, here is another way:
asb Rev new = if([segment]="asb"),[asb Rev],blank())amitchandak
Super User
6 years agoAnonymous , I think it should solve with the solution by Greg_Deckler already provided.
if not you need to provide data.