<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> </head> <body bgcolor="#ffffff" text="#000000"> <br> Can't quit figure this one out.<br> <br> I need to add minutes to a specified time and have it calculate new times.<br> In other words, I need to enter data once in Column A and for every event in Column B, and have Excel calculate Columns C and D event times.<br> <br> Example:<br> <br> Col. A Col. B Col. C Col. D<br> <font color="#000099">(entered once) </font> <font color="#000099"> (entered for each Event)</font> <font color="#ff0000"> (calculated) </font> <font color="#ff0000">(calculated)</font><br> <u>Beginning Time</u> <u>EVENT Elapsed Minutes </u> <u>Event Start time</u> <u> Event finish Time</u><br> <font color="#000099">12:01 AM 60 </font> <font color="#ff0000"><i> 12:01 AM 1:01 AM</i></font><br> <font color="#000099"> 90 </font> <font color="#ff0000"><i> 1:01 AM 2:31 AM</i></font><br> <font color="#000099"> 30 </font> <i> <font color="#ff0000"> 2:31 AM 3:01 AM</font><br> <br> </i>Thanks for any help you can give me on this.<br> <br> John<i><br> </i><br> <br> <br> </body> </html>