Loading...
 
Features / Usability

Features / Usability


Re: tiki sheets cross sheet referencing

posts: 143 United States

I'm Robert Plummer, the creator of jQuery.sheet, which is the plugin used in Tiki for sheets. The sheets need to be added to each other, one as a parent and the other as a child. I strongly urge you to upgrade to the latest Tiki 8.3 to use them. But a reference to another sheet can be done like this:

Copy to clipboard
=SHEET2!A1


or if you wanted to do sum:

Copy to clipboard
=SUM(SHEET2!A1:B2)
There are no comments at this time.