Jump to content

Anyone an Excel monster here?

Radium_Angel

Just curious, can I make a cell with a number (say, 1 million) and have it count down automatically on a constant basis until it reaches 0?

NOTE: I no longer frequent this site. If you really need help, PM/DM me and my e.mail will alert me. 

Link to comment
Share on other sites

Link to post
Share on other sites

Something like this perhaps:

https://www.extendoffice.com/documents/excel/2144-excel-countdown-timer.html

You could insert a number into a cell and have it be formatted as time (seconds) for this to work.

 

Or were you looking for something so you can have (in your case a million) cells, first being 1.000.000, second 999.999, etc. etc.?

"We're all in this together, might as well be friends" Tom, Toonami.

 

mini eLiXiVy: my open source 65% mechanical PCB, a build log, PCB anatomy and discussing open source licenses: https://linustechtips.com/topic/1366493-elixivy-a-65-mechanical-keyboard-build-log-pcb-anatomy-and-how-i-open-sourced-this-project/

 

mini_cardboard: a 4% keyboard build log and how keyboards workhttps://linustechtips.com/topic/1328547-mini_cardboard-a-4-keyboard-build-log-and-how-keyboards-work/

Link to comment
Share on other sites

Link to post
Share on other sites

2 hours ago, minibois said:

Or were you looking for something so you can have (in your case a million) cells, first being 1.000.000, second 999.999, etc. etc.?

Like that.

NOTE: I no longer frequent this site. If you really need help, PM/DM me and my e.mail will alert me. 

Link to comment
Share on other sites

Link to post
Share on other sites

7 minutes ago, Radium_Angel said:

Like that.

The basic way is to write a couple of numbers in the series, and then highlight the series. In the bottom of the highlighted series, there should be a little black square. You can either drag that (if doing just a few), or double click it and Excel will autofill the column.

Be aware that a million rows is ALOT . According to Microsoft the maximum amount of rows ever possible is 1,048,576.
 

ENCRYPTION IS NOT A CRIME

Link to comment
Share on other sites

Link to post
Share on other sites

3 hours ago, straight_stewie said:

Be aware that a million rows is ALOT . According to Microsoft the maximum amount of rows ever possible is 1,048,576.
 

This. If you are actually dealing with a million rows, there are better options than excel. 

Link to comment
Share on other sites

Link to post
Share on other sites

14 hours ago, straight_stewie said:

The basic way is to write a couple of numbers in the series, and then highlight the series. In the bottom of the highlighted series, there should be a little black square. You can either drag that (if doing just a few), or double click it and Excel will autofill the column.

Be aware that a million rows is ALOT . According to Microsoft the maximum amount of rows ever possible is 1,048,576.
 

Apologies, I mis-speak. What I want is a number LIKE 1 million, occupying a single cell, that counts down by 1, at a constant rate. Like a timer..

NOTE: I no longer frequent this site. If you really need help, PM/DM me and my e.mail will alert me. 

Link to comment
Share on other sites

Link to post
Share on other sites

2 minutes ago, Radium_Angel said:

What I want is a number LIKE 1 million, occupying a single cell, that counts down by 1, at a constant rate. Like a timer..

Oh. You're going to need to do some VBA work for this. Kutools for Excel contains a countdown timer, but it only does cells formatted as time. Kutools has a license cost of $49 USD.

ENCRYPTION IS NOT A CRIME

Link to comment
Share on other sites

Link to post
Share on other sites

Basically all the logic stuff you need: https://docs.microsoft.com/de-de/office/vba/language/reference/user-interface-help/timer-function

 

And here you'll find all information to access cells and their content: https://www.quora.com/How-can-you-change-a-cell-value-using-VBA-in-Microsoft-Excel

Use the quote function when answering! Mark people directly if you want an answer from them!

Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×