Enter a number or amount automatically on a specified date

mrabiff

New Member
Joined
Feb 2, 2003
Messages
4
Is there a code that I can use that will automatically enter a number in a cell on a specified date? For example, if I have an employee who receives 40 hrs of Vacation time on the first of May can I make excell enter that number automatically by palcing a function in an adjacent cell or something?
 

Excel Facts

How to change case of text in Excel?
Use =UPPER() for upper case, =LOWER() for lower case, and =PROPER() for proper case. PROPER won't capitalize second c in Mccartney
If you are using today as the measure, place the first formual in cell A1 and the next formula in cell B1.

=TODAY()

=IF(A1>=DATE(2003,5,1),"40 Hours Earned","Not at 40 Hours Yet!")

Obviously, you can play around with the message, but this should do the trick based on what you asked.
 
Upvote 0

Forum statistics

Threads
1,214,386
Messages
6,119,216
Members
448,876
Latest member
Solitario

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