Results 1 to 9 of 9

Calculate stats from multiple csv files

Threaded View

  1. #6
    Registered User
    Join Date
    04-21-2009
    Location
    Ecuador
    MS-Off Ver
    Excel 2016
    Posts
    9

    Re: Calculate stats from multiple csv files

    Hi Fletch,

    I attach the solution for you.

    The file is ready to receive your data, just open each csv file in excel and separate it into columns with Text to Columns Command, then copy and paste it in B2.

    Copy and paste formulas down until your last record

    The process in summary:

    You can do it with the COUNTIF function.

    Count the number of Questions 1 with Scored 0 and divide by the number of questions 1... and this way with each question.

    Each question has two conditions:
    Question 1: Scored 0 = 10 and Question 1: Scored 1 = 11
    Question 2: Scored 0 = 20 and Question 1: Scored 1 = 21

    Use concatenate function to turn those two conditions into one: 10, 11, 20, 21 ...

    Done

    I hope this help you

    You can know more about COUNTIF function and examples in: http://www.excel-spreadsheet-authors.com/countif.html
    Attached Files Attached Files
    Last edited by John_Franco; 04-30-2009 at 03:12 PM. Reason: Forget details
    John Franco
    https://www.excelgurusacademy.com/

Thread Information

Users Browsing this Thread

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

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