Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 18
Default Array Formula (I think)

Hi!

Here is my problem. I have two different columns of equal size that
contain numerical values. Column C contains values from 0-1200, while
Column T contains values that range from 0-8. I need to fill in a
chart with 4 different ranges for each value in column T (0-8). The
ranges are as follows: 0-199.9, 200-399.9, 400-599.9 and 600-1200.

The table looks something like this:

Range 1| Range 2| Range 3| Range 4|
0
1
2
3
..
..
8

What I really need is a formula that looks through column T for each
number (0 through 8) and then checks column C and groups the data into
the different ranges. Hopefully, someone can help me with this.

Thank you so much and I look forward to seeing any responses to my
query.

Kris Taylor
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Array Formula (I think)

assume the space under range1 and next to 0 is U2

U2: =if($C2<=199.9,$T2,"")
V2: =if(and($C2199.9,$C2<=399.9,$T2,"")
W2: = if(and($C2399.9,$C2<=599.9,$T2,"")
X2: =if(and($C2599.9,$C2<=1200,$T2,"")

Then select U2:X2 and drag fill down the column

--
Regards,
Tom Ogilvy

"Kris Taylor" wrote in message
m...
Hi!

Here is my problem. I have two different columns of equal size that
contain numerical values. Column C contains values from 0-1200, while
Column T contains values that range from 0-8. I need to fill in a
chart with 4 different ranges for each value in column T (0-8). The
ranges are as follows: 0-199.9, 200-399.9, 400-599.9 and 600-1200.

The table looks something like this:

Range 1| Range 2| Range 3| Range 4|
0
1
2
3
.
.
8

What I really need is a formula that looks through column T for each
number (0 through 8) and then checks column C and groups the data into
the different ranges. Hopefully, someone can help me with this.

Thank you so much and I look forward to seeing any responses to my
query.

Kris Taylor



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 18
Default Array Formula (I think)

Hi Tom,

Thanks for the reply! I still seem to have problems however.
Firstly, there seems to be missing a parenthesis in all formulas
except the first. I inserted it before the "t" value and always get
nothing. Also, the first equation doesn't seem to be counting the
number of occurences either. For some reason, no matter what, I get
5.3 as my value. 5.3 is the value of T2 and I think the first formula
is only checking the one row, whereas I need it to check the entire
columns and count the number of occurences.

Hopefully my explanations are clear enough for you to comprehend the
problem.
If you need any further clarifications, feel free to ask!

Thanks in advance,

Kris Taylor
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
Array formula SUMIF with 2D sum_range array Rich_84 Excel Worksheet Functions 3 April 3rd 09 10:46 PM
Array formula: how to join 2 ranges together to form one array? Rich_84 Excel Worksheet Functions 2 April 1st 09 06:38 PM
Find specific value in array of array formula DzednConfsd Excel Worksheet Functions 2 January 13th 09 06:19 AM
meaning of : IF(Switch; Average(array A, array B); array A) DXAT Excel Worksheet Functions 1 October 24th 06 06:11 PM
Array Formula - using LEFT("text",4) in formula Andrew L via OfficeKB.com Excel Worksheet Functions 2 August 1st 05 02:36 PM


All times are GMT +1. The time now is 09:32 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"