This should be sooooo simple I am embarassed to ask. I have a set of dates in a colum and I want to put a 1 or a 2 in another column depending on if a that date is older/newer than X. Here are the actuals:
Column A:
Starting row is 2
10/30/2009
6/30/2008
2/15/2009
11/6/2009
6/20/2008
8/21/2008
7/1/2010
My key date is 8/1/2009. So I enter =IF(A2=<"8/1/2009",1,2) but it puts 1's in everything except for the last 2 and for those it puts the 2. I've tried it without the quotes, using an absolution reference (I.E. =IF(A2=<$A$1,1,2) and a bunch of other stuff but it just won't work. I have done a lot more complex stuff than this and I can't believe it won't work..LOL.....someone help an obviously brain-dead guy???..Kevin
Column A:
Starting row is 2
10/30/2009
6/30/2008
2/15/2009
11/6/2009
6/20/2008
8/21/2008
7/1/2010
My key date is 8/1/2009. So I enter =IF(A2=<"8/1/2009",1,2) but it puts 1's in everything except for the last 2 and for those it puts the 2. I've tried it without the quotes, using an absolution reference (I.E. =IF(A2=<$A$1,1,2) and a bunch of other stuff but it just won't work. I have done a lot more complex stuff than this and I can't believe it won't work..LOL.....someone help an obviously brain-dead guy???..Kevin