maybe you could use a query. This is how you would do it in Excel,
So Set up DL, use whatever stat you need [STAT] for the Column and Row as 1. For table, write
SELECT [STAT] FROM [HPlayerGmSn] WHERE [noID] = "%DataLinq Key%"
now, whatever you type in the key will be searched in the noID column. So you can type 10s or 10g depending what you need.
#XPression