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!
I'm wondering if anyone has worked out a dynamic formula to return the date of the 'next' Thursday of the month. I have a worksheet where I need to send out a reminder to a contacts in a contact column in the worksheet each Thursday of the current month if a criteria has not been met. When criteria has been met, then…
Hello, I have the formula to check a box for line items with the current month. =IF(AND(YEAR(Date@row ) = YEAR(TODAY()), MONTH(Date@row ) = MONTH(TODAY())), 1, 0) Trying to set up a report for all items with the previous month (i.e. 1 month prior to current). How can I modify to check the box?
Please help, I have a few of these to do. I have a nested IF formula. The first part is an INDEX/MATCH and works as a standalone. The next few are INDEX/COLLECT. These are not working as standalone or in the nested version (Unparsable Error). Any ideas? =IF(CONTAINS(“A/V”, [Vendor Type]@row ), INDEX(COLLECT({Date Secured…