Conditional Display of Existing Data
Solved/Closed
Related:
- Conditional Display of Existing Data
- Tmobile data check - Guide
- Data transmission cables - Guide
- How to copy data from one excel sheet to another - Guide
- Download facebook data - Guide
- Blancco data cleaner - Download - Cleaning and optimization
1 response
TrowaD
Posts
2921
Registration date
Sunday September 12, 2010
Status
Contributor
Last seen
December 27, 2022
555
Mar 22, 2012 at 10:45 AM
Mar 22, 2012 at 10:45 AM
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
Mar 22, 2012 at 06:45 PM
Will try out