Tracking sheet date > Due date > days left

thathotelguy

New Member
Joined
Jan 16, 2024
Messages
1
Office Version
  1. 2021
Platform
  1. Windows
I am trying to create a tracking sheet for requested items/tasks, and I am looking to be able to input a;
Date of Request (lets say today if someone came in and asked for something and our goal is to have said task or item complete with 2 weeks {14 days} of the request so I want a separate cell with) >
Due Date (which would be 14 days from original date, then separate cell with) > Days Left (which would count down how many days left till the due date and have conditional formatting to change cell color depending on how many days are left)

I am not sure if stringing those different formulas together is possible because I believe I have seen them all used separately. Icing on the cake would be having a checkbox that could could be checked when the task is complete and grey everything out but honestly I would just be happy for having the formulas working together and I will hid rows once done haha

Any help is very much appreciated!
 

Attachments

  • Uniform Tracking.JPG
    Uniform Tracking.JPG
    18.7 KB · Views: 8

Excel Facts

Highlight Duplicates
Home, Conditional Formatting, Highlight Cells, Duplicate records, OK to add pink formatting to any duplicates in selected range.
Hello,

Perhaps you could wrap your date formulas in and if() statement that if there was a value in the completion box the they would be equal to "" to blank them out.
 
Upvote 0
item.xlsx
ABCDEFGHI
1Request DateItem #Item DescriptionRequestEmpDeptDue DateDays LeftCompletion Date
21/20/2024123??ABC12/3/202411
Sheet1
Cell Formulas
RangeFormula
G2G2=IF(I2="",A2+14,"")
H2H2=IF(I2="",G2-TODAY(),"")
Cells with Conditional Formatting
CellConditionCell FormatStop If True
H2Cell Value<4textNO
H2Cell Value<8textNO
 
Upvote 0

Forum statistics

Threads
1,215,069
Messages
6,122,952
Members
449,095
Latest member
nmaske

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