View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
se7098 se7098 is offline
external usenet poster
 
Posts: 79
Default vlookup & multiple ifs

Hi Lars,

I'm trying it but need to know...what does sheet1a1-i2 represent so i can
update it accordingly.

thanks.

"Lars-Åke Aspelin" wrote:

Try this formula:

=HLOOKUP("Job Seeker",OFFSET(Sheet1!A1:I2,MATCH
("Charlotte",Sheet1!A1:A100,0),0),2,FALSE)

all in one line

Sheet1 is the name of the sheet with the data table.
Change the 100 to match then number of data rows.

Hope this helps / Lars-Åke

On Wed, 17 Dec 2008 13:01:01 -0800, se7098
wrote:

Sorry...Charlotte is in the data sheet along with job seeker...job seeker may
be found anywhere to the right of Charlotte (potentially in columns E-I).

Example:

Charlotte
High Volume Title Job Seeker Testing Evaluation
Hire

I need to look for charlotte and if found then look one row down and look
for job seeker then if found look one row down and return the value found
directly below job seeker and return that number to my report in a separate
worksheet.

Thanks.

"Mike H" wrote:

Hi,

Your question isn't clear, after finding 'Charlotte' in Column A, where do
we look for 'Job seeker'?

Mike

"se7098" wrote:

I have one data sheet with information in columns a-j

i have a separate report that i need to populate from the data sheet

i need a formula that will go look for "charlotte" in column a of the data
sheet and if found then find "job seeker" in the same data sheet and if found
return the value listed under "job seeker" to the report

so i think it should be a combo of vlookup and if statements but i am not
familiar with if statements and not very good with formulas.

Thanks.