Vlookup with other formulas

J

John

I want to use vlookup to pull data from one sheet to another. The sheet I am
pulling data from has numerous results(one for every day). I want to average
those results. So for example I want to use the following formula for all the
days and give me the average.

=VLOOKUP(B6,Logging!B4:K69,10,TRUE)

I need it to take the results from column "B" minus column "C" then divide
that info by column "A" and use vlookup to pull that answer and give me that
average on the second sheet.

Any ideas on how i can accomplish this?
 
R

RagDyer

Add another column to your datalist, where you perform these calculations,
and then return that column's values using the Vlookup.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top