Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / Programming / November 2007

Tip: Looking for answers? Try searching our database.

Excel Question

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Roxanne - 27 Nov 2007 14:06 GMT
I have an excel spreadsheet containing the following sells that are in
questions. I would like to input a formula that will calculate the DOM (Days
on Market) based on

1. Status = Active (Y)

2. If Active, Input Today's Date under the "Current Date" Column

I would only like to manually input the active and the list date cells.

Column T = Active

Column U = List Date

Column V = Current Date

Column W - DOM

ACTIVE

LIST DATE

CURRENT DATE

DOM

Y

10/24/07

N

09/01/07

Hopes this makes sense. What formula would I use in the current date section
for active = Yes and No to remain at the last calculated date? Is it
possible?
Roger Converse - 27 Nov 2007 15:31 GMT
In order to populate your "Current Date" field you can use:

=IF(Sheet1!T1 = "Y", NOW(),"")

I do not understand the rest.

Thanks,
Roger

> I have an excel spreadsheet containing the following sells that are in
> questions. I would like to input a formula that will calculate the DOM (Days
[quoted text clipped - 33 lines]
> for active = Yes and No to remain at the last calculated date? Is it
> possible?
ilia - 27 Nov 2007 15:41 GMT
> I have an excel spreadsheet containing the following sells that are in
> questions. I would like to input a formula that will calculate the DOM (Days
[quoted text clipped - 33 lines]
> for active = Yes and No to remain at the last calculated date? Is it
> possible?

In Column V, starting on row 2 (adjust as necessary) use this:

=IF(LOWER(LEFT($T2))="y",TODAY(),0)

In Column W, starting on row 2 and adjust as necessary:

=IF($V2=0,0,$V2-$U2)
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.