Forum Discussion
PROCV and IF
- Apr 13, 2022
=VLOOKUP(H18,CHOOSE({1,2},$B$2:$B$8,$A$2:$A$8),2,FALSE)
Maybe with this formula. Enter the formula with ctrl+shift+enter if you don't work with Office365 or 2021. It is also possible to look for the "Parte Descrição" and the "Tipo de Equipamento" and then return "Parte Código" with PROCV. There are different possibilities in the attached file.
If you work with Office365 or 2021 you can use XLOOKUP (PROCX) to do this.
Yes it is 🙂
But the text returns the number, that is, when looking for the "Parte Descrição" the procv must return "Parte Código"
Can you help me again?
=VLOOKUP(H18,CHOOSE({1,2},$B$2:$B$8,$A$2:$A$8),2,FALSE)
Maybe with this formula. Enter the formula with ctrl+shift+enter if you don't work with Office365 or 2021. It is also possible to look for the "Parte Descrição" and the "Tipo de Equipamento" and then return "Parte Código" with PROCV. There are different possibilities in the attached file.
If you work with Office365 or 2021 you can use XLOOKUP (PROCX) to do this.
- rafi97cteepApr 14, 2022Copper ContributorThanks ur the best