Hello :) is there a way to make an automatic ...

Hello is there a way to make an automatic description? Example with : “What’s your name?” and below description : “Type a short name, 20 letters max”

“Zip code?” and below

description : “5 digits max”

… Of course every questions is the header of each columns. And the description is in row number 2.

Any idea? Thanks !

0 8 340
8 REPLIES 8

What you mean by “Automatic description”?

In the Editor there is a column called Description, you can put a description in there.

@Aleksi_Alkio

I mean: the Description field has to be filled with a formula. And the formula must find the text (for the description) in the row number 2.

Still not sure what your structure is. Do you have a separate question/description table where you have lot of columns. Each column has two rows… question and answer. Am I correct?

If yes, why don’t you have two columns (question, answer) and lot of rows?

Yes, two columns can be a solution. Thanks!

First column is a question field and 2nd one is a description. Then you can read the description with a formula as LOOKUP(“Question name”,TableName,Question,Description).

Perfect!

Top Labels in this Space