Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I have a worksheet that has a drop down list in almost every column that
allows you to filter endlessly. there used to be something.. a formula? that would count the number of entries based on the filter from the drop down list. someone deleted the cell and now I can't figure out how to get it back. is there an easy way to do this? for example, column A - year - drop down list: 2000,2001,2002 column B - name - drop down list: john doe, jane doe column C - agency - drop down list: abc agency, def agency, ghi agency row 1 has the heading with the drop down lists A1:year, B1:name, C1:agency in A1, if i select 2002, can i get it to count the number of entries that have been filtered? and can it count, in the same cell, if instead of selecting a year, i chose to filter by agency? thanks so much for your help! my boss already thinks i'm an idiot and i'd love to prove him wrong by taking credit for y'all's work. :) |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
No time for detailed reply but you need SUMPRODUCT
Have a look at http://www.xldynamic.com/source/xld.SUMPRODUCT.html http://mcgimpsey.com/excel/formulae/doubleneg.html Came back if more is needed best wishes -- Bernard V Liengme Microsoft Excel MVP www.stfx.ca/people/bliengme remove caps from email "lovejunkie02" wrote in message ... I have a worksheet that has a drop down list in almost every column that allows you to filter endlessly. there used to be something.. a formula? that would count the number of entries based on the filter from the drop down list. someone deleted the cell and now I can't figure out how to get it back. is there an easy way to do this? for example, column A - year - drop down list: 2000,2001,2002 column B - name - drop down list: john doe, jane doe column C - agency - drop down list: abc agency, def agency, ghi agency row 1 has the heading with the drop down lists A1:year, B1:name, C1:agency in A1, if i select 2002, can i get it to count the number of entries that have been filtered? and can it count, in the same cell, if instead of selecting a year, i chose to filter by agency? thanks so much for your help! my boss already thinks i'm an idiot and i'd love to prove him wrong by taking credit for y'all's work. :) |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
thanks for your quick reply. i'm still working on it but fear this may be
bigger than me! your help is much appreciated though! "Bernard Liengme" wrote: No time for detailed reply but you need SUMPRODUCT Have a look at http://www.xldynamic.com/source/xld.SUMPRODUCT.html http://mcgimpsey.com/excel/formulae/doubleneg.html Came back if more is needed best wishes -- Bernard V Liengme Microsoft Excel MVP www.stfx.ca/people/bliengme remove caps from email "lovejunkie02" wrote in message ... I have a worksheet that has a drop down list in almost every column that allows you to filter endlessly. there used to be something.. a formula? that would count the number of entries based on the filter from the drop down list. someone deleted the cell and now I can't figure out how to get it back. is there an easy way to do this? for example, column A - year - drop down list: 2000,2001,2002 column B - name - drop down list: john doe, jane doe column C - agency - drop down list: abc agency, def agency, ghi agency row 1 has the heading with the drop down lists A1:year, B1:name, C1:agency in A1, if i select 2002, can i get it to count the number of entries that have been filtered? and can it count, in the same cell, if instead of selecting a year, i chose to filter by agency? thanks so much for your help! my boss already thinks i'm an idiot and i'd love to prove him wrong by taking credit for y'all's work. :) |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Based on Drop-Down Selection go to that Section on Sheet | Excel Discussion (Misc queries) | |||
Hide row(s) based on drop down selection | Excel Discussion (Misc queries) | |||
Move entire row to another worksheet based on drop list selection | Excel Worksheet Functions | |||
Drop Down Lists - assign a value based on selection | Excel Worksheet Functions | |||
limit cell list selection based on the selection of another list | Excel Worksheet Functions |