#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Lookup array

I am trying to lookup 'cell' C12 and dependant on what is in C12 give me a
grading of 1 - 6 from another table and place the answer in 'cell' P12.
Lookup data is in 3 equal columns and return value data is in 1 column of the
same length on the same worksheet.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 10,593
Default Lookup array

I guess that you want

= VLOOKUP(C12, lookup_columns,2,False)

in P12

--
---
HTH

Bob


(there's no email, no snail mail, but somewhere should be gmail in my addy)



"bessa_m5" wrote in message
...
I am trying to lookup 'cell' C12 and dependant on what is in C12 give me a
grading of 1 - 6 from another table and place the answer in 'cell' P12.
Lookup data is in 3 equal columns and return value data is in 1 column of
the
same length on the same worksheet.



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Lookup array

Thanks but I don't know that I worded the question correctly as this hasn't
worked. If c12 = AAA I want a return value of 1 in P12, if C+ is in c12, I
need 6 in P12. P12 can only be 1 - 6 but c12 can be from AAA... Aaa, right
thru to Caa3 (it is selected from a drop down box). I think maybe I am not
listing the look up data correctly in the table to begin with or I just can't
do what i want. Sorry i am not that familiar with excel other than simple
spreadsheets. Appreciate your thoughts. Thanks, Bess

"Bob Phillips" wrote:

I guess that you want

= VLOOKUP(C12, lookup_columns,2,False)

in P12

--
---
HTH

Bob


(there's no email, no snail mail, but somewhere should be gmail in my addy)



"bessa_m5" wrote in message
...
I am trying to lookup 'cell' C12 and dependant on what is in C12 give me a
grading of 1 - 6 from another table and place the answer in 'cell' P12.
Lookup data is in 3 equal columns and return value data is in 1 column of
the
same length on the same worksheet.




  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 229
Default Lookup array

List all the rules of assignment separately, then use it as a lookup
range.

AAA
AA
A
BBB
BB
B
C+
C
C-

And in the cell in adjacent column have the 1 through 6 values in
cells X1:Y9. Then use this formula in P12:

=VLOOKUP(C12, $X$1:$Y$9, 2, False)



On Dec 11, 9:47 pm, bessa_m5
wrote:
Thanks but I don't know that I worded the question correctly as this hasn't
worked. If c12 = AAA I want a return value of 1 in P12, if C+ is in c12, I
need 6 in P12. P12 can only be 1 - 6 but c12 can be from AAA... Aaa, right
thru to Caa3 (it is selected from a drop down box). I think maybe I am not
listing the look up data correctly in the table to begin with or I just can't
do what i want. Sorry i am not that familiar with excel other than simple
spreadsheets. Appreciate your thoughts. Thanks, Bess



"Bob Phillips" wrote:
I guess that you want


= VLOOKUP(C12, lookup_columns,2,False)


in P12


--
---
HTH


Bob


(there's no email, no snail mail, but somewhere should be gmail in my addy)


"bessa_m5" wrote in message
...
I am trying to lookup 'cell' C12 and dependant on what is in C12 give me a
grading of 1 - 6 from another table and place the answer in 'cell' P12.
Lookup data is in 3 equal columns and return value data is in 1 column of
the
same length on the same worksheet.- Hide quoted text -


- Show quoted text -


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Help with array lookup and max DavidFarnsworth Excel Worksheet Functions 1 January 22nd 07 04:58 PM
lookup array HFC-SC New Users to Excel 3 August 14th 06 09:24 PM
Lookup "greater than or equal to" in lookup array icemouse New Users to Excel 3 February 16th 06 10:07 PM
IF ARRAY LOOKUP ??? Help Please Ellen G. Excel Worksheet Functions 6 February 13th 06 11:46 AM
Lookup array? HBj Excel Worksheet Functions 2 January 4th 06 02:47 PM


All times are GMT +1. The time now is 03:20 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"