Excel-macro to auto populate value in cell
Closed
rahul79
Posts
1
Registration date
Monday December 21, 2009
Status
Member
Last seen
December 22, 2009
-
Dec 22, 2009 at 05:15 AM
Alex - May 3, 2010 at 12:11 PM
Alex - May 3, 2010 at 12:11 PM
Related:
- Excel-macro to auto populate value in cell
- Grand theft auto v free download no verification for pc - Download - Action and adventure
- How to stop auto refresh in facebook app - Guide
- Grand theft auto iv download apk for pc - Download - Action and adventure
- Number to words in excel - Guide
- Excel macro to create new sheet based on value in cells - Guide
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!!!