Hello All,
I have a situation where I need to do a FINDITEM on a bit different situation.
I have one list called Org with codes such as 1001_AX_501, 1002_BX_503, etc.
Other list called CC with the same set of members, however, the codes are 1001, 1002.
In order to map them, I need to do a FINDITEM with some twist so that the items in the long code after the 1001, 1002 (ie the underscore and all) can be ignored.
How do I achieve this?
Thanks