Excel Formula utilizing a start date & updates every 7 d

BlueJaguarXJS

New Member
Joined
Nov 28, 2005
Messages
1
I'm having trouble creating an excel formula for our HR Department. They want their spreadsheet to have a start date and every seven days (week) it will add .89 the the original number in the start date cell. IF anybody could steer me in the right direction? I would greatly appreciate it. Thanks, Will :eek:
 

Excel Facts

How to total the visible cells?
From the first blank cell below a filtered data set, press Alt+=. Instead of SUM, you will get SUBTOTAL(9,)
Welcome to the board!

How about:

=B1+0.89*INT((TODAY()-A1)/7)

Where A1 is the start date and B1 is the initial amount to which the 0.89's are added.
 
Upvote 0
Hi welcome to the board.

Your request isn't particularly clear to me.

You have a date in a cell (call it A1) and you want to increment a value (call it B1) by 0.89 every 7 days from that date? If so then perhaps

=B1+INT((TODAY()-A1)/7)*0.89
 
Upvote 0

Forum statistics

Threads
1,214,999
Messages
6,122,645
Members
449,093
Latest member
Ahmad123098

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