Thank you sirs for your quick response. This is what my data looks like. For ColumnG, I want to show the date of absent for Max.
<TABLE cellSpacing=0 cellPadding=0 width=446 border=0><COLGROUP><COL style="WIDTH: 48pt" span=3 width=64><COL style="WIDTH: 33pt" width=44><COL style="WIDTH: 83pt" width=110><COL style="WIDTH: 75pt" width=100><TBODY><TR style="HEIGHT: 15pt" height=20><TD class=xl65 style="WIDTH: 48pt; HEIGHT: 15pt" width=64 height=20>A</TD><TD class=xl65 style="WIDTH: 48pt" width=64>B</TD><TD class=xl65 style="WIDTH: 48pt" width=64>C</TD><TD class=xl65 style="WIDTH: 33pt" width=44>E</TD><TD class=xl65 style="WIDTH: 83pt" width=110>F</TD><TD class=xl65 style="WIDTH: 75pt" width=100>G</TD></TR><TR style="HEIGHT: 15pt" height=20><TD class=xl65 style="HEIGHT: 15pt" height=20>NAME</TD><TD class=xl65>DATE</TD><TD class=xl65>PRESENT</TD><TD class=xl65>Name</TD><TD class=xl65># of Days Absent</TD><TD class=xl65>Date of Absent</TD></TR><TR style="HEIGHT: 15pt" height=20><TD class=xl65 style="HEIGHT: 15pt" height=20>Max</TD><TD class=xl66>1-Sep</TD><TD class=xl65>YES</TD><TD class=xl65>Max</TD><TD class=xl65>1</TD><TD class=xl65>xx</TD></TR><TR style="HEIGHT: 15pt" height=20><TD class=xl65 style="HEIGHT: 15pt" height=20>Greg</TD><TD class=xl66>1-Sep</TD><TD class=xl65>YES</TD><TD class=xl65>Greg</TD><TD class=xl65>0</TD><TD class=xl65>0</TD></TR><TR style="HEIGHT: 15pt" height=20><TD class=xl65 style="HEIGHT: 15pt" height=20>Max</TD><TD class=xl66>2-Sep</TD><TD class=xl65>NO</TD><TD class=xl65>
</TD><TD class=xl65>
</TD><TD class=xl65>
</TD></TR><TR style="HEIGHT: 15pt" height=20><TD class=xl65 style="HEIGHT: 15pt" height=20>Greg</TD><TD class=xl66>2-Sep</TD><TD class=xl65>YES</TD><TD class=xl65>
</TD><TD class=xl65>
</TD><TD class=xl65>
</TD></TR></TBODY></TABLE>