Hi All,
In my excel I have Planning Date, Advertisement Date, Selling Date and Closing Date and Status
Below is the process of how users manage date information:
1) If they receive a planning date, the user will enter the date in the Planning Date column.
2) If they receive the Advertisement Date, the user will enter the date in the Advertisement Date column and they will delete the Planning Date
3) If they receive a Selling Date, the user will enter the Selling Date column and also enter a Closing Date based on 30 days (sample) from the Selling Date.
For Item #1, the status is Planning
For Item #2 the status is Advertisement
For Item #3 the status is Closing if closing date is equal or greater than todays date or return selling if less.
How can I achieve this ... I also attached a sample file for easy reference.
Attachment : DateStatus.xlsx
Additional Information:
I am currently using the formula below but knowing how the date is captured now it will not meet the criteria....
=IF([Closing Date]<>"", "Closed",
IF(AND(Selling Date]<>"", [ Date]=""), "Selling",
IF(AND(Advertisement Date]<>"",[Selling Date]=""), "Advertisement",
IF([Planning Date]<>"", "Planning", "")
)
)
Thank you in advanced.
Regards,
NickzNickz
Bookmarks