• WSnicolaer

    WSnicolaer

    @wsnicolaer

    Viewing 5 replies - 1 through 5 (of 5 total)
    Author
    Replies
    • in reply to: That Sums It Up (XL97:SR2) #615180

      Try this.

      Give a RangeName to the cell where you will enter the range to sum.
      Then use this:=SUM(INDIRECT(CLEAN(text))). Where text = cell containing range to sum.

      Regards,

      Nick

    • in reply to: Access Formula (Access2000) #615172

      You should create a query where you will create a field for the sum of those two fields and then after in a form or report with record source based on that newly created query you will filter info based on your dept or whatever you want.

      Regards,

      Nick

    • in reply to: Overflow Error (2000) #614742

      Hi,

      please verify you variable (if integer make it double) or check if you don’t have a string format instead of a number.

      Regards,

      nick

    • in reply to: Subtotals or Counts (Access 97) #614741

      Hi,

      add grouping in your report. Each time a new item is ‘dicovered’ a total is done in the footer of the group. It will look like:
      In detail part of the group add your items in text boxes (TextBox ControlSource = FieldName) and in footer add also text boxes with the control source set to =Sum(fieldname).

      Hope it helps,

      Nick

    • in reply to: Access Formula (Access2000) #614738

      Hi,

      At my knowledge the answer is no. But, what do you need an array formula in Access if I may ask?

      Regards,

      Nick

    Viewing 5 replies - 1 through 5 (of 5 total)