Cell Value and Dates

ultracyclist

Active Member
Joined
Oct 6, 2010
Messages
274
Office Version
  1. 365
Platform
  1. Windows
I have a list of dates in column A using the format m/d/yy. For each of these dates, I would like the current value in cell C3 to populate the adjacent cell (B1) on the date specified in A1<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /><o:p></o:p>
Ex: <o:p></o:p>
A1 = 8/11/11<o:p></o:p>
The value in C3 = 20<o:p></o:p>
On 8/11/11 whatever the current value is in C3 should copy into cell B1<o:p></o:p>
<o:p> </o:p>
Is there a formula I can write in column B that will pull this information automatically?<o:p></o:p>
<o:p> </o:p>
Thanks,

Allen
 

Excel Facts

VLOOKUP to Left?
Use =VLOOKUP(A2,CHOOSE({1,2},$Z$1:$Z$99,$Y$1:$Y$99),2,False) to lookup Y values to left of Z values.
hmmm , maybe because it is not August 11 yet ? give it a time, it will work :) hehehehe unless you want to violate temporal directive :)
 
Upvote 0
Peter,

Let me know if this clarifies what I am looking to achieve

Column A contains the following dates starting on rows A1

8/11/11
8/22/11
9/5/11
9/20/11

Cell C3 contains the value 20. This number is generated from the sum of several cells and changes frequently.

On 8/11/11 it would enter 20 in to cell B1
On 8/22/11 it would enter what the current value is in C3 into cell B2

Somehow the formula needs to understand what the current date is in order to record this value.

If a macro is better suited for this type of automation I can use that as well.

Hope this helps.

Thanks

Allen
 
Upvote 0
Guess I missed that small detail. The formula works with the current date. As a test, I changed the date on my computer to 8/8/11, then changed the value in C3.

I have two dates listed in column A

8/5/11
8/8/11

When I ran the formula with the 8/8 date, it changed the value to the new value, but it also overwrote the value on the 8/5 date to be the same number.

Is there a way for it to retain the previous value? Essentially I should have a different value for each of the dates listed.

Thank you
 
Upvote 0

Forum statistics

Threads
1,224,525
Messages
6,179,319
Members
452,905
Latest member
deadwings

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