![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Board Regular
Join Date: Apr 2002
Location: Ithaca
Posts: 107
|
I want to create a countdown timer, so that in cell ‘A1’ I have today (using Now formula) In cell ‘A2’ I have a set date (say, Christmas)
Then be able to show how many days, hours, minutes and seconds left to go, all in separate cells. Any help would be appreciated.... |
|
|
|
|
|
#2 | |
|
MrExcel MVP
Join Date: Feb 2002
Location: Auckland, New Zealand
Posts: 4,209
|
Quote:
But I have found that using the IETimer is easer and doesn't give you too much flicker. Post if you want me to send example....easier then explaining it. |
|
|
|
|
|
|
#3 |
|
Board Regular
Join Date: Apr 2002
Location: Ithaca
Posts: 107
|
|
|
|
|
|
|
#4 | |
|
MrExcel MVP
Join Date: Feb 2002
Location: Newcastle, UK
Posts: 1,174
|
Quote:
Use: C1 =INT(B1-A1)&" Days" D1 =TEXT(B1-A1,"hh")&" Hours" E1 =RIGHT(TEXT(B1-A1,"h:mm"),2)&IF(RIGHT(TEXT(B1-A1,"h:mm"),2)+0<>1," Minutes"," Minute") F1 =RIGHT(TEXT(B1-A1,"h:mm:ss"),2)&IF(RIGHT(TEXT(B1-A1,"h:mm:ss"),2)+0<>1," Seconds"," Second") it won't countdown automatically, but someone could put some code behind it to do just that.
__________________
"Have a good time......all the time" Ian Mac |
|
|
|
|
|
|
#5 |
|
New Member
Join Date: Apr 2002
Posts: 5
|
you could count the days manually...
|
|
|
|
|
|
#6 | |
|
MrExcel MVP
Join Date: Feb 2002
Location: Millbank, London, UK
Posts: 1,790
|
Quote:
|
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|