Wednesday, July 6, 2016

[Solved] AverageIFS with a Date range

AverageIFS with a Date range

Here is my an example of the Data.  I would like to use an Average function to be able to Average the amount Column C excluding "software" and or "No".  If = "software" or no then it shouldn't be counted in the Average.  Also say I only wanted to capture the
ones that are in March, what would be the best way to complete this task and what would it look like? Thank you!
         A              B             C        D
1   Software     No            2        03/02/11
2   Software     Yes          1        03/05/11
3   Software      NO          4        04/05/11
4   Software      Yes          5       03/07/11
5   Hardware     Yes          10     06/05/11
6   Hardware     No            1       03/21/11
7   Hardware     Yes          3       04/02/11
8   Hardware     No            0       05/05/11
9   Hardware    Yes            4      03/21/11
10 Hardware     No             5      03/17/11
11 Other           No             4       04/17/11
12 Other           Yes           3       05/21/11
13 Other           No             2       07/21/11
14 Other           Yes           15      03/31/11

Anwsers to the Problem AverageIFS with a Date range

Download SmartPCFixer to Fix It (Free)

shortma wrote:

Here is my an example of the Data.  I would like to use an Average function to be able to Average the amount Column C excluding "software" and or "No".  If = "software" or no then it shouldn't be counted in the Average.  Also say I only wanted to capture the
ones that are in March, what would be the best way to complete this task and what would it look like?



=AVERAGEIFS(C1:C14,A1:A14,"<>software",B1:B14,"<>no",
D1:D14,">="&DATE(2011,3,1),D1:D14,"<="&DATE(2011,3,31))

If you literally mean "are in March" -- that is, you do not care what year -- then try the following
array formula [*]:

=AVERAGE(IF(A1:A14<>"software",IF(B1:B14<>"no",IF(MONTH(D1:D14)=3,C1:C14))))

[*] Enter an array formula by pressing ctrl+shift+Enter instead of Enter.  Excel will display an array formula surrounded by curly braces in the Formula Bar, i.e.
=formula.  You cannot type the curly braces yourself. 
If you make a mistake, select the cell, press F2 and edit, then press ctrl+shift+Enter.

  1. Access the files on your computer via MY COMPUTER
  2. Under the C: drive, access the WINDOWS folder
  3. Select the SOFTWARE DISTRIBUTION folder, followed by the DOWNLOAD folder.
  4. Delete any files within this download folder.
  5. If you are unable to delete these files, open the command prompt (CMD) as the administrator, and type "net stop wuauserv" into the CMD prompt window. Press ENTER. This should allow you to delete the files from step 4.
  6. Once the files are deleted, open and run the CMD as the administrator and type "wuauclt.exe /updatenow". Press ENTER.

Another Safe way to Fix the Problem: AverageIFS with a Date range:

How to Fix AverageIFS with a Date range with SmartPCFixer?

1. Click the button to download Error Fixer . Install it on your computer.  Run it, and it will scan your computer. The junk files will be shown in the list.

2. After the scan is done, you can see the errors and problems need to be repaired. Click Fix All.

3. When the Fixing part is finished, your computer has been speeded up and the errors have been fixed


Related: AMD Radeon HD 7800M Win8 not working [Anwsered],I can access the internet, get on facebook and get to hotmail, but I can't play games on facebook and I can't open or respond to my e-mails,I keep getting this Media Player error when I log on my computer. [Anwsered],[Anwsered] System Hanging on shutdown and restart,Unable to get the Vlookup property of the WorksheetFunction class,Solution to Error: Error: "0x81000032 make sure the C: drive is online and set to NTFS" when trying to backup to external hard drive.
,Troubleshoot:External Hard Drive not listed in Windows 7 backup wizard Error
,I'm always being signed off so annoying Tech Support
,Solution to Problem: Impossible to use Internet Explorer! I keep getting the same error message every time i try to use IE.
,Solution to Problem: Referencing data in another file
,Troubleshoot:Error: "0x81000032 make sure the C: drive is online and set to NTFS" when trying to backup to external hard drive. Error,External Hard Drive not listed in Windows 7 backup wizard Tech Support,Tech Support: I'm always being signed off so annoying,Solution to Problem: Impossible to use Internet Explorer! I keep getting the same error message every time i try to use IE.,Referencing data in Access using Excel [Anwsered],Need Best Way To Present Data [Anwsered],Same question but for windows 7 home edition,sometimes fullscreen won't activate [Solved],Solution to Error: We bought a new computer with windows 7 and it is constantly freezing. How do we fix this?,Solution to Error: Windows 8 update crash (2013-07-22)
Read More: Troubleshoot:Atheros AR9002WB-1NG Wireless Network Adapter problems Error,Troubleshooting:backgammon on msn not working since last night Error,Troubleshooting:Avery labels - MS Word 2010 64-bit,[Anwsered] Autoplay is not working on my laptop running Windows 7,ATI TV Wonder 600 USB 2.0; high speed USB says it is compatible in Windos 7 32 bit, but not for 64 bit. Is there a way to run the driver in 32 bit? [Solved],application not found error,any problems in a team where one has Windows XP and the other has Windows 7?,Application/Object-Defined Error,An Excel formula question where hours are totalled and cumulating,Anyone know the hardware email?

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.