FINDING POSITION OF A CERTAIN DATA

Uk
Silver 1
Silver 1

Hi masters, 

I have two tables

table 1 is named SEARCH

table 2 is named CODE

From table SEARCH, I want to know in what row number of 1005980985 (yellow line) is located

I just tried this formula, but i didn't work COUNT(CONTAINS(code[id]), [id] = [_THISROW].[id]))

 

The following image is CODE table

Capture.PNG

any idea? thanks

0 3 80
3 REPLIES 3

Uk
Silver 1
Silver 1

hi @Marc_Dillon thanks for it. But I mean I want to find out in what number of row it is. 

Row Number 1, 2, 3, stc.

Should I use COUNT formula?

There should be an automatically generated column in your table called _RowNumber, you don't need to calculate it. You can decide to show it or query it like any other column.

Top Labels in this Space