+ Reply to Thread
Results 1 to 4 of 4

Calculating Days on Market using =DAYS

  1. #1
    Registered User
    Join Date
    05-05-2022
    Location
    Australia
    MS-Off Ver
    O365
    Posts
    3

    Question Calculating Days on Market using =DAYS

    Hi,

    I'm trying to calculate days on market for property listings based on a set start date and today's date, so that it's accurate whenever anyone looks at the spreadsheet.

    I have used the formula =DAYS(TODAY(),G3) where TODAY is the end date, and G3 is where the start date is.

    This works great! Except...
    • If there's no date in G3 then it returns the number 44687
    • It won't auto update the DOM column (which holds my formula) when I do enter a date

    I understand that 44687 is the number of days since 1st Jan 1900, but how do I keep that cell blank until there's a date in G3?

    Also, how do I get the DOM column to auto update when I enter a date without having to 'enter' the formula for it to recalculate?

    Thank you!

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

    Re: Calculating Days on Market using =DAYS

    Quote Originally Posted by KatLane View Post
    but how do I keep that cell blank until there's a date in G3?
    Try this:

    =If(G3="","",DAYS(TODAY(),G3))

  3. #3
    Registered User
    Join Date
    05-05-2022
    Location
    Australia
    MS-Off Ver
    O365
    Posts
    3

    Re: Calculating Days on Market using =DAYS

    Thank you! That's perfect. It's blank now if there's no date in the live date.

    But I'm still having the issue with it not updating when I enter the date.
    Attachment 779469

    I can manually trigger it by selecting the cell in the DOM column, clicking into the formula bar and hitting enter, but I don't want to have to do that every time...

  4. #4
    Registered User
    Join Date
    05-05-2022
    Location
    Australia
    MS-Off Ver
    O365
    Posts
    3

    Re: Calculating Days on Market using =DAYS

    Wait, I figured it out, so simple. My calculation options were set to manual 🤦*♀️

    It's working perfectly now. Thank you

+ 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 accurate forward days coverage or Days On Hand
    By aalim95 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 10-30-2019, 05:31 PM
  2. Need help on calculating number of days between 2 days W.R.T different criterias
    By Vikramchetan in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 08-27-2019, 08:16 AM
  3. [SOLVED] Calculating Years, Months, Week, Days, Hours, Minutes for Work Days between two dates
    By hecgroups in forum Excel Formulas & Functions
    Replies: 11
    Last Post: 08-23-2019, 12:09 AM
  4. DAYS function: correctly calculating the number of days
    By dadpad in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 08-25-2015, 09:18 PM
  5. Replies: 0
    Last Post: 10-31-2014, 10:32 AM
  6. Replies: 2
    Last Post: 02-20-2014, 06:40 AM
  7. Calculating time elapsed in days and count days within same range
    By michellem410 in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 09-19-2008, 01:13 PM

Tags for this Thread

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