Thread: EXCEL
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Brad Brad is offline
external usenet poster
 
Posts: 846
Default EXCEL

I think you want to use a vlookup

http://www.google.ca/search?hl=en&rl...=&oq=&gs_rfai=

Brad

"Maricarmen" wrote:

I got a table with values for age, gender, percentiles like
BOYS
AGE 5% 10% 25%
6 100 115 127
7 112 116 129

GIRLS
AGE 5% 10% 25%
6 100 115 127
7 112 116 129

If I have those values of the book and i want to get the value that
corresponde in the table. How I can do it?