Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I have a list of items in excel that belong to certain groups. (see
below) --Sheet 1-- A B 1 Electrical 3.1.1 2 Electrical 3.1.2 3 Electrical 3.1.3 4 Mechanical 3.2.1 5 Mechanical 3.2.2 What I would like to do using array functions is obtain an array of all the items within the same group on another worksheet. (see below) --Sheet 2-- A B 1 Electrical 3.1.1 2 Electrical 3.1.2 3 Electrical 3.1.3 I already have a list of all the distinct items within sheet 1 column A. So this part won't be a problem. Has anybody ever attempted to try this with array functions instead of doing it in VB. If anybody could help me with this or point me in the right direction I would greatly appreciate it. Thanks for any and all help on this subject. Jeff |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I noticed a typo in my last message. It should say "I already have a
list of all the distinct items within sheet 1." instead of "I already have a list of all the distinct items within sheet 1 column A." Thanks, Jeff |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Does anybody know if this it possible?
Thanks, Jeff |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Here is my unque item array function:
{=IF(ROWS($1:3)<=SUMPRODUCT((Listing!$H$4:$H$1261< "")/COUNTIF(Listing! $H$4:$H$1261,Listing!$H$4:$H$1261&"")),INDEX(Listi ng!$H$4:$H $1261,SMALL(IF(Listing!$H$4:$H$1261<"",IF(MATCH(L isting!$H$4:$H $1261,Listing!$H$4:$H$1261,0)=ROW(Listing!$H$4:$H$ 1261)-ROW(Listing!$H $4)+1,ROW(Listing!$H$4:$H$1261)-ROW(Listing!$H $4)+1)),ROWS($1:3))),"")} I was hoping that I could modify this function to then list the groups of different items within an array. However, I am not familar with all the different functions and trying to breakup the function into parts is not working for me. Thanks, Jeff |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Does anybody know if this is possible?
Thanks, Jeff |
#6
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Well I figured out how to do it. It is a long and tedious work
around. I would be interested in anybodies solution even if I have to pay for it. Thanks, Jeff |
#7
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I would much rather use a simplier solution that doesn't use multiple
cells on the spreadsheet to calculate the information I need to breakdown the List. Has anybody seen a simple solution to this other than using macros. I don't care if I have to pay for it, I just want to know if a solution exists. Thanks, -Jeff |
#8
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
On Jun 19, 6:05 pm, " wrote:
I would much rather use a simplier solution that doesn't use multiple cells on the spreadsheet to calculate the information I need to breakdown the List. Has anybody seen a simple solution to this other than using macros. I don't care if I have to pay for it, I just want to know if a solution exists. Thanks, -Jeff There are 4 choices as far as I can see. 1) Use multiple formulas. One formula cannot exist in multiple cells, or create formulas in other cells. 2) Use macros. Lots of different ways. 3) Use a Filter. (which is easier to repeat when inside a macro) 4) Sort/copy/paste. Also, DGET would likely be simpler than your array formula above. Although it needs a criteria area to be set up, just like a Filter does. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how would I insert a row after a grouping of duplicate names? | Excel Discussion (Misc queries) | |||
List top five results based on age grouping | Excel Worksheet Functions | |||
how do I filter a list of items based on values in another sheet | Excel Discussion (Misc queries) | |||
Filter the results of a list based on a previous vlookup against the same list | Excel Worksheet Functions | |||
validation list - filter based on selection | Excel Worksheet Functions |