#UNPARSEABLE for Column "IF" Formula
I get an #UNPARSEABLE error for the following formula and am not sure what I'm doing wrong:
=if([Destination]@row] = [Source]@row, [Destination ID #]@row, "")
Where the destination = source, the destination ID should be entered. Otherwise, I want to leave the cell blank so that someone can manually enter the ID #.
Best Answer
-
I just saw the error: an erroneous bracket was after "[Destination]@row" It should be:
=if([Destination]@row = [Source]@row, [Destination ID #]@row, "")
Answers
-
Do you have a screenshot of the the column headings, and the field which contains the formula?
-
I just saw the error: an erroneous bracket was after "[Destination]@row" It should be:
=if([Destination]@row = [Source]@row, [Destination ID #]@row, "")
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!