adjoining cell to follow perpetual date

mnoonan

New Member
Joined
Mar 27, 2011
Messages
4
column A has perpetual dates. Column B has numbers that correspond to a particular date. As column A changes i need to have column B change to stay in line with it's particular date.
thanks
 

Excel Facts

Move date out one month or year
Use =EDATE(A2,1) for one month later. Use EDATE(A2,12) for one year later.
What's a perpetual date? Consider posting a few dates and numbers, with a description of what would change, why it would change, and what your expected result is. A visual of some kind would help to understand what you are asking about.
 
Upvote 0
hope this helps

A B C

1 3/29/2011 1 0
2 3/28/2011 0 1
3 3/27/2011 1 0


column A is todays date, column B,C are points earned on that day. Each new day that worksheet is opened A! will change to todays date, and A2,A3 will change in relation to A1. how do I get cells in columns B,C to follow thier corresponding dates
 
Upvote 0
here it is again, hopefully more easily explained
Excel Workbook
ABC
1datepointspoints
24/1/201111
33/31/20111
43/30/20111
53/29/20111
63/28/20111
73/27/2011
8
9total33
Sheet1
Excel 2007
Cell Formulas
RangeFormula
A2=TODAY()
A3=A2-1
A4=A3-1
A5=A4-1
A6=A5-1
A7=A6-1
B9=SUM(B2:B7)
C9=SUM(C2:C7)


A2 is always current date, need the numbers in column B,C to follow their corresponding date until they fall off the worksheet
 
Upvote 0
Why not keep it simple and insert a row at row 2 which would address your afore-posted "how do I get cells in columns B,C to follow thier corresponding dates".

A friendly tip, in your posts, your chances for getting a reply will increase if you don't use esoteric phrases. You have since explained "perpetual date" but now there's a new one, "fall off the worksheet" which you wrote within "numbers in column B,C to follow their corresponding date until they fall off the worksheet".

I'd say this to anyone, please understand I'm not nitpicking at you, just trying to help, those terms tend to stop people in their tracks and force an understanding of what you are talking about.

For example, you did not say what version of Excel you are using.

If

your version is 2007 or 2010

and

"fall off the worksheet" means you want to utilize all rows

then

that means, incredibly to some including me, that you are planning on over 1 million of these dates. The data would "fall off the worksheet" on March 4 of the year 4882. If you are using version 2003, the fall-off date would be "only" September 13 of the year 2190. A mere tick of the clock in geological terms, but for us living mortals, much longer past the date than we will be Excelling.
 
Last edited:
Upvote 0

Forum statistics

Threads
1,224,595
Messages
6,179,798
Members
452,943
Latest member
Newbie4296

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