Appsheet data

From google sheet i can bring one colums data depanding on item in appsheet . but i wants to bring 2 colums data in that appsheet cell. Is it possible.

My existing logic = IN([_THIS],SELECT(Info[DB Name], [_THISROW].[Territory] = [Territory]))

0 1 76
1 REPLY 1

It's unclear what you're trying to accomplish.


@Riaz1 wrote:

i wants to bring 2 colums data in that appsheet cell


Maybe you need the CONCATENATE function?


@Riaz1 wrote:

IN([_THIS],SELECT(Info[DB Name], [_THISROW].[Territory] = [Territory]))


This expression doesn't "bring one colums data", but rather returns a Yes/No value from the IN function.

Top Labels in this Space