Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
The other option is to use Data / Filter / Advanced Filter and actually use the
cell you want to create as the Filter criteria. -- Regards Ken....................... Microsoft MVP - Excel Sys Spec - Win XP Pro / XL 97/00/02/03 ---------------------------------------------------------------------------- It's easier to beg forgiveness than ask permission :-) ---------------------------------------------------------------------------- "Kay" wrote in message ... Hi, I have a database list that I apply the AutoFilter to, eg "Dec" to displat December's data. Even though it's obvious what month is displayed, is there any way to have a cell display the value of the filter, in this case "Dec" displayed in a cell? Regards, Kay S --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.786 / Virus Database: 532 - Release Date: 29/10/2004 |
#2
![]() |
|||
|
|||
![]()
Tks Ken for the 2 responces ... but I have col A entries of Jan, Feb,
Mar etc entered as straight text rather than dates. Users will be filtering on that column only also. This data is imported as text unfortunately. So, any ideas on how the filtered month can displayed in a cell returned if it is entered as text in col A? Regards, Kay On Sun, 31 Oct 2004 11:45:38 -0000, "Ken Wright" wrote: The other option is to use Data / Filter / Advanced Filter and actually use the cell you want to create as the Filter criteria. Hi, I have a database list that I apply the AutoFilter to, eg "Dec" to displat December's data. Even though it's obvious what month is displayed, is there any way to have a cell display the value of the filter, in this case "Dec" displayed in a cell? Regards, Kay S |
#3
![]() |
|||
|
|||
![]() In that case... =INDEX(A3:A30,MATCH(1,SUBTOTAL(3,OFFSET(A3:A30,ROW (A3:A30)-MIN(ROW(A3:A30)),,1)),0)) which must be confirmed with control+shift+enter instead of just with enter. Adjust the range to suit. Kay Wrote: Tks Ken for the 2 responces ... but I have col A entries of Jan, Feb, Mar etc entered as straight text rather than dates. Users will be filtering on that column only also. This data is imported as text unfortunately. So, any ideas on how the filtered month can displayed in a cell returned if it is entered as text in col A? Regards, Kay On Sun, 31 Oct 2004 11:45:38 -0000, "Ken Wright" wrote: The other option is to use Data / Filter / Advanced Filter and actually use the cell you want to create as the Filter criteria. Hi, I have a database list that I apply the AutoFilter to, eg "Dec" to displat December's data. Even though it's obvious what month is displayed, is there any way to have a cell display the value of the filter, in this case "Dec" displayed in a cell? Regards, Kay S -- Aladin Akyurek ------------------------------------------------------------------------ Aladin Akyurek's Profile: http://www.excelforum.com/member.php...fo&userid=4165 View this thread: http://www.excelforum.com/showthread...hreadid=273955 |
#4
![]() |
|||
|
|||
![]()
LOL - Just in case I hadn't mentioned it for a while, "Aladin - You da man!!!"
:-) -- Regards Ken....................... Microsoft MVP - Excel Sys Spec - Win XP Pro / XL 97/00/02/03 ---------------------------------------------------------------------------- It's easier to beg forgiveness than ask permission :-) ---------------------------------------------------------------------------- "Aladin Akyurek" wrote in message ... In that case... =INDEX(A3:A30,MATCH(1,SUBTOTAL(3,OFFSET(A3:A30,ROW (A3:A30)-MIN(ROW(A3:A30)),,1)),0)) which must be confirmed with control+shift+enter instead of just with enter. Adjust the range to suit. Kay Wrote: Tks Ken for the 2 responces ... but I have col A entries of Jan, Feb, Mar etc entered as straight text rather than dates. Users will be filtering on that column only also. This data is imported as text unfortunately. So, any ideas on how the filtered month can displayed in a cell returned if it is entered as text in col A? Regards, Kay On Sun, 31 Oct 2004 11:45:38 -0000, "Ken Wright" wrote: The other option is to use Data / Filter / Advanced Filter and actually use the cell you want to create as the Filter criteria. Hi, I have a database list that I apply the AutoFilter to, eg "Dec" to displat December's data. Even though it's obvious what month is displayed, is there any way to have a cell display the value of the filter, in this case "Dec" displayed in a cell? Regards, Kay S -- Aladin Akyurek ------------------------------------------------------------------------ Aladin Akyurek's Profile: http://www.excelforum.com/member.php...fo&userid=4165 View this thread: http://www.excelforum.com/showthread...hreadid=273955 --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.786 / Virus Database: 532 - Release Date: 29/10/2004 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Can I AutoFilter an entire workbook? | Excel Discussion (Misc queries) | |||
Strange Results with Autofilter | Excel Discussion (Misc queries) | |||
Carriage Return in Excel | Excel Discussion (Misc queries) | |||
How to look up and return multiple values | Excel Worksheet Functions | |||
VBA: Return Searched Value Inputed by End-User | Excel Worksheet Functions |