I have moved past the issue of time to decimal, as that was handled quite efficiently here. I am now on to a new "I need help" thing. I would like to have a yes or no question box pop up upon opening the worksheet (or workbook or speadsheet, not quite sure of that terminology yet) which changes the date in a cell depending on the answer. For instance, if the user answers yes, the date in a cell is auto filled minus two days from today's date, if no is answered, then three days would be backed off today's date. I know that =Today()-1 will go one day backwards in date, and assume that if I changed the one to 3, it would do just that. I also am quite sure this will require VBA code. Oh, and the kicker is, I would like this to only pop up on Mondays. Any other day will auto fill the date minus one day. Can This be done in Excel?