Function question

Current formula used:=IF([Name A]@row = [Name B]@row, "NO", IF([Name B]@row <> [Name A]@row, "YES"))
What if I need to included the Name is blank and Column Approval required will be return as No coz currently when i used the formula above it return error since it only compare Name A=Name B it will return as No and NAme A<> Name B it will return Yes
Condition required In column Approval required
Name A=Name B No
Name A<> Name B Yes
Name A is blank No
Answers
-
Try this:
=IF(OR([Name A]@row = "", [Name A]@row <> [Name B]@row), "NO", "YES")
-
When I copy and paste the formula in it gave me the error as per screenshot
-
-
hi Paul
I have copy and paste the formula that yo have provided and it gv me the error as per screenshot. Not too sure why.
IF(OR([Name A]@row = "", [Name A]@row <> [Name B]@row), "NO", "YES")
-
Hi Paul
I have resolve the issue that I have encounter. Thanks for the help :)
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.8K Get Help
- 474 Global Discussions
- 205 Use Cases
- 516 Announcements
- 5.5K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 82 Community Job Board
- 521 Show & Tell
- 36 Member Spotlight
- 3 SmartStories
- 309 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!