I am using a specified date in a cell (C3) and comparing it to set dates to deterimine which rate table to use. However, I am not able to get C3 to be read as a date and compared as a date.
I have tried formating the cell as a date
any tips?
=IF($C3<"#7/1/2002#",VLOOKUP($H3,SFY2002_Rates,4,FALSE),IF($C3<"#6/30/2003#", VLOOKUP($H3,SFY2003_Rates,4,FALSE),"CHECK WARRANT DATE"
)
I have tried formating the cell as a date
any tips?
=IF($C3<"#7/1/2002#",VLOOKUP($H3,SFY2002_Rates,4,FALSE),IF($C3<"#6/30/2003#", VLOOKUP($H3,SFY2003_Rates,4,FALSE),"CHECK WARRANT DATE"