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
- 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
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!