How do I post specific dates into a colums labled only by Year?

H

hardlook

I am trying to finish a somewhat complex spreadsheet that shows what happens
when we sell various properties in the future. I have a “per diem†interest
carry formula that works fine. I am showing what happens financially based
on the individual property estimated exact sales date (including a specific
day of a month & year). I have a 10 year results area that fully computes
and gives me the individual properties resulting projected net cash flow.

My problem: How do I write a formula that looks at the specific date (in a
column) a property sells (say “4/17/2012â€) and then posts the prorated cash
flow results into another column on the same line labeled (and showing only)
“2009, 2010, 2011, 2012, etc�

Thanks for any help you can give me.

hardlook
 
D

Dave

Hi,
If your date 4/17/2012 is in A1:
=YEAR(A1-365) will return "2007"
=YEAR(A1-730) will return "2006"
Regards - Dave.
 
H

hardlook

Thanks Dave -
I have ten years spread over ten columns and I want to have a formula that
looks to see if my "date of proposed sale" cell (located on the same line)
tells it to cause another cells results to show-up here (by the year at the
top of this column) or not. Because all of the "sale" dates are different
(3/17/2010, etc.) I need to simply have that result show up in the approate
year (2009, 2010, 2011, etc.) column. Any thoughts?
 
D

Dave

Hi,
OK, still not absolutely sure, but what about using conditional formatting?
Have the results show up in ALL year columns, but set all the cells font
color white so they can't be seen.
In conditional formatting, put something like:
=YEAR(Cell with date)=Heading cell ref eg YEAR(D17)=D1
Set CF font color to black...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top