excel formula

mlfrady

New Member
Joined
Sep 8, 2002
Messages
2
I need to be able to change 100s of course numbers to useful information. How can I change a column of course numbers and replace it with the information that the course numbers represent?
 

Excel Facts

Copy formula down without changing references
If you have =SUM(F2:F49) in F50; type Alt+' in F51 to copy =SUM(F2:F49) to F51, leaving the formula in edit mode. Change SUM to COUNT.
you need:

a) a master 'lookup table' that lists all the possible code / description combinations and
b) a formula that extracts the information.

Take a look at the example:

With the lookup table in a2:b9, you can use a vlookup formula to return the relevant descriptions -
Book6
ABCDE
1LookupTableDataResult
2CodeDesccPart3
3aPart1aPart1
4bPart2fPart6
5cPart3
6dPart4
7ePart5
8fPart6
9gPart7
10
Sheet2


check out vlookup in the help & post back if you need more info.

Paddy
 
Upvote 0

Forum statistics

Threads
1,225,399
Messages
6,184,752
Members
453,254
Latest member
topeb

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