AUTOMATIC PERIODIC DATA ENTRY

MAP0598

New Member
Joined
Jan 22, 2005
Messages
1
I'm just starting to use Excel. I have a worksheet with dates down column A, for example 1-Jan, 2-Jan, etc all the way to 31-Dec. Column B is for a constant number, which should be entered on the first day of each month. Can this be done automatically as each date passes?

In January, only 1-Jan would have a value entered, the rest would be blank. On 1-Feb another value would automatically be entered.

Any help would be appreciated.
 

Excel Facts

Can you AutoAverage in Excel?
There is a drop-down next to the AutoSum symbol. Open the drop-down to choose AVERAGE, COUNT, MAX, or MIN
Hi Map,

Not quite sure what you mean, but does this serve. In B1 enter the formula: =IF(DAY(A1)=1,5,"") and copy down. That will put a 5 against each first day of the month. Amend formula to show what your constant number is.

HTH
 
Upvote 0
Hi again,

Just re-read your question. If you don't want the 5 (or whatever constant you want) entering until the date is reached then enter in B1 : =IF(TODAY()>=A1,IF(DAY(A1)=1,5,""),"") and copy down.
 
Upvote 0

Forum statistics

Threads
1,215,063
Messages
6,122,935
Members
449,094
Latest member
teemeren

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