Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi,
I would like to split data in a table into ranges; say 1-10, 11-20 etc. These ranges may also change based on the data cut required. Is there a way to dynamically get the range in which the data falls in the table? |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
The OFFSET function can help. Also INDIRECT or INDEX, depending on your
application. An expression such as OFFSET(A1:A10,ROW()*10,0) can refer to groups of ranges like you specify. HTH Kostis Vezerides Pradeep wrote: Hi, I would like to split data in a table into ranges; say 1-10, 11-20 etc. These ranges may also change based on the data cut required. Is there a way to dynamically get the range in which the data falls in the table? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
sorting 2 colums of numbers and incremening them down | Excel Discussion (Misc queries) | |||
chart based on data ranges | Charts and Charting in Excel | |||
Consolidate Several Workbooks into One | Excel Worksheet Functions | |||
how to split data into columns and arrange the resulting data | Excel Discussion (Misc queries) | |||
Named dynamic ranges, copied worksheets and graph source data | Charts and Charting in Excel |