Convert to a Column Formula Absolute Reference work around
Cannot convert to a column formula (think) because if the absolute refence.
100s/1000s of rows will be pasted into the "To Merge" fields an I can't depend on the user to drag the formula down
Is there a work around?
=IF([To Merge 1]@row <> "", $[Change Values to Questions Asked]$1 + ": - " + [To Merge 1]@row + CHAR(10), "")
+ IF([To Merge 2]@row <> "", $[Change Values to Questions Asked]$2 + ": - " + [To Merge 2]@row + CHAR(10), "")
+ IF([To Merge 3]@row <> "", $[Change Values to Questions Asked]$3 + ": - " + [To Merge 3]@row + CHAR(10), "")
Answers
-
I hope you're well and safe!
Yes, and no. It's not working because of the specific row reference.
How are you using the Absolute Reference?
Can you describe your process in more detail and maybe share the sheet(s)/copies of the sheet(s) or some screenshots? (Delete/replace any confidential/sensitive information before sharing) That would make it easier to help. (share too, andree@workbold.com)
I hope that helps!
Be safe and have a fantastic week!
Best,
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
✅Did my post(s) help or answer your question or solve your problem? Please support the Community by marking it Insightful/Vote Up or/and as the accepted answer. It will make it easier for others to find a solution or help to answer!
SMARTSHEET EXPERT CONSULTANT & PARTNER
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
W: www.workbold.com | E:andree@workbold.com | P: +46 (0) - 72 - 510 99 35
Feel free to contact me for help with Smartsheet, integrations, general workflow advice, or anything else.
-
Hope you are fine, Please add a copy of your sheet or a screenshot (after removing or replacing any sensitive information). This will make it easier for me to provide the appropriate answer to your question.
bassam.khalil2009@gmail.com
☑️ Are you satisfied with my answer to your question? Please help the Community by marking it as an ( Accepted Answer), and I will be grateful for your "Vote Up" or "Insightful"
-
Thanks ..
HERE is a link to a sample sheet.
It seems I cannot reference the column names in a formula so< instead I am..
Concatenating populated "To Merge xx" cells with the values in the "Change Values to Questions Asked" Columns
You will see the absolute references in the Concatenated Values column (the one I'd like to convert to a column formula)
-
Here is a workaround that seems to be functioning correctly for me on this:
- Structure your sheet so all data is nested beneath 1 main parent row. Make it a title block or something like that. There can be multiple nested layers beneath the main parent row if you like.
- Create specific columns for each of the absolute values you'd like to reference
- In the main top level parent row, input the absolute value references with 1 value in each column of the parent row.
- Then in your column formula you can use the formula =INDEX(ANCESTORS([WHAT-YOU-CALLED-THE-ABSOLUTE-VALUE-COLUMN]@row,1). The , 1 in the formula is the important part, as it will take the 1st index of the ancestors array and if you convert this to a column formula you should see it fill you value into every every row in the column except the main parent row where it will show an error.
- You can clean this up with an IF(ISERROR() statement and incorporate the +INDEX(ANCESTORS([WHAT-YOU-CALLED-THE-ABSOLUTE-VALUE-COLUMN]@row,1) part of the formula into your column formula how every you like.
-
@Detrie Zacharias sheet summary fields work in column formulas, would that work?
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.3K Get Help
- 462 Global Discussions
- 156 Industry Talk
- 508 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 156 Just for fun
- 81 Community Job Board
- 517 Show & Tell
- 35 Member Spotlight
- 3 SmartStories
- 308 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!