Buying Data entry/manipulation

Discussion in 'Services' started by twodayslate, Feb 14, 2015.

  1. #1
    I'll pay $25 (Paypal) for someone to convert an excel document into an Swift array for me.

    
                                     // This is the score 30-100
                                      //[30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,
                                      // 45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,
                                      // 60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,
                                      // 75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,
                                      // 90,91,92,93,94,95,96,97,98,99,100]
    
                                      // Then these are the reps/time given the score above
        let malePushup21 : Array<Int> = [20,21,22,22,23,24,24,25,26,27,27,28,29,30,30,
                                        31,32,32,33,34,35,34,36,37,38,38,39,40,40,41,
                                        42,43,43,44,45,45,46,47,48,48,49,50,51,51,52,
                                        53,53,54,55,56,56,57,58,59,59,60,61,61,62,63,
                                        64,64,65,66,67,67,68,69,69,70,71];
    
    Code (markup):
    Above is the given example. There are male and female categories, then there are pushups, situps, and run categories. I have done the male situp category for ages 17-21 above. Index 0 is 20 which means they did 20 reps for 30 points.

    The data is in a bunch of excel documents that you can find online. http://www.armystudyguide.com/content/useful_files/apft_and_weight_control/apft-calculator-2.shtml
    http://www.sbu.edu/docs/default-source/academic-documents/apft-calculator.xls?sfvrsn=0

    Thanks, let me know!
     
    Last edited: Feb 15, 2015
    twodayslate, Feb 14, 2015 IP