View Single Post
  #2   Report Post  
BrianB
 
Posts: n/a
Default


I think this is what you want. assumes date in column A and value in
column B. Copy & paste from below into the formula bar.

=IF(YEAR(A2)-2004=0,B2*92%,0)+IF(YEAR(A2)-2004=1,B2*85%,0)+IF(YEAR(A2)-2004=2,B2*79%,0)


--
BrianB


------------------------------------------------------------------------
BrianB's Profile: http://www.excelforum.com/member.php...info&userid=55
View this thread: http://www.excelforum.com/showthread...hreadid=274018