How to return selected row value and display them

Hi Guys,

I am quite new with Coda.

is there any function on Coda to return the specific value on the row. For example, I select row 1 and then it return the value which at row number 1.

If I choose Row 1 then it return the value.

Need help!

Thank you.

Do you mean access a specific row from outside the table, in a formula?

You can use the formula - [Your Table].Nth(theRowNumberYouWant)

For example (this is an embedded Coda doc - you can right-click on values to see formulas):

Let me know if Iā€™m not understanding your need correctly though.

2 Likes

Great!!. Thanks you very much =)