+ Reply to Thread
Results 1 to 4 of 4

Calculate Number of days from date registered column A and Todays date Column B

  1. #1
    Registered User
    Join Date
    04-08-2016
    Location
    South Arica
    MS-Off Ver
    10
    Posts
    4

    Calculate Number of days from date registered column A and Todays date Column B

    Column A (that is registered date)
    Column B (Derive the number of days from today's Date.
    Use formula =TODAY()-A1 -It works.

    Require: If Column A does not have a date entered as yet - the output in B must 0 days (this is where I am stuck)

  2. #2
    Forum Guru
    Join Date
    02-27-2016
    Location
    Vietnam
    MS-Off Ver
    2016
    Posts
    5,908

    Re: Calculate Number of days from date registered column A and Todays date Column B

    Try this...
    =IF(A1="",0,TODAY()-A1)

  3. #3
    Registered User
    Join Date
    04-08-2016
    Location
    South Arica
    MS-Off Ver
    10
    Posts
    4

    Re: Calculate Number of days from date registered column A and Todays date Column B

    Thanks - it works

  4. #4
    Forum Guru
    Join Date
    02-27-2016
    Location
    Vietnam
    MS-Off Ver
    2016
    Posts
    5,908

    Re: Calculate Number of days from date registered column A and Todays date Column B

    You're welcome.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Calculating number of days from todays date
    By joesiv in forum Excel General
    Replies: 29
    Last Post: 11-08-2015, 03:34 PM
  2. Autohide Columns that are < todays date and > todays date by 2 & 7 days
    By Dropfiddy in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 09-28-2015, 03:51 AM
  3. [SOLVED] getting total from column if todays date is equal to or greater than date column
    By peterjb44 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 12-11-2013, 07:43 PM
  4. Calculate Remaining Days left from Todays Date
    By lewisale in forum Hello..Introduce yourself
    Replies: 1
    Last Post: 01-22-2013, 07:21 PM
  5. Add Date in Column A Plus Number of Days in Column B and show result in Column C
    By excelforumcrisis in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 01-12-2013, 02:01 PM
  6. [SOLVED] Search column for a number, then add the todays date at the next column
    By spider2809 in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 10-11-2012, 12:24 PM
  7. Replies: 1
    Last Post: 07-30-2010, 03:35 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1