Hello, I am trying to combine an IF and VLOOKUP formula. I am trying to build an invoice sheet and I want to make it so if there is no code in the Product code space then Product name, description and unit price will be blank.
After researching I found this =IF(ISNA(VLOOKUP(A20,Poducts,2,FALSE)),"",VLOOKUP(A20,Products,2,FALSE))
But it is not working as the N/A does not dissapear from the spaces with no codes.
In my workbook I have a sheet called clients, products and Invoice with the tables carrying the same names for referring Vlookup.
Any help is appreciated.
Solved by T. L. in 25 mins