Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi,
I need to update the data in a specific cell whenever 14 days has passed. That is I want to add a nominated $ amount every 14 days. I use the formula =A21-Start_date to determine how many days have passed from the start date. The cell that shows this updated data is not the one containing any formulas. Not every day is displayed but I just need to add this amount whenever 14 days have passed. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Try this:
C2 = amount to add every 14 days D2 = start date A21 = end date (after this date the formula will stop adding) I'm assuming the start date will not be a date in the future. =C2*INT((MIN(TODAY(),A21)-D2)/14) Format cell as GENERAL or NUMBER -- Biff Microsoft Excel MVP "Kevin Coleman" <Kevin wrote in message ... Hi, I need to update the data in a specific cell whenever 14 days has passed. That is I want to add a nominated $ amount every 14 days. I use the formula =A21-Start_date to determine how many days have passed from the start date. The cell that shows this updated data is not the one containing any formulas. Not every day is displayed but I just need to add this amount whenever 14 days have passed. |
#3
![]() |
|||
|
|||
![]() Quote:
|
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
COUNT how many ROWS ago out of 10 days that the highest high in 10 days was made | Excel Worksheet Functions | |||
Copy old Data from web query while keeping previous days data | Excel Worksheet Functions | |||
Convert days in decimal to days:hours:minutes | Excel Worksheet Functions | |||
Convert decimal days to Days,hours, minutes | Excel Worksheet Functions | |||
NEED 30 -31 days for data for each month. | Excel Worksheet Functions |