Convert to Column Formula - column formula syntax isn't quite right
I am trying to populate project number from line 1 into line that has any text in To-Do column. The single line works but when I try to convert column formula I get "The column formula syntax isn't quite right, see our help article
I have tried it both
=IF(ISBLANK([To-Do]@row), "", [Project Number]$1)
=IF(ISBLANK([To-Do]@row), "", [Project Number]1)
Best Answer
-
@markj1 You must change your $1 or 1 to @row. Column formulas can ONLY reference their own row or a full column, not a random cell.
Answers
-
@markj1 You must change your $1 or 1 to @row. Column formulas can ONLY reference their own row or a full column, not a random cell.
-
Thank you @Matt Lynn-PCG. That's a bummer.
Do you know of another way to reference another row?
I want the Project number of the row to copy and paste project number of row 1 when using that row.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.3K Get Help
- 422 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 143 Just for fun
- 59 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!