I am confused as to why my Excel 2016 is pulling the wrong data. I think I have the formula set up correctly.
FYI - I have noticed other spreadsheets where I have a Vlookup in the cell is failing. It forces me to type in the exact number for it to look up instead of using a linked cell.
Hopefully, this link will allow you to download an example of the problem I am having.
https://drive.google.com/file/d/1Rqa9u-N8fNNW6m0oeUhuMjRnViVpn5lc/view?usp=sharing
I have two classes of threads 2A and 3A. I have an "If" statement to determine which table to look at. Then its supposed to look up the "Diameter - Threads per inch" and give me the Minor Diameter.
Sincerely,
EP18
Code:
IF(G4="2A",VLOOKUP(H4,C17:K30,9),IF(G4="3A",VLOOKUP(H4,M17:U30,9)))
FYI - I have noticed other spreadsheets where I have a Vlookup in the cell is failing. It forces me to type in the exact number for it to look up instead of using a linked cell.
Hopefully, this link will allow you to download an example of the problem I am having.
https://drive.google.com/file/d/1Rqa9u-N8fNNW6m0oeUhuMjRnViVpn5lc/view?usp=sharing
I have two classes of threads 2A and 3A. I have an "If" statement to determine which table to look at. Then its supposed to look up the "Diameter - Threads per inch" and give me the Minor Diameter.
Sincerely,
EP18