Hello everyone,I'm currently working on an Excel project where I need to copy data from one sheet to another using the VLOOKUP function. I have two sheets:
F5 =RECHERCHEV(G5,Feuil1!E3:G5,2,FAUX)
However, I keep getting the #N/A error.I've checked that:
- Sheet1contains the following columns:
- Column G: CODE
- Column F: CUSTOMER
- Column E: UNITS
F5 =RECHERCHEV(G5,Feuil1!E3:G5,2,FAUX)
However, I keep getting the #N/A error.I've checked that:
- The CODE exists in Sheet1.
- The range is correctly defined.
- There are no leading or trailing spaces in the CODE or CUSTOMER fields.