Convert to Column Formula Issue

Hi
I use the following formula =((Applications1 / [Employee Count]1) * 12) * 10 to calculate a figure from two columns. But when I right click to Convert to Column Formula" it errors and says The column formula syntax isn't quite right? What am I missing?
Thanks
Chris
Best Answer
-
Hello Chris
Column Formulas do not allow references to specific row numbers- that is the syntax the error refers to . Convert your column references (ex. Applications1) to @row
=((Applications@row / [Employee Count]@row) * 12) * 10
You can find more information here
Answers
-
Hello Chris
Column Formulas do not allow references to specific row numbers- that is the syntax the error refers to . Convert your column references (ex. Applications1) to @row
=((Applications@row / [Employee Count]@row) * 12) * 10
You can find more information here
-
Thanks!
-
You're welcome! And I see my link to the column formula help page didn't insert above. Here is the link, if you need it. https://help.smartsheet.com/articles/2481944-set-formulas-for-all-rows-with-column-formulas
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.9K Get Help
- 474 Global Discussions
- 208 Use Cases
- 517 Announcements
- 5.6K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 84 Community Job Board
- 521 Show & Tell
- 36 Member Spotlight
- 3 SmartStories
- 309 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!