+ Reply to Thread
Results 1 to 4 of 4

Customer complaints trending spread sheet

Hybrid View

  1. #1
    Registered User
    Join Date
    07-07-2014
    Location
    London, England
    MS-Off Ver
    2010
    Posts
    1

    Customer complaints trending spread sheet

    Hello excel wizz kids, thanks for reading.

    I am creating a consumer complaints trending spread sheet on excel 2010. I have a tab for each week showing a table with columns for;

    Number Affected, Product and Complaint Type.

    There is around 30 complaints per week and a total of 25 or so complaint types. Similar complaints are grouped under one heading to facilitate trending, e.g 'smells bad', 'bad smell' and 'smells off' are all grouped as 'bad smell'.

    Lastly I have a tab called trending. This tab has one column for week number and one for each of the 25 or so complaint types.

    Now here comes the clever bit (or probably not so clever for you lot right?!).

    What I require is that when the complaint types are inputted in to the weekly tabs, the corresponding cell on the trending tab by week and complaint type increases by one.

    (Please note: I mentioned earlier that there is a column called 'number affected' on each of the weekly tabs - no need to factor this in to the equation. Whether there are 1 or 100 bottles affected I only want it recorded as one complaint on the trending tab.) [/

    Answers on a post card (or a forum). Hope I made myself clear.

    Thanks really.

    Nick
    Attached Files Attached Files

  2. #2
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    25,416

    Re: Customer complaints trending spread sheet

    Put this formula in cell B3 of your Trending sheet:

    =COUNTIF(INDIRECT("'"&$A3&"'!C:C"),B$1)

    then copy across and down as required. It might be better to have your Total row at the top of the table, then you won't have to keep inserting rows and adjusting the SUM formula for new weeks.

    Hope this helps.

    Pete

  3. #3
    Forum Contributor stephenloky's Avatar
    Join Date
    07-10-2013
    Location
    Sao Paulo - Brazil
    MS-Off Ver
    Excel 2007
    Posts
    146

    Re: Customer complaints trending spread sheet

    Hey I think ~COUNTIF~ is what you are looking for!
    See the attched file!
    But i suggest you working with pivot table.
    For example, having one tab named "data" with all your weeks and then just make a pivot table of all data and filter by type of complaint and week...it's easier to manage.
    complaints trending2.xlsx
    "The quieter you become, the more you are able to hear"

    Any reputation (*) points appreciated.

    "If you know yourself but not the enemy, for every victory gained, you will suffer defeat."

  4. #4
    Forum Guru
    Join Date
    03-02-2006
    Location
    Los Angeles, Ca
    MS-Off Ver
    WinXP/MSO2007;Win10/MSO2016
    Posts
    12,945

    Re: Customer complaints trending spread sheet

    =SUMIF(INDIRECT("'" &$A2 &"'!C:C"),trending!B$1,INDIRECT("'" &$A2 &"'!A:A"))
    . You need to simplify the categories of complaints: e.g. anything to do with smell/odor --> odor, ,etc.
    Ben Van Johnson

+ 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. Replies: 3
    Last Post: 04-19-2014, 06:10 PM
  2. copy and retain information from a data entry sheet to trending sheet
    By thuddleston11 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 12-22-2012, 11:13 AM
  3. Replies: 2
    Last Post: 06-13-2012, 06:51 PM
  4. Replies: 1
    Last Post: 06-13-2012, 05:53 PM
  5. Replies: 1
    Last Post: 07-07-2006, 02:10 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