Greetings!
I have a workbook where the user enters a zip code into cell C4. I need a formula in cell D4 to look up that zip code and return the cell in the next column. My problem is the zip codes are in columns AX, AZ, and BB.
I tried to start with the following but it returns a #VALUE! error.
=INDEX(C4,MATCH(C4,AX:AX&AZ:AZ&BB:BB,0),MATCH(C4,AX:AX&AZ:AZ&BB:BB,0))
Any help is appreciated!
I have a workbook where the user enters a zip code into cell C4. I need a formula in cell D4 to look up that zip code and return the cell in the next column. My problem is the zip codes are in columns AX, AZ, and BB.
I tried to start with the following but it returns a #VALUE! error.
=INDEX(C4,MATCH(C4,AX:AX&AZ:AZ&BB:BB,0),MATCH(C4,AX:AX&AZ:AZ&BB:BB,0))
Any help is appreciated!