help with looking up fields

  • Thread starter Thread starter richsmart
  • Start date Start date
R

richsmart

Hi there,

Looking for some help with the following:

Column D contains a numeric entry - e.g. 11.0

Column AA contains list of numbers & a figure relating to that i
column AB

EG for 11.0 in column AA, there would be 14.0 in Column AB.

So if Column D = 11.0 , I want column E to automatically display th
column AB entry (in this case 14.0)

Can anyone point me in the right direction?

Many thanks!

Richar
 
Use VLOOKUP:

Say you have 11.0 in D1
In E1, enter:
=VLOOKUP(D1,AA:AB,2,0)

HTH
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top