Ah now I see!!
Think I can see what you want to happen now!!
Try this formula in cell d11
=SUM(D3

10)*VLOOKUP(SUM(D3

10),A:B,2,FALSE)
You can still only have a maximum of 9 in your data entry though - if
the sum goes larger than 9 this spreadsheet will not be able to find a
lookup value. To give you a visual indicator that this has happened you
could use thi formula in cell d11 instead
=IF(SUM(D3

10)>9,"Entry values too
large",SUM(D3

10)*VLOOKUP(SUM(D3

10),A:B,2,FALSE))
Hope that solves it for you this time!!
--
mr_teacher
------------------------------------------------------------------------
mr_teacher's Profile:
http://www.excelforum.com/member.php...o&userid=34352
View this thread:
http://www.excelforum.com/showthread...hreadid=542176