K
KrisB_bacon
Could you explain, in lamens terms, what this formula does, especiall
the AND function.
=IF(D9="No","",IF(AND(C9>=2002,
C9<=2008),VLOOKUP(8,Classes,(C9-2002)*3+5),""))
P.S. the C9>=2002..... is dealing with years 2002 to 2008
Thx
KrisB_baco
the AND function.
=IF(D9="No","",IF(AND(C9>=2002,
C9<=2008),VLOOKUP(8,Classes,(C9-2002)*3+5),""))
P.S. the C9>=2002..... is dealing with years 2002 to 2008
Thx
KrisB_baco