Copy if a week is complete
Hi,
Im trying to come with a formula which can identify if a week is complete or over, so then put or copy the status of the column "Estatus" into the column "Estatus semana anterior". I would like to automate the column to track the progress of the previos week without having to type it manually in "Estatus semana anterior", and in that way I would only have to update everyweek just the column "Estatus".
Is this possible?
Hope you can help me.
Thank you.
Best Answer
-
Hi @Sylvia Elizabeth
am sorry i make a mistake because the ( Estatus semana anterior ) isn't Date type, please check the following formula and i create a sample sheet for you you can test the soluation:
=IFERROR(IF((TODAY() - [Created Date]@row) >= 7, Estatus@row), "")
the following is a link for the sample sheet you can test it:
bassam.khalil2009@gmail.com
☑️ Are you satisfied with my answer to your question? Please help the Community by marking it as an ( Accepted Answer), and I will be grateful for your "Vote Up" or "Insightful"
Answers
-
Hi @Sylvia Elizabeth
Hope you are fine, to do that you need to add "Created Date" column then you can use the following formula in "Estatus semana anterior" column:
=IFERROR(IF(TODAY(7) >= Created@row, Estatus@row), "")
and convert it to Column formula
bassam.khalil2009@gmail.com
☑️ Are you satisfied with my answer to your question? Please help the Community by marking it as an ( Accepted Answer), and I will be grateful for your "Vote Up" or "Insightful"
-
I think it doesn't work that well because even if I change the date it stills remains the same status, it doesn't changes into blank or something if the week is or not completed.
Do you know why?
-
Hi @Sylvia Elizabeth
am sorry i make a mistake because the ( Estatus semana anterior ) isn't Date type, please check the following formula and i create a sample sheet for you you can test the soluation:
=IFERROR(IF((TODAY() - [Created Date]@row) >= 7, Estatus@row), "")
the following is a link for the sample sheet you can test it:
bassam.khalil2009@gmail.com
☑️ Are you satisfied with my answer to your question? Please help the Community by marking it as an ( Accepted Answer), and I will be grateful for your "Vote Up" or "Insightful"
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.3K Get Help
- 423 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 143 Just for fun
- 59 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!