Linktoview

I have a home page on my app with text that uses linktoview, like this LINKTOVIEW([link], “xxxx-99999”) It works perfect, but one of the links comes from a new spreadsheet, the new spreadsheet is working in the app, but I just don’t know how to link to the other app via linktoview.

0 1 500
1 REPLY 1

You should probably modify your formula with an IF statement like…
IF([Link]=“NameOfTheLink”,LINKTOVIEW([Link],“xxxx-999999”),LINKTOVIEW([Link],“xxxx-888888”)).

Top Labels in this Space