Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I am using the following to pull out data based on the presence of text in a
particular column: In B2 =IF(ISERROR(SMALL($F:$F,ROW(B1)))," ",INDEX(PC3005!B:B,MATCH(SMALL($F:$F,ROW(B1)),$F:$ F,0))) In F2 and =IF(TRIM(PC3005!Y2)<"",ROW()," ") It works great and is part of our everyday sheets. I am adapting this for another worksheet application where I want to achieve this same function but further down the worksheet, say in B152 and F152. The formula doesn't work! Do I have to have the formula at the top of the worksheet for it to work. What have I missed? =IF(ISERROR(SMALL($F:$F,ROW(B152)))," ",INDEX(AntibacterialDrugs!A:A,MATCH(SMALL($F:$F,R OW(B152)),$F:$F,0))) =IF(TRIM(AntibacterialDrugs!O2)<"",ROW()," ") Thanks jc |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Extracting Terms and Exponents of a Text Poly Formula ?? | Excel Worksheet Functions | |||
Formula for extracting text formated numbers within ( )'s as numbe | Excel Discussion (Misc queries) | |||
Extracting unique entries | Excel Worksheet Functions | |||
extracting info related to maching entries | Excel Discussion (Misc queries) | |||
Extracting entries from long list | Excel Worksheet Functions |