#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 31
Default Help Required

Hi Team,

Need ur help as I got stuck up in a place.

In a sheet, i have following details

Cell A1 = Due Date e.g. 19-May-2015
Cell B1 = Require a formula which would display Reminder in the cell 10 Days Before.

Thanks in Advance.

Best Regards

Akash Maheshwari
Handheld: +918588801007
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,872
Default Help Required

Hi Akash,

Am Mon, 18 May 2015 21:55:37 -0700 (PDT) schrieb Akash Maheshwari:

Cell A1 = Due Date e.g. 19-May-2015
Cell B1 = Require a formula which would display Reminder in the cell 10 Days Before.


you could color cell A1 with conditional formatting using this formula:
=AND(A1=TODAY(),A1<=TODAY()+10)
Or you try in B1:
=IF(AND(A1=TODAY(),A1<=TODAY()+10),A1-TODAY()&IF(A1-TODAY()=1," day "," days ")&"left","")


Regards
Claus B.
--
Vista Ultimate / Windows7
Office 2007 Ultimate / 2010 Professional
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
VB help required adeel via OfficeKB.com Excel Discussion (Misc queries) 2 July 3rd 09 03:04 PM
Help Required 4 Akash Excel Programming 0 June 28th 08 09:02 AM
VBA Help required..........! Thyagaraj Excel Programming 1 July 1st 06 11:06 AM
Help required kiran New Users to Excel 1 September 1st 05 02:27 PM
Vba Help Required nowfal Excel Programming 2 June 7th 04 11:21 AM


All times are GMT +1. The time now is 01:27 AM.

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

About Us

"It's about Microsoft Excel"