Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi, in my script I have a loaded a spreadsheet with 5 columns. I want to be able to create a text object that only pulls one of those columns. I've tried an if statement, only statement and nothing is working. Help?
=concat(yourColumn, ',')
maybe
=concat(oneofthecolumn & chr(10))
Thank you. And if I wanted to show the values of 2 columns???
Column 1 Column 2
Value 1 Value 2
Create two text objects and align them in such a way that they appear as one.
Peter
Using something other tan a text object would be best
Andy
Andrew is right.
For example, you can give a Table Box the appearance of a text object by giving all cell borders the same color as the background. Nobody will notice that your are playing tricks
Peter
Thank you all.