J
Jonathan Cooper
I'm looking to write some type of lookup formula (match, offset, etc...) that will check several variable ranges
I have a table that has major account ranges, sub account ranges, department ranges. On a seperate sheet I have data.
Goal: If the data is between the major account range (column A and B), sub account range (column C and D) and department range (column E and F), then I want to know the text in column G
Data:
A1=5000
B1=30
C1=5
based on my table, the formula needs to
find the row where 50000 is >= column A, and <=column B an
find the row where 300 is >= column C, and <=column D an
find the row where 50 is >= column E, and <=column
There should only be one row that meets all three criteria. I want to lookup the text value in column G of the row that meets these criteria. I don't think sumproduct will work, because the answer I'm looking for is text
I have a table that has major account ranges, sub account ranges, department ranges. On a seperate sheet I have data.
Goal: If the data is between the major account range (column A and B), sub account range (column C and D) and department range (column E and F), then I want to know the text in column G
Data:
A1=5000
B1=30
C1=5
based on my table, the formula needs to
find the row where 50000 is >= column A, and <=column B an
find the row where 300 is >= column C, and <=column D an
find the row where 50 is >= column E, and <=column
There should only be one row that meets all three criteria. I want to lookup the text value in column G of the row that meets these criteria. I don't think sumproduct will work, because the answer I'm looking for is text