Home |
Search |
Today's Posts |
#8
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Try this: Copy sheet (Bottom tab) and delete figure columns
-- Naftoli "DevourU" wrote: Thankx for the reply. Holy crap. Ya think it could be easier to match/list/index rows from sheet2 matching "text" in sheet2!A:A into blank sheet1. Damn. I'll check it out tomorrow. -JS "Jacob Skaria" wrote: To return all rows with "text" in colA with all columns.. Please note that this is an array formula. You create array formulas in the same way that you create other formulas, except you press CTRL+SHIFT+ENTER to enter the formula. If successful in 'Formula Bar' you can notice the curly braces at both ends like "{=<formula}" Apply this formula in Sheet2 cell A1 and copy/drag down and to the right as required. =IF(COUNTIF(Sheet1!$A$1:$A$1000,"test")<ROW(A1),"" , INDEX(Sheet1!A$1:A$1000,SMALL(IF(Sheet1!$A$1:$A$10 00="test", ROW($A$1:$A$1000)),ROW(A1)))) -- Jacob (MVP - Excel) "DevourU" wrote: I would like to have sheet1 list all rows in sheet2 matching "TEXT" in column sheet2,A. Big TIA! -JS |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
copy data from sheet2 to sheet1 when sheet2 has variable # of rows | Excel Discussion (Misc queries) | |||
+/- in sheet2 based on conditions and dynamic rows in sheet1 | Excel Discussion (Misc queries) | |||
DataVaildationList works in Sheet1, but does not in Sheet2; Why | Excel Discussion (Misc queries) | |||
Display Rows From Sheet1 In Sheet2 (Import) | Excel Worksheet Functions | |||
How do I list all sums from sheet1 to sheet2? | Excel Worksheet Functions |