Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Excel formula - show # of days remaining

Status
Not open for further replies.

TopDawg

MIS
Mar 13, 2001
54
US
Looking for a formula which will show number of days remaining till a certain date. Loking for the cell to auto update when you open the sheet.

example -

lease expires on 11/30/06 Number of days left 5

Thanks in advance


 
Put 11/30/06 in A1.

In B1, type in [COLOR=blue white]=A1-Today()[/color]. format the cell containing the formula as General (Format > Cells > Number > General).

ps There are 35 days between now and November 30th.

[tt]_____
[blue]-John[/blue][/tt]
[tab][red]The plural of anecdote is not data[/red]

Help us help you. Please read FAQ181-2886 before posting.
 
Thank YOU !!..

Works great, I was trying to make it soo much more harder than your formula.

Is there a way to make the number go red if it is within a certin number of days? example- number of days remaining is less than 30, so 30 would be red..

Thanks.
 
Use Conditional Formatting to change the color with set parameters. It's under Format on the menu bar.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top