SOLVED
String check
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
MadhavTR
7 - Meteor
a week ago
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I have a data set like
bu | compcode | compname |
xyz | 100 | ABC |
If i am using a formula for this
IF [bu]="xyz" THEN [compName]=="ABC" ELSE [compName] ENDIF but it is giving me 0. Can you tell what is the mistake i am making here?
Solved! Go to Solution.
Labels:
- Labels:
- Input
2 REPLIES 2
binuacs
21 - Polaris
a week ago
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@MadhavTR you need to write the formula in the same compname column
a week ago
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Got it. Thanks a lot.
