If this then that formula - what am I doing wrong?
Best Answer
-
Yes. If you have a specific row number it cannot be used as a column formula. You have to use "@row" references in column formulas.
Answers
-
You need to use a row reference and some type of argument.
=IF([Column name]@row = "Text", "Output")
-
Thank you!
This is what I ended up with:
=IF([Existing or Prior Client?]1="Yes", 3, IF([Existing or Prior Client?]1="Don't Know", 0, IF([Existing or Prior Client?]1="No", -1))) PARSEABLE but cannot convert to Column Formula
=IF([Existing or Prior Client?]@row="Yes", 3, IF([Existing or Prior Client?]@row="Don't Know", 0, IF([Existing or Prior Client?]@row="No", -1))) PARSEABLE and CAN convert to Column Formula
Making mistakes is the fastest path to excellence.
-
Yes. If you have a specific row number it cannot be used as a column formula. You have to use "@row" references in column formulas.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 434 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!