DWilliames / Google-sheets-content-sync-sketch-plugin

Sync content within a Google Sheets document, to text layers — based on their names. Edit and collaborate on your content in Google Sheets, then sync in back to your sketch files.
292 stars 24 forks source link

Reference value in exact cell with no value above #20

Open junaid2ali opened 6 years ago

junaid2ali commented 6 years ago

In the google sheet, a column only has a value in row 3. how can I populate only #value.3 (right now this is viewing it as #value.1 (grabbing any first value in column))... if I have #value.1 or #value.2 I would like to return an empty text box.

Thanks.