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

Lock one reference in a formula
Need 1 part of a formula to always point to the same range? use $ signs: $V$2:$Z$99 will always point to V2:Z99, even after copying

Andrew Poulsom

MrExcel MVP
Joined
Jul 21, 2002
Messages
73,092
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

njimack

Well-known Member
Joined
Jun 17, 2005
Messages
7,772
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,191,119
Messages
5,984,758
Members
439,909
Latest member
daigoku

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
Top