Also, to get the dropdown menu, you will need a list of values.
It's probably easiest to put them on an unused area of your spreadsheet which won't be printed.
For my example, I will use cell K1 as my starting point since with default margin settings, it is the first cell on page 2 of a new sheet.
Enter the following values:
Select K1:K2 and Autofill those values down through K1440. It will take a moment or so, but it will increment your values by 1 minute as you fill downward. When you are done, you will have accounted for a 24 hour period in 1 minute increments.
Leave the range selected, and click the Name box (it is to the immediate left of the formula bar). Type the name ClockTimes [!](do not space between Clock and Times)[/!] and press the enter key. This named range can now be used to give you a valid dropdown list of acceptable times anywhere in your workbook.
Here's how:
1. Select the cell(s) you want the dropdown to appear in. For my example, I am using [!]A1 and B1.[/!]
2. Click Data>Validation (or Click the Data ribbon and select Data Validation).
3. In the dialog which appears, select the [!]Allow[/!] dropdown and choose [!]List[/!].
4. In the [!]Source[/!] box, type [!]=ClockTimes[!]
5. Click OK.
NOTE: you may have to format the cells in order to get the times to display the way you want them.
6.
Enter the following formula in C1:
7. Format C1 with a comma separator (accounting no symbol)
8. Format A1:B1 and ClockTimes as Time (you choose the format)
Voila!
Hope that helps.
Tom
Born once die twice; born twice die once.