if e.DAtaCol.Name = "C" Then If e.DataRow("C") = "CIA" e.DataRow("B")=e.DataRow("A").AddDays(-7) ElseIf e.DataRow("C") = "net30" e.DataRow("B")=e.DataRow("A").AddDays(30) End IfEnd If