• summing range

    Author
    Topic
    #465766

    I have a range of cells filled with number from E8 to the last filled cell.
    How to summing in “one shot” the range of cells and store the result in a var as long with 2 decimal number?

    Viewing 30 reply threads
    Author
    Replies
    • #1199032

      I have a range of cells filled with number from E8 to the last filled cell.
      How to summing in “one shot” the range of cells and store the result in a var as long with 2 decimal number?

    • #1199776

      I have a range of cells filled with number from E8 to the last filled cell.
      How to summing in “one shot” the range of cells and store the result in a var as long with 2 decimal number?

    • #1200561

      I have a range of cells filled with number from E8 to the last filled cell.
      How to summing in “one shot” the range of cells and store the result in a var as long with 2 decimal number?

    • #1201442

      I have a range of cells filled with number from E8 to the last filled cell.
      How to summing in “one shot” the range of cells and store the result in a var as long with 2 decimal number?

    • #1202255

      I have a range of cells filled with number from E8 to the last filled cell.
      How to summing in “one shot” the range of cells and store the result in a var as long with 2 decimal number?

    • #1203059

      I have a range of cells filled with number from E8 to the last filled cell.
      How to summing in “one shot” the range of cells and store the result in a var as long with 2 decimal number?

    • #1203950

      I have a range of cells filled with number from E8 to the last filled cell.
      How to summing in “one shot” the range of cells and store the result in a var as long with 2 decimal number?

    • #1198291

      Dim lVar As Long
      lVar = Round(Application.WorksheetFunction.Sum(Range(Range(“E8”), Range(“E” & ActiveSheet.Rows.Count).End(xlUp))), 2)

      Steve

    • #1199098

      Dim lVar As Long
      lVar = Round(Application.WorksheetFunction.Sum(Range(Range(“E8”), Range(“E” & ActiveSheet.Rows.Count).End(xlUp))), 2)

      Steve

    • #1199827

      Dim lVar As Long
      lVar = Round(Application.WorksheetFunction.Sum(Range(Range(“E8”), Range(“E” & ActiveSheet.Rows.Count).End(xlUp))), 2)

      Steve

    • #1200591

      Dim lVar As Long
      lVar = Round(Application.WorksheetFunction.Sum(Range(Range(“E8”), Range(“E” & ActiveSheet.Rows.Count).End(xlUp))), 2)

      Steve

    • #1201472

      Dim lVar As Long
      lVar = Round(Application.WorksheetFunction.Sum(Range(Range(“E8”), Range(“E” & ActiveSheet.Rows.Count).End(xlUp))), 2)

      Steve

    • #1202285

      Dim lVar As Long
      lVar = Round(Application.WorksheetFunction.Sum(Range(Range(“E8”), Range(“E” & ActiveSheet.Rows.Count).End(xlUp))), 2)

      Steve

    • #1203089

      Dim lVar As Long
      lVar = Round(Application.WorksheetFunction.Sum(Range(Range(“E8”), Range(“E” & ActiveSheet.Rows.Count).End(xlUp))), 2)

      Steve

    • #1203981

      Dim lVar As Long
      lVar = Round(Application.WorksheetFunction.Sum(Range(Range(“E8”), Range(“E” & ActiveSheet.Rows.Count).End(xlUp))), 2)

      Steve

    • #1198327

      Longs don’t have decimal places – they are integers. Did you mean Double?

      • #1198333

        Longs don’t have decimal places – they are integers. Did you mean Double?

        sorry…. Double, naturally.

      • #1199236

        Longs don’t have decimal places – they are integers. Did you mean Double?

        sorry…. Double, naturally.

      • #1199881

        Longs don’t have decimal places – they are integers. Did you mean Double?

        sorry…. Double, naturally.

      • #1200637

        Longs don’t have decimal places – they are integers. Did you mean Double?

        sorry…. Double, naturally.

      • #1201514

        Longs don’t have decimal places – they are integers. Did you mean Double?

        sorry…. Double, naturally.

      • #1202327

        Longs don’t have decimal places – they are integers. Did you mean Double?

        sorry…. Double, naturally.

      • #1203131

        Longs don’t have decimal places – they are integers. Did you mean Double?

        sorry…. Double, naturally.

      • #1204029

        Longs don’t have decimal places – they are integers. Did you mean Double?

        sorry…. Double, naturally.

    • #1199223

      Longs don’t have decimal places – they are integers. Did you mean Double?

    • #1199875

      Longs don’t have decimal places – they are integers. Did you mean Double?

    • #1200631

      Longs don’t have decimal places – they are integers. Did you mean Double?

    • #1201508

      Longs don’t have decimal places – they are integers. Did you mean Double?

    • #1202321

      Longs don’t have decimal places – they are integers. Did you mean Double?

    • #1203125

      Longs don’t have decimal places – they are integers. Did you mean Double?

    • #1204017

      Longs don’t have decimal places – they are integers. Did you mean Double?

    • #1198380

      Good catch. I read long and thought double….

      Steve

    • #1199459

      Good catch. I read long and thought double….

      Steve

    • #1199934

      Good catch. I read long and thought double….

      Steve

    • #1200690

      Good catch. I read long and thought double….

      Steve

    • #1201567

      Good catch. I read long and thought double….

      Steve

    • #1202380

      Good catch. I read long and thought double….

      Steve

    • #1203219

      Good catch. I read long and thought double….

      Steve

    • #1204093

      Good catch. I read long and thought double….

      Steve

    Viewing 30 reply threads
    Reply To: summing range

    You can use BBCodes to format your content.
    Your account can't use all available BBCodes, they will be stripped before saving.

    Your information: