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
- Download mp3 with lyrics display - Download - Audio playback
- Huawei display check code - Guide
- Gta 5 data download for pc - Download - Action and adventure
1 response
TrowaD
Posts
2921
Registration date
Sunday September 12, 2010
Status
Moderator
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