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
- Customer Resources
- 66K Get Help
- 429 Global Discussions
- 149 Industry Talk
- 488 Announcements
- 5.2K Ideas & Feature Requests
- 85 Brandfolder
- 152 Just for fun
- 74 Community Job Board
- 499 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 305 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!