+ Reply to Thread
Results 1 to 5 of 5

Finding All Tornado Outbreaks on a Particular Day along with Stats for that Event

  1. #1
    Forum Contributor
    Join Date
    11-23-2013
    Location
    La Crosse, Wi
    MS-Off Ver
    Excel 2010
    Posts
    106

    Finding All Tornado Outbreaks on a Particular Day along with Stats for that Event

    I am working on a large tornado spreadsheet. I need to grab all of the occurrences of tornadoes on a particular calendar day. In my example spreadsheet, I chose August 1. from the following equation used in cell n3

    =COUNTIFS(A4:A20,K3,B4:B20,L3)

    I know there are 4 occurrences. I used the following equation to count down the number of occurrences (I plan on hiding these by painting the text white) by using the following equation...

    =IF(SUM(J9,-1)>0,SUM(J9,-1)," ")

    I then reference the chosen month (k3) and date (l3) to list by the occurrences. I thought that by using

    =IF(SUM(J9,-1)>0,SUM(J9,-1)," ")

    I could set the cells in column K and column L to blank if the adjoining cell in column J is blank, but it just keeps listing my month and day even though the cell is blank.

    For column M (year), I am getting #VALUE if the occurrence column is blank.

    For columns N, O, and P, I get #N/A if the occurrence column is blank.

    I would appreciate any help with this.

    Jeff B
    Attached Files Attached Files

  2. #2
    Forum Guru Bo_Ry's Avatar
    Join Date
    09-10-2018
    Location
    Thailand
    MS-Off Ver
    MS 365
    Posts
    7,213

    Re: Finding All Tornado Outbreaks on a Particular Day along with Stats for that Event

    Please try at
    J9
    =TEXT($N$3+1-ROWS(J$9:J9),"0;;")

    K9:L9
    =IF($J9="","",K$3)

    M9
    =IF(J9="","",AGGREGATE(15,6,$C$4:$C$20/($A$4:$A$20=K9)/($B$4:$B$20=L9),ROWS(M$9:M9)))

    N9:P9
    =IF($J9="","",SUMIFS(D$4:D$20,$A$4:$A$20,$K9,$B$4:$B$20,$L9,$C$4:$C$20,$M9))
    Attached Files Attached Files

  3. #3
    Forum Expert
    Join Date
    01-05-2013
    Location
    Singapore
    MS-Off Ver
    H&B2016 & H&B2021
    Posts
    3,069

    Re: Finding All Tornado Outbreaks on a Particular Day along with Stats for that Event

    Use PivotTable. It is so much more efficient compare to using formulas.
    Attached Files Attached Files

  4. #4
    Forum Contributor
    Join Date
    11-23-2013
    Location
    La Crosse, Wi
    MS-Off Ver
    Excel 2010
    Posts
    106

    Re: Finding All Tornado Outbreaks on a Particular Day along with Stats for that Event

    Thanks so much for the help! It is much appreciated.

    Jeff B

  5. #5
    Forum Contributor
    Join Date
    11-23-2013
    Location
    La Crosse, Wi
    MS-Off Ver
    Excel 2010
    Posts
    106

    Re: Finding All Tornado Outbreaks on a Particular Day along with Stats for that Event

    Thanks so much for the help! I am not the greatest when it comes to pivot tables, so that is why I did not use it. I really need to learn more about them.

    Jeff B

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Graph to show individual Stats as compared to the population stats
    By Kellbells in forum Excel Charting & Pivots
    Replies: 1
    Last Post: 02-12-2015, 10:36 AM
  2. [SOLVED] Help with Tornado chart
    By Mario2 in forum Excel General
    Replies: 2
    Last Post: 03-28-2012, 11:59 AM
  3. Tornado Chart
    By Blake 7 in forum Excel General
    Replies: 2
    Last Post: 03-21-2011, 07:38 AM
  4. Tornado/Sensitivity Chart
    By wb4syth in forum Excel Charting & Pivots
    Replies: 4
    Last Post: 02-17-2011, 12:57 AM
  5. Finding picture stats with VBA?
    By GerbilGod7 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 05-08-2006, 03:28 PM
  6. [SOLVED] tornado chart
    By Karol in forum Excel Charting & Pivots
    Replies: 4
    Last Post: 04-23-2006, 07:40 PM
  7. tornado charts
    By uriel78 in forum Excel Charting & Pivots
    Replies: 5
    Last Post: 03-26-2005, 04:06 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1