If a cell change, another cell will also change based on a date

revender17

New Member
Joined
Oct 26, 2020
Messages
1
Office Version
  1. 365
Platform
  1. Windows
Hi Everyone,

I have a task where, a start date is set (it will come the variable). Once the start date change, another cell will update based on the cell.
If the start date change to another date, due date also need to add based on how many days it change. The start date is a variable so it will change constantly.

Example - Start Date = 1.1.2020 , Change to new start date = 6.1.2020 , Difference is = 5 days, Due Date = Need to increase for 5 days from the original set due date.

Is they any formula to do this ? Thanks a lot.
 

Attachments

  • Excel example.PNG
    Excel example.PNG
    13.9 KB · Views: 18

Excel Facts

Enter current date or time
Ctrl+: enters current time. Ctrl+; enters current date. Use Ctrl+: Ctrl+; Enter for current date & time.
Start Date on A1,due date on B1
B1
Excel Formula:
=if(A1<>"",A1+5,"")
 
Upvote 0

Forum statistics

Threads
1,214,641
Messages
6,120,693
Members
448,979
Latest member
DET4492

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