A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data
Okay, that did not work, for many reasons.
You have to use separate cells for each State value, then you can add a sparkline.
B6: =TRANSPOSE(VLOOKUP(FILTER(Status,ProjectNames=A6),J2:K4,2,0))
If your want the highest (lowest) state only, replace TRANSPOSE with MAX (MIN for the lowest State).
Andreas.