#1   Report Post  
Brad
 
Posts: n/a
Default HLOOKUP

I need to show the following information split into two different columns

0 55 60 62 65 70 72
55 60 62 65 70 72 75 - column X
60 62 65 70 72 - column X
62 65 70 - column X
65 - column X
70 70 72 72 75 75 - column AA
72 72 75 75 - column AA
75 75
- column AA

Example 1
If the insured age is between ages 0 and 54

column X will have 55, 60, 62, 65 and
column AA will have 70, 72, 75

Example 2
If the insured age is between ages 60 and 61

column X will have 62, 65, 70 and
column AA will have 72, 75

Can Excel condense this information to one column of numbers (rather than
the seven shown above) and provide the desires split (between columns X and
AA)?
  #2   Report Post  
Domenic
 
Posts: n/a
Default

I'm not sure that this is what you're looking for, but try the
following...

Assumptions:

A1:G8 contains your table

W1 contains the 'Insured Age'

Formulas:

X1, copied down:

=INDEX($A$2:$G$5,ROWS($X$1:X1),MATCH($W$1,$A$1:$G$ 1))

AA1, copied down:

=INDEX($A$6:$G$8,ROWS($AA$1:AA1),MATCH($W$1,$A$1:$ G$1))

Hope this helps!

In article ,
"Brad" wrote:

I need to show the following information split into two different columns

0 55 60 62 65 70 72
55 60 62 65 70 72 75 - column X
60 62 65 70 72 - column X
62 65 70 - column X
65 - column X
70 70 72 72 75 75 - column AA
72 72 75 75 - column AA
75 75
- column AA

Example 1
If the insured age is between ages 0 and 54

column X will have 55, 60, 62, 65 and
column AA will have 70, 72, 75

Example 2
If the insured age is between ages 60 and 61

column X will have 62, 65, 70 and
column AA will have 72, 75

Can Excel condense this information to one column of numbers (rather than
the seven shown above) and provide the desires split (between columns X and
AA)?

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
keep the formatting of the cell found using Hlookup Denny Excel Discussion (Misc queries) 4 May 13th 05 09:54 PM
Vlookup and Hlookup Phlogiston2312 Excel Worksheet Functions 1 April 21st 05 04:59 PM
How do I find a value in an array (VLOOKUP? HLOOKUP?) M Skabialka New Users to Excel 2 March 11th 05 02:52 AM
Hlookup to return a sum of values Abe Excel Worksheet Functions 3 February 13th 05 08:40 PM
SUMIF - HLOOKUP Combination Mark Excel Worksheet Functions 1 February 4th 05 08:03 PM


All times are GMT +1. The time now is 06:23 AM.

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

About Us

"It's about Microsoft Excel"