¨The column formula syntax isn't quite right¨ Error
Answers
-
I tried to copy this for my own formula to pull in a sample status by looking at three sheets, it is not working. Any idea what I'm doing wrong? Thanks. =IFERROR(INDEX(COLLECT({1_Program Tracker - Sample Status}), {1_Program Tracker - SKU}, @cell=[SKU Number]@row, {1_Program Tracker - Retailer}, @cell=Retailer@row), 1), "")+" "+IFERROR(INDEX(COLLECT({1a_ARCHIVE All Other Products-Program Tr.. Range 1},{1a_ARCHIVE All Other Products-Program Tr.. Range 2},@cell=[SKU Number]@row,{1a_ARCHIVE All Other Products-Program Tr.. Range 3},@cell=Retailer@row),1), "")+" "+IFERROR(INDEX(COLLECT({1_ARCHIVE All Other Products-Program Track Range 1},{1_ARCHIVE All Other Products-Program Track Range 2},@cell=[SKU Number]@row,{1_ARCHIVE All Other Products-Program Track Range 1},@cell=Retailer@row),1)""). I'm just getting "the column formula syntax isn't quite right". Thank you.
-
Have you tried removing the @cell in all of these? I do not believe it is necessary for any of your situations.
Also as an aside - It is best practice to name your reference ranges as you have done in the first part of this equation. You might want to update your references in the second half so that way when you are trying to analyze this formula months from now, you know what you are pulling in.
Michelle Choate
michelle.choate@outlook.com
Always happy to walk through any project you need help with!
-
=(IFERROR(INDEX(COLLECT({Pass/Fail}, {Unit Part Number}, @cell = [Part #]@row, {Sales Order Number}, @cell = Order@row), 1), "") + " " + IFERROR(INDEX(COLLECT({Pass/Fail 1}, {Unit Part Number 1}, @cell = [Part #]@row, {Sales Order Number 1}, @cell = Order@row), 1), "") + " " + IFERROR(INDEX(COLLECT({Pass/Fail 2}, {Unit Part Number 2}, @cell = [Part #]@row, {Sales Order Number 2}, @cell = Order@row), 1), ""))
Have you tried ensuring there is a space between the initial comma and the @cell statement? My final formula has spaces there, at first glance I am not sure if that would effect your formula?
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.2K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 142 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!