Excel Help

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Waterstpub87
    SBR MVP
    • 09-09-09
    • 4102

    #1
    Excel Help
    Trying to make an automated backtest system in excel.

    I pull SBRodds for particular days and parse it to get the spread which looks like this:
    -1½
    However, excel does not recognize this as a number.

    Does anyone know how to easily convert that to -1.5?
  • nash13
    SBR MVP
    • 01-21-14
    • 1122

    #2
    You can do a macro which replaces that expression with -1.5
    Comment
    • Waterstpub87
      SBR MVP
      • 09-09-09
      • 4102

      #3
      Excel doesnt recognize as number. Surely someone must have used the data import function in excel to import daily lines and would have figured out a fix for this.
      Comment
      • Thunderground
        SBR Sharp
        • 09-09-15
        • 256

        #4
        have you tried resetting the column from 'fraction' to 'number'? Those options are under 'general'.
        Comment
        • Waterstpub87
          SBR MVP
          • 09-09-09
          • 4102

          #5
          Yes. Excel does not recognize the output as a number, so changing the number format will not work.
          Comment
          • HeeeHAWWWW
            SBR Hall of Famer
            • 06-13-08
            • 5487

            #6
            Tried the VALUE function?
            Comment
            • Waterstpub87
              SBR MVP
              • 09-09-09
              • 4102

              #7
              I didn't. Problem solved though

              =replace(A116,3,1,.5)
              Comment
              • HeeeHAWWWW
                SBR Hall of Famer
                • 06-13-08
                • 5487

                #8
                If at all possible, try to do this in R instead. I did it in Excel originally, and after a few more years and a mass of extra stats, it's become ridiculously slow and unstable.
                Comment
                • Waterstpub87
                  SBR MVP
                  • 09-09-09
                  • 4102

                  #9
                  Originally posted by HeeeHAWWWW
                  If at all possible, try to do this in R instead. I did it in Excel originally, and after a few more years and a mass of extra stats, it's become ridiculously slow and unstable.
                  familiar with R, some people use it at work. Need to learn more about it. More familiar with VBA for now. Hope to learn more about R soon.
                  Comment
                  SBR Contests
                  Collapse
                  Top-Rated US Sportsbooks
                  Collapse
                  Working...