EXCELL
Closed
MIKE
-
Feb 10, 2010 at 02:30 PM
rizvisa1 Posts 4478 Registration date Thursday January 28, 2010 Status Contributor Last seen May 5, 2022 - Feb 10, 2010 at 02:45 PM
rizvisa1 Posts 4478 Registration date Thursday January 28, 2010 Status Contributor Last seen May 5, 2022 - Feb 10, 2010 at 02:45 PM
Related:
- EXCELL
- Excell download - Download - Spreadsheets
1 response
rizvisa1
Posts
4478
Registration date
Thursday January 28, 2010
Status
Contributor
Last seen
May 5, 2022
766
Feb 10, 2010 at 02:45 PM
Feb 10, 2010 at 02:45 PM
Perhaps most easy route would be to create a sheet where you have this master list of name and numbers
and then you can use vlookup in the main sheet to create relation between what number you type and what shows up
so if you create master list as
1 name1
2 name2
...
then in main sheet if A column represents where you would type in number and B represent where name should show up, you can use some thing like
=vlookup(a2, 'MasterList'!A2:B15, 2, false)
and then you can use vlookup in the main sheet to create relation between what number you type and what shows up
so if you create master list as
1 name1
2 name2
...
then in main sheet if A column represents where you would type in number and B represent where name should show up, you can use some thing like
=vlookup(a2, 'MasterList'!A2:B15, 2, false)