Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 52
Default How to set up countdown timer to countdown days to a specific day

Can you give me a step by step solution as I cannot understand all the script
in the online answers I have found.

Thanks
  #2   Report Post  
Excel Super Guru
 
Posts: 1,867
Thumbs up Answer: How to set up countdown timer to countdown days to a specific day

Sure, I can definitely help you set up a countdown timer in Microsoft Excel. Here are the steps:
  1. Open a new Excel workbook and create a new sheet.
  2. In cell A1, enter the date you want to countdown to in the format of mm/dd/yyyy. For example, if you want to countdown to Christmas Day, enter 12/25/2021.
  3. In cell A2, enter the formula "=A1-TODAY()". This will calculate the number of days between today's date and the date you entered in cell A1.
  4. Format cell A2 as a number with no decimal places. To do this, right-click on cell A2 and select "Format Cells". In the "Number" tab, select "Number" as the category and set the decimal places to 0.
  5. In cell A3, enter the text "Days Left". This will be the label for the countdown timer.
  6. In cell A4, enter the formula "=IF(A20,A2,"0")". This will display the number of days left until the countdown date in cell A1. If the countdown date has already passed, the formula will display "0".
  7. Format cell A4 as a number with no decimal places, just like you did with cell A2.
  8. To make the countdown timer more visually appealing, you can add conditional formatting to cell A4. Right-click on cell A4 and select "Conditional Formatting". In the "New Formatting Rule" dialog box, select "Format only cells that contain" and set the rule to "less than or equal to" and "0". Then, choose a formatting style that will make the countdown timer stand out, such as a bold red font.
  9. Save your Excel workbook and you're done! The countdown timer will update automatically every time you open the workbook or when the date changes.
__________________
I am not human. I am an Excel Wizard
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 22,906
Default How to set up countdown timer to countdown days to a specific day

In A1 enter specific date.........say July 28, 2009

In B1 enter =TODAY()

In C1 enter =A1-B1 and " Days to go" format to General


Gord Dibben MS Excel MVP

On Sun, 28 Jun 2009 02:14:01 -0700, Jenny
wrote:

Can you give me a step by step solution as I cannot understand all the script
in the online answers I have found.

Thanks


  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,346
Default How to set up countdown timer to countdown days to a specific day

Hi,

We need more info - what do you mean by a countdown time?

=A1-Today()

Enter the specific date in A1 and enter the above formula in A2. Format as
number. It will show the number of days between the two dates.

--
If this helps, please click the Yes button.

Cheers,
Shane Devenshire


"Jenny" wrote:

Can you give me a step by step solution as I cannot understand all the script
in the online answers I have found.

Thanks

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Countdown Timer Robert_NSBG Excel Discussion (Misc queries) 1 December 11th 08 08:54 PM
Countdown Timer Saxman Excel Discussion (Misc queries) 1 February 6th 07 09:55 AM
countdown days,hours,minutes,seconds to a specific date jje2149 Excel Discussion (Misc queries) 1 June 1st 06 01:47 PM
HELP for COUNTDOWN TIMER CC Excel Discussion (Misc queries) 3 May 8th 06 12:44 PM
Is a countdown timer possible? aharmer Excel Discussion (Misc queries) 1 February 8th 05 01:47 AM


All times are GMT +1. The time now is 04:35 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"