The column formula syntax isn't quite right
Hello,
I am getting the error that the column formula syntax isn't working. I have used the @row function and it works in each cell, it just can't be converted to a column formula. Any help is appreciated.
This is for the "P/D PMI PMLast" column.
=IF($[P/D PMI PM]@row = "", "", RIGHT($[P/D PMI PM]@row, LEN($[P/D PMI PM]@row) - (FIND(" ", $[P/D PMI PM]@row, 1))))
Edit: I also tried removing the "$" and it still does not work.
Thanks,
Best Answer
-
Hey @MeganE
The dollar-sign is your culprit. That is also absolute reference, which column formulas cannot have. Lose the dollar signs.
Kelly
Answers
-
Hey @MeganE
The dollar-sign is your culprit. That is also absolute reference, which column formulas cannot have. Lose the dollar signs.
Kelly
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63K Get Help
- 380 Global Discussions
- 212 Industry Talk
- 442 Announcements
- 4.6K Ideas & Feature Requests
- 140 Brandfolder
- 129 Just for fun
- 130 Community Job Board
- 449 Show & Tell
- 30 Member Spotlight
- 1 SmartStories
- 305 Events
- 34 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!