Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I want to find out a Specific Word in a Column after I have applied a filter
to specific Column. Column A Column B Apple 95$ Apricot 120$ Banana 90$ Grapes 80$ * * * And So On. I want to display "Apple" in Cell C45 after I apply the filter to Column B for say Fruits less than 100$, as the Column A display Grapes,Apple & Banana too. Can you pls help me out just to show the Apple in a Cell say C45, even though banana & grapes are displaying in the Column A. Regards Sonu |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Try this array formula** :
The entire unfiltered range is A2:A15. =INDEX(A2:A15,MATCH(1,SUBTOTAL(3,OFFSET(A2:A15,,,R OW(A2:A15)-MIN(ROW(A2:A15))+1)),0)) ** array formulas need to be entered using the key combination of CTRL,SHIFT,ENTER (not just ENTER). Hold down both the CTRL key and the SHIFT key then hit ENTER. -- Biff Microsoft Excel MVP "icsonu" wrote in message ... I want to find out a Specific Word in a Column after I have applied a filter to specific Column. Column A Column B Apple 95$ Apricot 120$ Banana 90$ Grapes 80$ * * * And So On. I want to display "Apple" in Cell C45 after I apply the filter to Column B for say Fruits less than 100$, as the Column A display Grapes,Apple & Banana too. Can you pls help me out just to show the Apple in a Cell say C45, even though banana & grapes are displaying in the Column A. Regards Sonu |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thanks T. Valko the formula helped me a lot, but still I have a problem your
reference array MATCH(1, in the formula showed me the first word in the column of the displayed filter result , Is there any way of finding the Exact Text say "Apple" or "Grapes" which is also less than 100$. "T. Valko" wrote: Try this array formula** : The entire unfiltered range is A2:A15. =INDEX(A2:A15,MATCH(1,SUBTOTAL(3,OFFSET(A2:A15,,,R OW(A2:A15)-MIN(ROW(A2:A15))+1)),0)) ** array formulas need to be entered using the key combination of CTRL,SHIFT,ENTER (not just ENTER). Hold down both the CTRL key and the SHIFT key then hit ENTER. -- Biff Microsoft Excel MVP "icsonu" wrote in message ... I want to find out a Specific Word in a Column after I have applied a filter to specific Column. Column A Column B Apple 95$ Apricot 120$ Banana 90$ Grapes 80$ * * * And So On. I want to display "Apple" in Cell C45 after I apply the filter to Column B for say Fruits less than 100$, as the Column A display Grapes,Apple & Banana too. Can you pls help me out just to show the Apple in a Cell say C45, even though banana & grapes are displaying in the Column A. Regards Sonu |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
the formula showed me the first word in the
column of the displayed filter result I thought that's what you wanted. I don't understand what you want??? -- Biff Microsoft Excel MVP "icsonu" wrote in message ... Thanks T. Valko the formula helped me a lot, but still I have a problem your reference array MATCH(1, in the formula showed me the first word in the column of the displayed filter result , Is there any way of finding the Exact Text say "Apple" or "Grapes" which is also less than 100$. "T. Valko" wrote: Try this array formula** : The entire unfiltered range is A2:A15. =INDEX(A2:A15,MATCH(1,SUBTOTAL(3,OFFSET(A2:A15,,,R OW(A2:A15)-MIN(ROW(A2:A15))+1)),0)) ** array formulas need to be entered using the key combination of CTRL,SHIFT,ENTER (not just ENTER). Hold down both the CTRL key and the SHIFT key then hit ENTER. -- Biff Microsoft Excel MVP "icsonu" wrote in message ... I want to find out a Specific Word in a Column after I have applied a filter to specific Column. Column A Column B Apple 95$ Apricot 120$ Banana 90$ Grapes 80$ * * * And So On. I want to display "Apple" in Cell C45 after I apply the filter to Column B for say Fruits less than 100$, as the Column A display Grapes,Apple & Banana too. Can you pls help me out just to show the Apple in a Cell say C45, even though banana & grapes are displaying in the Column A. Regards Sonu |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Pivot Table filters, especially DATE filters | Excel Worksheet Functions | |||
Conditional SUMPRODUCT or SUMPRODUCT with Filters | Excel Worksheet Functions | |||
How to copy with filters but not copy the filters in the middle? | Excel Discussion (Misc queries) | |||
Can I have two filters? | Excel Discussion (Misc queries) | |||
Filters, Subtotal & Intacted Results after the filters' Removal | Excel Discussion (Misc queries) |