Thread: IF Function
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
SteveG
 
Posts: n/a
Default IF Function


=IF(A1<=5,I1,IF(A1<=15,I2,IF(A115,I3,0)))

Where A1 is the number of years and I1:I3 is the values
(4000,6000,10000).

Regards,
Steve


--
SteveG
------------------------------------------------------------------------
SteveG's Profile: http://www.excelforum.com/member.php...fo&userid=7571
View this thread: http://www.excelforum.com/showthread...hreadid=525373