Vlookup problem

R

ruchie

I have to search and put values in one of my sheets after looking in
a
field of a field. I believe i need to to a nested vlookup, but im not
sure how to go about it. I copied the relevant portions of the data
below:

Department PriceType Monthly
Average


NY
NY Average $1,000.00
NJ
NJ
NJ
NJ
Average $1,500.35


I have to search within a department (for example NJ), and then
search
where average is occuring in the Price Type field, and then pick the
corresponding Monthly average value(1500.35 in this case) and put it
in the vlookup formula origination sheet.
Any help?
 
R

Roman

I would add a column with function "concatenate" (to connect
Department and PriceType values) and then use vlookup to search for
e.g. "NYAverage" in the new column.

ruchie napsal:
 
R

Roman

An array SUM function would work for you as well
{=SUM((A2:A7="NY")*(B2:B7="Average")*(C2:C7))}

Roman napsal:
 

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

Similar Threads

Vlookup question 12
Nested VLOOKUP 8
Vlookup issue? 8
VLOOKUP issue 3
Vlookup into 2 columns 2
vlookup problem 16
vlookup 2
Populate a field from a Secondary Data Connection from a query valueof a dropdown list 3

Top