Unfortunately no, at least not one I have found yet. You could open a blank Excel, paste the list to Column A, write the Match formula to B1 and then read from B1.
Or, you can loop though the list saying, if %List.LoopIndex% = ‘thematchtextIneed’ then set variable %matchIndex% to %LoopIndex%
if you use the excel method be sure to -1 cuz PAD index starts at 0, not 1.