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
-
What about the formula I provided?
-
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
- 64.9K Get Help
- 441 Global Discussions
- 140 Industry Talk
- 472 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 497 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!