Ada01
A little more information may be helpful. I can only assume that there need be values entered into the white blocks in column B on the summary sheet that dictate what the possible outcome values are in column D. Is this correct? If it is try putting the following formulae in cell D6 and copying it to the corresponding cells.
=IF(B6="","",IF(B6=A,A_Header&": "&B6,IF(B6=B,B_Header&": "&B6,IF(B6=D,D_Header&": "&B6,IF(B6=E,E_Header&": "&B6,IF(B6=F,F_Header&": "&B6,(IF(B6=G,G_Header&": "&B6,IF(B6=H,H_Header&": "&B6,IF(B6=I,I_Header,""))))))))))
Bookmarks