View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
R-M[_2_] R-M[_2_] is offline
external usenet poster
 
Posts: 2
Default **Link 2 sheets based on particular field**

Hi

I'm working with Ms Office 2000 and I have problem in MsExcel,
I have my information in 2 sheets like below:

sheet1: sheet2:
_______________ __________________

code rate code qty
_____ ______ ______ __________


My desired result is to have multiplied (rate*qty) for each code in 3rd
sheet of my file.
how is it possible? in other words, can I use some concepts of select
statement like in SQL 2000 enviroment?
or is there another solution?

Any help would be thanked.