How to lock or show the data including date that user input?

haha97

New Member
Joined
Mar 31, 2022
Messages
17
Office Version
  1. 365
  2. 2019
  3. 2016
Platform
  1. Windows
Hi. I want to create a weekly project tracking.
This is the step:
1. User enter the required date to fill in the data
2. The formula will automatically display the required week and Monday date
3. User key in project, start, end, status and manager

The problem is:
Assume after filling the data from previous step, I want to fill in another data again into a different date. So, user can follow step 1. But, the problem is, it just update the date only, excluding all the data and the actual date. Is there a way where the data that we entered previously can be locked together with the date that we typed during step 1. Also, if can, I want the latest date to be shown at the right side and previous date at the left side. I already attached the excel file for your reference.

Thank you


project_tracker.xlsx
ABCDEFGHIJKLMNO
1
2Date start (Mon)3/4/2022
3
4Week 14Week 15Week 16
528/3/20224/4/202211/4/2022
6ProjectstartendstatusmanagerProjectstartendstatusmanagerProjectstartendstatusmanager
7A1/3/20221/6/2022in progressM1
8B1/1/20221/10/2022on holdM2
9C1/3/20222/6/2022in progressM3
Sheet1
Cell Formulas
RangeFormula
A4,K4,F4A4=CONCATENATE("Week ",WEEKNUM(A5,2))
A5A5=B2-WEEKDAY(B2,3)
F5,K5F5=A5+7
 

Excel Facts

Format cells as date
Select range and press Ctrl+Shift+3 to format cells as date. (Shift 3 is the # sign which sort of looks like a small calendar).

Forum statistics

Threads
1,214,641
Messages
6,120,691
Members
448,978
Latest member
rrauni

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top