Im looking for a formula alternative to lookupV that can bring me a column after meeting 2 criterias, with out using concatenate.
I have a "Table A" with 4 columns:
- City
- Begining Range Number
- Ending Range Number
- Price
I have a "Table B" with two columns.
- City
- Number
I need to bring the Price from "Table A" to Table B". To do that I must make sure that:
- Number from TABLE B is between "Begining Range Number" and "Ending Range Number" from TABLE A.
- That the city from TABLE A matches the city from TABLE B.