Conditional Display of Existing Data
Solved/Closed
Related:
- Conditional Display of Existing Data
- Display two columns in data validation list but return only one - Guide
- Tmobile data check - Guide
- Data transmission cable - Guide
- Download facebook data - Guide
- Computer turns on but no display - 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