![]() |
#1
|
|||
|
|||
![]() I have a spreadsheet that has an event start time in column A and the end time in column B. I have it set it up so when the start time is filled in, the end time is automatically populated with the start time + two hours. This formula is in each cell: Code:
=IF(A1 <> "", A1 + TIME(2,0,0), "") I also want the user to be able to set a custom end time. But if the user does, they have to erase the formula so it won't be there for the next semester of events. I'm not sure if there is some form of data validation I can do? I could do brute-force dependent drop-down lists, setting one for every 5-minute interval, haha. |
Tags |
data validation |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Dependent drop down lists in Word 2007 | benbenasc | Word VBA | 0 | 08-24-2011 06:34 AM |
![]() |
iuliandonici | Excel | 1 | 04-13-2011 09:45 PM |
![]() |
iuliandonici | Excel | 4 | 04-13-2011 09:27 PM |
Auto-populate an MS Word table cell with text from a diff cell? | dreamrthts | Word Tables | 0 | 03-20-2009 01:49 PM |
How to create a Dependent Drop-Down Picklist | ComcoDG | Word | 2 | 03-17-2009 07:57 AM |