Sign in to join the conversation:
Does anybody know if there is a way to rid of this annoying fly-out when viewing a sheet that has some references in it?
***edited 5/22 to remove typo***
There isn't a way to turn this off at present without removing the cell links. The functionality is there to make sure that people viewing or modifying the cells in question know that the cell contents is linked (that is, another sheet is relying on the data in the cell).
The flyout also gives the viewer a convenient way to visit the related sheet or to remove the cell link (you need to have Editor- or Admin-level permissions to the sheet to do this).
You can find more about this expected behavior here:
Cell Links: Consolidate or Maintain Consistency of Datahttps://help.smartsheet.com/articles/861579-cell-linking
All that said, I can see that if you don't intend to modify anything (or are aware of the relationships), this information in this format could be distracting.
If you're interested in describing your use case in more detail in the form a product enhancement request, please use the "Submit Product Enhancement Request" link under "Quick links" here in Community.
Thanks!
As a basic outline, I have column 1, 2, and 3. Columns 1 and 2 list 4 identical options: A, B, C, D in a drop down menu. Essentially, I would like column 3 to calculate/display the difference between columns 1 and 2, removing a duplicate. For example: Column 1: A, B, C, and D are selected in the drop down Column 2: B is…
I need the formula to get the text from the next row in a specified column. I am creating the formula in row 2 in a column named 'Next' and want it to bring back the data from column 'Test' in row 3. This is what I have tried so far but getting #unparseable error. =INDEX(Test:Test, row() , +1) =INDEX([Test]:[Test], row() ,…
I have a formula that is currently working (see below); I need to add a condition, from a specific Column (Study Status)-that if it equals a particular choice ("Study Ongoing - Follow up"), that it doesn't even bother looking at this formula and automatically turns the FLAG off. Furthermore, I'll need to have several…