M
Matt Colon
Good afternoon everyone,
I'm looking for a type of function that lets you do a VLOOKUP, but with TWO
criteria. I have a spreadsheet with 3 columns - the combination of data in
column A and B for any given row is unique. What I need is to be able to
specify a value to look for in column A, a value to look for in column B,
and then return the value in column C for that one corresponding row where
the criteria was met for both column A & B simultaneously. I have a fairly
crude VBA macro that does this, but I was looking for any advice to see if
this can be done without VBA. Sorting the data is very clumsy because there
are often over 30,000 rows of data. Any help is greatly appreciated.
Thanks.
Regard,
Matt Colon
I'm looking for a type of function that lets you do a VLOOKUP, but with TWO
criteria. I have a spreadsheet with 3 columns - the combination of data in
column A and B for any given row is unique. What I need is to be able to
specify a value to look for in column A, a value to look for in column B,
and then return the value in column C for that one corresponding row where
the criteria was met for both column A & B simultaneously. I have a fairly
crude VBA macro that does this, but I was looking for any advice to see if
this can be done without VBA. Sorting the data is very clumsy because there
are often over 30,000 rows of data. Any help is greatly appreciated.
Thanks.
Regard,
Matt Colon