Conditional Display of Existing Data
Solved/Closed
Related:
- Conditional Display of Existing Data
- Tmobile data check - Guide
- How to copy data from one excel sheet to another - Guide
- Data transmission cables - Guide
- Blancco data cleaner - Download - Cleaning and optimization
- Download facebook data - Guide
1 response
TrowaD
Posts
2921
Registration date
Sunday 12 September 2010
Status
Contributor
Last seen
27 December 2022
555
22 Mar 2012 à 10:45
22 Mar 2012 à 10:45
Hi DeathByExcel,
Use the following formula in A2:
=VLOOKUP(A1,B:C,2)
or
=IF(ISERROR(VLOOKUP(A1,B:C,2,0)),"",VLOOKUP(A1,B:C,2,0))
Best regards,
Trowa
Use the following formula in A2:
=VLOOKUP(A1,B:C,2)
or
=IF(ISERROR(VLOOKUP(A1,B:C,2,0)),"",VLOOKUP(A1,B:C,2,0))
Best regards,
Trowa
22 Mar 2012 à 18:45
Will try out