Team,
Based on ref number & TX number - i wanted to determine if the values are continued or not.
please guide me.
Thanks in advance...
TX Number | Ref number | Result |
0385 | 957192 | - |
0385 | 957196 | No |
0385 | 957198 | No |
0385 | 957203 | No |
0386 | 957187 | - |
0386 | 957191 | No |
0386 | 957194 | Yes |
0386 | 957195 | Yes |
0386 | 957196 | Yes |
Solved! Go to Solution.
You'll want to use a multi-row formula:
IF isnull([Row-1:Ref number])
then '-'
elseif [Ref number] = [Row-1:Ref number]+1
then 'Yes'
else 'No'
endif
Thanks so much ! @Luke_C
Hi, @Myusrename001
just use Multi-Row Formula for you : (need set the option [Values for Rows that don't Exist] to 'Null' )
User | Count |
---|---|
19 | |
15 | |
15 | |
8 | |
6 |