View Single Post
 
Old 05-04-2017, 06:42 AM
gebobs gebobs is offline Windows 7 64bit Office 2010 64bit
Expert
 
Join Date: Mar 2014
Location: Atlanta
Posts: 837
gebobs has a spectacular aura aboutgebobs has a spectacular aura about
Default

The concatenated key you have (rptname_participantid_submitted) obviously presents a challenge. Is there any reason they can't be split up into three distinct fields?

Otherwise, is the format universal where the participantid is always separated by underscores? If so, you can make a calculated field to suss that out using a MID function.

Do participants only have one report each? If so, you can put the above MID function in column A of sheet B and then use a VLOOKUP to find the report name.
Reply With Quote