... unfortunately it is because it undermines my objective of being easy to
perform a simple but very repetitive task. I also enjoy slouching and using my
other hand to hold a coffee cup ;-)
Simply put a formula in another cell that adds one. Key control-; in A1, and
in b1 have the >formula =A1+1. Format B1 as a date.
... I could have been clearer, the "B" column you give as example is straight
numerical value, independent of the date.
... I am a variety entertainer and I have 100s of skill sets and
scripts/patter that get rusty without regular practice or rehearsal. Of
course, not all skills need to be practiced with the same regularity. From
time to time I have found myself in the middle of a card trick and forgotten
how it goes! Hence the desire to track what I practice and when/how often I
rehearse it, with a spreadsheet. If column "A" represents a list of perishable
(forgettable) skills or scripts, such as A1= Shuffle a deck of Cards, A2= Ride
a Unicycle, A3=Juggling 7 clubs, etc etc, then I wish to have a buttons
associated with each in column B that will input the date at which each is
rehearsed. The date goes in C. Column D identifies how often the skill needs
to be rehearsed without getting "rusty", i.e. D1=+90(days), D2=+360days,
D3=+7(days). A simple formula goes into E to show the "due date" There is
conditional formating to show a yellow cell when things are coming due and Red
when expired. The next columne, F ... is a running total of how many times
I've rehearsed a routine; I won't perform something unless I'm comfortable
with it and have rehearsed it at least 50 times. THIS is the column in which
the macro needs to include [F_]=[F_] + 1. I have other columns which track
other statistics, but through some independent study I was able to figure out
enough of VBA to make this happen.