Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I am trying to set up a sales database but I want to filter the information
and get a total and average for example for one particular sales person and I am a bit stumped as to how to set this up? I have set up the formulas to get an average but when I filter it doesn't update? Thanks for your help in advance. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Use SubTotal(1,range)
Cordialy JB On 19 fév, 13:22, Tammy W <Tammy wrote: I am trying to set up a sales database but I want to filter the information and get a total and average for example for one particular sales person and I am a bit stumped as to how to set this up? I have set up the formulas to get an average but when I filter it doesn't update? Thanks for your help in advance. |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Sorry forgot the second bit, use
=SUBTOTAL(9, C1:OFFSET(C1000,-1,0)) for total "Mike" wrote: Try =SUBTOTAL(1, C1:OFFSET(C1000,-1,0)) Where C1 is the top of your range and C1000 is below the bottom of the unfiltered range. Mike "Tammy W" wrote: I am trying to set up a sales database but I want to filter the information and get a total and average for example for one particular sales person and I am a bit stumped as to how to set this up? I have set up the formulas to get an average but when I filter it doesn't update? Thanks for your help in advance. |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Try
=SUBTOTAL(1, C1:OFFSET(C1000,-1,0)) Where C1 is the top of your range and C1000 is below the bottom of the unfiltered range. Mike "Tammy W" wrote: I am trying to set up a sales database but I want to filter the information and get a total and average for example for one particular sales person and I am a bit stumped as to how to set this up? I have set up the formulas to get an average but when I filter it doesn't update? Thanks for your help in advance. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Copying filtered data to another Excel Spreadsheet | Excel Discussion (Misc queries) | |||
Does Excel support Auto fill on filtered data? | Excel Discussion (Misc queries) | |||
Average of filtered data | Excel Worksheet Functions | |||
average of visible cells in a filtered range | Excel Worksheet Functions | |||
How do I paste data into filtered list in Excel? | Excel Discussion (Misc queries) |