View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 6,953
Default Looking up multiple cell values

=vlookup("house",sheet2!A:B,2,False)*10 + vlookup("car",Sheet2!A:B,2,False)*1.3

--
Regards,
Tom Ogilvy


"Richard" wrote:

Hi,
I would like to lookup multiple cell values on one spreadsheet; perform
operations on each cell, add those numbers together and paste the results
into a cell on another sheet. Is there a formula that can do thatf?