Results 1 to 4 of 4

Thread: Rounding in Schedules- display correct totals

  1. #1
    Member
    Join Date
    2007-09
    Posts
    7
    Login to Give a bone
    0

    Lightbulb Rounding in Schedules- display correct totals

    We just realized that all of our area schedules round similar to excel, where there is a discrepancy of 1 or 2 sf between the "Grand Total" and the actual total of the individual line items in the schedule. While this may be inconsequential, we:

    1. Dont want to look like idiots in front of the client
    2. Want to have accurate numbers for costing/pricing sets that will go to banks etc.

    I wrote this workaround for my office to use. It's a bit **simple** so that everyone can understand it, but here it is. The instructions were meant to be applied to all of the area schedules and room schedule in each project, where "Area" is a field already included in the schedule. The process ends up hiding this field and creating a new field that is based on an integer.

    1. Edit Schedule and go to View Properties
    2. Click on Fields
    3. Click on Calculated Value and create a field for your schedule
    • Name: DISPLAY AREA
    • Discipline: Common
    • Type: Integer
    • Formula: Area/1sf (this formula can be more complicated if there are other factors)
    4. Click on the Formatting Tab within the Schedule Properties dialog box.
    5. Click on Area
    • UNCHECK "Calculate Totals"
    • CHECK "Hidden Field"
    6. Click on DISPLAY AREA
    • Heading: AREA (SF)
    • Alignment: Right
    • CHECK "Calculate Totals"
    • UNCHECK "Hidden Field"
    7. Click ok
    8. If you have already done the layout for your project info sheet, you will probably have to adjust the extents of the schedule for graphic reasons.

    Hope this helps!

  2. #2
    AUGI Addict DaveP's Avatar
    Join Date
    2002-12
    Location
    St Paul, MN
    Posts
    1,569
    Login to Give a bone
    0

    Default Re: Rounding in Schedules- display correct totals

    How many times must we go through this?
    The total is not inaccurate! Since the Rooms are rounded, THEY are inaccurate.

    The process described above does give you a nice, even round number but if as you say, you:
    "Want to have accurate numbers for costing/pricing sets that will go to banks etc. ", you go through the process above to fudge the total.

    You have now given a number to the bank that is WRONG. Nice and even, and if anyone bothers to add up the rooms, it might add up, but IT IS STILL WRONG!

    Let's say you have 100 Rooms and the Area of each Room is 100.4 sqft.
    Your Room Schedule shows 100 Rooms with an Area of 100 sqft. (Not 100.4, since you don't want to bother with those messy decimal places.)

    Based on the "corrected" schedule, you're going to report to the bank that you are renting out 10,000 square feet, when in actuality, it is 10,040.
    Ask the bank which one makes you look like an idiot.

  3. #3
    All AUGI, all the time
    Join Date
    2006-03
    Location
    London, UK
    Posts
    810
    Login to Give a bone
    0

    Default Re: Rounding in Schedules- display correct totals

    Quite. Nice round numbers are for people handwriting the answers for sums they did in their heads.

  4. #4
    Member
    Join Date
    2015-10
    Posts
    2
    Login to Give a bone
    0

    Default Re: Rounding in Schedules- display correct totals

    For metric users who wish to show some decimal places:

    The procedure is basically the same but the formula is a little bit different, something like that:

    Area Integer = (Area*100)/1 m² (Schedule field type is Integer)

    As you make your area value to integer that means you have to secure your decimal places first. By multiplying your area by 100 you have two decimal places secured, 10 means one decimal place and so on.

    The other formula is changing your units back to area values:

    Rounded Area = (Area Integer)*0.01 (Schedule field type is Area)

    NB! Unit is important. If you get Inconsistent Units error that means you get this wrong. If you try to eliminate the unit you must divide the unit by the same unit (example m²/m²=no unit). If you want the unit to reappear you must multiply the value with the unit. That's why you cannot have the second formula like this: (Area Integer)/100 m² which gives you the same number but the unit is actually 1/m², not m² and you get Inconsistent Units error.

    And that's it. This rounded area field gives you nice inaccurate area values with your desired decimal places which should satisfy officials, customers or whoever who tend to recalculate your schedules only to find out that your grand total actually differs from the sum they got.
    Last edited by ademox; 2012-03-15 at 08:56 AM. Reason: second formula fix & explanation

Similar Threads

  1. Schedules, totals, sums etc.
    By felix.81253 in forum Revit Architecture - General
    Replies: 9
    Last Post: 2015-03-11, 09:18 PM
  2. Grand totals in schedules
    By Wish List System in forum Revit Architecture - Wish List
    Replies: 0
    Last Post: 2012-07-13, 04:09 PM
  3. Schedules - Calculations on Totals?
    By saeborne in forum Revit Architecture - General
    Replies: 3
    Last Post: 2008-11-17, 09:39 PM
  4. Schedules and rounding
    By Dimitri Harvalias in forum Revit Architecture - General
    Replies: 11
    Last Post: 2008-08-26, 12:56 PM
  5. sub totals in schedules
    By PHOTOS4ME in forum ACA General
    Replies: 2
    Last Post: 2007-10-09, 05:16 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •