+ Reply to Thread
Results 1 to 4 of 4

Desperately Help Needed - Arranging a Table like a Frequency Distribution

  1. #1
    Registered User
    Join Date
    09-01-2015
    Location
    India
    MS-Off Ver
    2013
    Posts
    19

    Desperately Help Needed - Arranging a Table like a Frequency Distribution

    Hello Members,

    I know this is a post which asks too much and am so desperate for solution. Let me tell you that, after going through various formulas of FREQUENCY, tried IF, COUNTIF and etc. I am not sure how to start the formula.

    I am posting my excel sheet to learn how to do it by using your formula. So please please help me.

    Now, the problem is, I have a table (pivot) with headings as ( 0, 4, 1, 3, 2 etc representing DAYS since the issue is OPEN) and Rows Heading with the Respective Dept. like which dept. has an issue opened since how many days kind of. I wnated to group the days like 0 days, 1 to 3 days, 4 to 7 days etc. But not knowing how to write the formula. I have attached the sheet for your reference. Kindly help me.

    Thanking You

    Regards
    Bhargav Seeram
    Attached Files Attached Files

  2. #2
    Registered User
    Join Date
    08-30-2012
    Location
    india
    MS-Off Ver
    Excel 2003
    Posts
    11

    Re: Desperately Help Needed - Arranging a Table like a Frequency Distribution

    try this ,
    paste it b15 - sheet3 , this formula is not for total column.

    =SUMIFS($B2:$H2,$B$1:$H$1,">="&LEFT(B$14,2),$B$1:$H$1,IF(ISNUMBER(TRIM(RIGHT(B$14,2))*1),"<="&RIGHT(B$14,2),"<="&1000))

  3. #3
    Forum Guru samba_ravi's Avatar
    Join Date
    07-26-2011
    Location
    Hyderabad, India
    MS-Off Ver
    Excel 2021
    Posts
    8,914

    Re: Desperately Help Needed - Arranging a Table like a Frequency Distribution

    b15=SUMPRODUCT(($A$2:$A$10=$A15)*($B$1:$I$1>=--TRIM(LEFT(SUBSTITUTE(B$14," ",REPT(" ",15)),15)))*($B$1:$I$1<=IFERROR(--TRIM(RIGHT(SUBSTITUTE(B$14," ",REPT(" ",15)),15)),10^15))*($B$2:$I$10))
    Please Login or Register  to view this content.
    Try this and copy across
    Samba

    Say thanks to those who have helped you by clicking Add Reputation star.

  4. #4
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,193

    Re: Desperately Help Needed - Arranging a Table like a Frequency Distribution

    In B15

    =SUMIFS($B$2:$B$10,$A$2:$A$10,$A15)

    in C15

    =SUMPRODUCT(($A$2:$A$10=$A15)*($B$1:$H$1>=1)*($B$1:$H$1<=3)*($B$2:$H$10))

    Change C15 in D15 onwards compares to required limits (4-7 etc)

+ 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. Forensic Accounting Formula Help Desperately Needed
    By spurredhal in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 05-20-2013, 04:27 PM
  2. Multiple Criteria formula - HELP DESPERATELY NEEDED!
    By JJMC1981 in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 05-17-2013, 12:11 PM
  3. Distribution of a value according to method and frequency
    By m1zz13 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 02-14-2013, 03:30 PM
  4. Pivot Table: Grouped Frequency Distribution
    By HP348 in forum Excel Charting & Pivots
    Replies: 1
    Last Post: 10-30-2012, 04:16 PM
  5. Histogram from frequency distribution?
    By fluffyemu in forum Excel Charting & Pivots
    Replies: 2
    Last Post: 02-19-2012, 07:02 AM
  6. Graph help (frequency distribution)
    By burnsie in forum Excel Charting & Pivots
    Replies: 4
    Last Post: 10-14-2009, 06:00 AM
  7. Concatenated Hyperlinks - Help Desperately Needed
    By karls in forum Excel General
    Replies: 1
    Last Post: 02-21-2007, 05:37 PM
  8. [SOLVED] Frequency distribution
    By Ms MIS in forum Excel General
    Replies: 1
    Last Post: 04-06-2005, 01:06 PM

Tags for this Thread

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