Cell Reference / Replacement...??? HELP

AFLeddie

Board Regular
Joined
Jan 10, 2008
Messages
76
Hey there,

I have a sheet in that contains a column with tags in it (Z7580. Z7852 etc.) However, there is no description column next to the numbered column. basically I want to place a description in an Inserted column for that particular number. I have a description table on the next sheet with the description associated to the tags.

I need a formula that will do this for me, the sheet is massive. however there are only about 50 tags with their descriptions.

any help would be nice.:confused:
 

Excel Facts

Easy bullets in Excel
If you have a numeric keypad, press Alt+7 on numeric keypad to type a bullet in Excel.
Check out the VLOOKUP function in Excel Help. Example:

=VLOOKUP(A1,Sheet2!A1:B1000,2,FALSE)

where A1 contains the tag to look up in the table in A1:B1000 on Sheet2.
 
Upvote 0
Can't provide a complete formula since you haven't told us sheet names or columns. Try the following formula, replacing sheetnames as columns as required...

=VLOOKUP(Cell_containing_tag,Sheet1$!A:$B,2,FALSE)

This assumes that your list of tags and descriptions are on sheet 1, with tags in column A and descriptions in column B.
 
Upvote 0

Forum statistics

Threads
1,214,920
Messages
6,122,279
Members
449,075
Latest member
staticfluids

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top