Stop counting dates when date complete cell is filled?

Finlaysm

New Member
Joined
Oct 11, 2024
Messages
4
Office Version
  1. 365
Platform
  1. Windows
Hi all,

I’m new to excel so bear with!

I currently have a sheet for date countdowns, which currently consists of 4 columns:

1-start date
2-due date =IF(F2=””,””,F2+60)
3-remaining days =IF(F2=””,””,G2+TODAY())
4-date complete

So far, when I input the start date in the F column, it auto populates my due date (60 days time) in the G column and then calculates how many days remaining in the H column. How do change the H column so that when I put in the completed date (which will be in the I column), it removes the remaining days and changes it to say “completed”?

Thanks! :D
 

Excel Facts

Square and cube roots
The =SQRT(25) is a square root. For a cube root, use =125^(1/3). For a fourth root, use =625^(1/4).
You put that formula in Cell H2 and copied down? and got a #VALUE?. Post a portion of your table using XL2BB
 
Upvote 0
Nested IF statements are just the beginning. If you are ready to start your journey down the Excel rabbit hole, stick around.
 
Upvote 0
Nested IF statements are just the beginning. If you are ready to start your journey down the Excel rabbit hole, stick around.
Believe me I am truly at the beginning but ready to learn, I’m sure you’ll hear from me again soon!
 
Upvote 0

Forum statistics

Threads
1,222,628
Messages
6,167,175
Members
452,101
Latest member
xuebohan

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