Excel Time List
Solved
lucem
Posted messages
424
Registration date
Status
Member
Last intervention
-
lucem Posted messages 424 Registration date Status Member Last intervention -
lucem Posted messages 424 Registration date Status Member Last intervention -
Hello,
I would like Excel to generate a list of different possible times in a column, by minutes for example:
00:01
00:02
00:03
I can't find a solution, I've tried pretty much all possible time formats in the cells, thanks.
I would like Excel to generate a list of different possible times in a column, by minutes for example:
00:01
00:02
00:03
I can't find a solution, I've tried pretty much all possible time formats in the cells, thanks.
8 answers
Hello,
The following manipulation works:
set the cell format to hh:mm
in the 1st row of the column type 00:01
in the 2nd row of the column type 00:02
then select the two cells and drag down to row 1439 which will contain 23:59
See you later
--
Best regards,
The following manipulation works:
set the cell format to hh:mm
in the 1st row of the column type 00:01
in the 2nd row of the column type 00:02
then select the two cells and drag down to row 1439 which will contain 23:59
See you later
--
Best regards,
Hello
and another option:
enter 1 in A1
go to the address bar to the left of the formula bar, place the cursor, type A2:A500000 and hit enter to select the entire range
enter the formula:
=A1+1 (corresponding to A2)
enter while holding down the CTRL key
crdlmnt
--
Let's ask ourselves if we are not the only ones to understand what is being explained?
and another option:
enter 1 in A1
go to the address bar to the left of the formula bar, place the cursor, type A2:A500000 and hit enter to select the entire range
enter the formula:
=A1+1 (corresponding to A2)
enter while holding down the CTRL key
crdlmnt
--
Let's ask ourselves if we are not the only ones to understand what is being explained?
Ah, I am using Excel 2003 and I only have exactly 65,536 cells. But that's not really the problem.
Your technique works (thanks by the way) but I don't only have numbers to enter; I also have times in the format dd hh:mm:ss.
Your technique works (thanks by the way) but I don't only have numbers to enter; I also have times in the format dd hh:mm:ss.
Indeed, we won't go from 1 to 500,000 over 65,000 lines!!
To process your hours, (if it's a regular interval), the same principle applies:
enter the first value in A1
in X1, for example, enter the value of the "interval", always in hour format
select the entire range as indicated in the previous message, starting from A2
place the formula:
=A1+$X$1
and ctrl+enter
be careful with the $ signs that lock X1 > $X$1
best regards
To process your hours, (if it's a regular interval), the same principle applies:
enter the first value in A1
in X1, for example, enter the value of the "interval", always in hour format
select the entire range as indicated in the previous message, starting from A2
place the formula:
=A1+$X$1
and ctrl+enter
be careful with the $ signs that lock X1 > $X$1
best regards
Hello
in A1: 00:01
in A2:
=A1+1/1440
pull to the necessary height.
you can then select the field and do a copy / paste special value to eliminate the formulas and keep the values
Cheers
--
Let's ask ourselves if we are not alone in understanding what is being explained?
in A1: 00:01
in A2:
=A1+1/1440
pull to the necessary height.
you can then select the field and do a copy / paste special value to eliminate the formulas and keep the values
Cheers
--
Let's ask ourselves if we are not alone in understanding what is being explained?
I have another little question, is there a way to change the scrolling speed on the page while keeping the cursor of the little cross? I need to put numbers from 1 to 500,000 for example, and it's long!
A solution
Excel 2010 menu search select
Go to type A500000 enter
type in cell A500000 validate
go up to cell A499999 and enter this formula A500000-1 validate
copy cell A499999
press function F8 to anchor and then shift arrow + end + arrow up paste
when everything is still selected copy / paste values
Excel 2010 menu search select
Go to type A500000 enter
type in cell A500000 validate
go up to cell A499999 and enter this formula A500000-1 validate
copy cell A499999
press function F8 to anchor and then shift arrow + end + arrow up paste
when everything is still selected copy / paste values