Excel-macro to auto populate value in cell
Closed
rahul79
Posts
1
Registration date
Monday 21 December 2009
Status
Member
Last seen
22 December 2009
-
22 Dec 2009 à 05:15
Alex - 3 May 2010 à 12:11
Alex - 3 May 2010 à 12:11
Related:
- Excel-macro to auto populate value in cell
- Excel online macros - Guide
- Grand theft auto v free download no verification for pc - Download - Action and adventure
- How to stop auto refresh in facebook app - Guide
- Auto redial in samsung - Guide
- Grand theft auto iv download apk for pc - Download - Action and adventure
1 response
I believe you could do this with a simple VLOOKUP function.
Create a table with your list of description in two columns
A B
Column#1 Column#2
A1 101857 sales
A2 81274 Db2
A3 104711 Oracle
A4 80169 web
Now if you type in "101857" in cell (say D1) the you vlookup function in the corresponding cell (say E1) should read
=vlookup(D1,A1:B4,2,False)
Hope this helps!!!
Create a table with your list of description in two columns
A B
Column#1 Column#2
A1 101857 sales
A2 81274 Db2
A3 104711 Oracle
A4 80169 web
Now if you type in "101857" in cell (say D1) the you vlookup function in the corresponding cell (say E1) should read
=vlookup(D1,A1:B4,2,False)
Hope this helps!!!