Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
Solved! Go to Solution.
Column =
VAR __P = FIND("P",[Column1],,BLANK())
VAR __R = FIND("R",[Column1],,BLANK())
VAR __Start = IF(ISBLANK(__P),__R,__P) + 1
VAR __End = FIND(" ",[Column1],__Start,LEN([Column1]))
RETURN
MID([Column1],__Start,__End - __Start)
Column =
VAR __P = FIND("P",[Column1],,BLANK())
VAR __R = FIND("R",[Column1],,BLANK())
VAR __Start = IF(ISBLANK(__P),__R,__P) + 1
VAR __End = FIND(" ",[Column1],__Start,LEN([Column1]))
RETURN
MID([Column1],__Start,__End - __Start)
User | Count |
---|---|
13 | |
8 | |
8 | |
7 | |
5 |
User | Count |
---|---|
21 | |
15 | |
15 | |
10 | |
7 |