menu search
brightness_auto
Ask or Answer anything Anonymously! No sign-up is needed!
more_vert
Revit is a design software for engineers 

6 Answers

more_vert
To make quantities cumulative in a Revit schedule, you can use the "Running Total" function. In your schedule view:

Select the cell where you want the cumulative total.

Right-click and choose "Format Cell."

In the Format Cell dialog, check the "Running Total" option.

Click OK.

This will display cumulative quantities in the selected cell, updating as you add or modify entries in your schedule.
thumb_up_off_alt 0 like thumb_down_off_alt 0 dislike
more_vert
To make your quantities cumulative in a Revit schedule, you can use the "Running Total" function in the schedule properties. This will calculate the cumulative total of your quantities as you add or remove items from the schedule.
thumb_up_off_alt 0 like thumb_down_off_alt 0 dislike
more_vert
To make quantities cumulative in a schedule in Revit, you can follow these steps:

1. Open the schedule view in Revit where you want to make the quantities cumulative.

2. In the schedule view, locate the column that contains the quantities you want to make cumulative. This column should be a "Number" type parameter.

3. Right-click on the column header and select "Format" from the context menu.

4. In the Format dialog box, under the "Value" tab, check the "Cumulative" option.

5. Click "OK" to apply the changes and close the Format dialog box.

6. The quantities in the column will now be displayed as cumulative values. The cumulative value for each row will be the sum of the quantities in that row and all the rows above it.

Note: It's important to ensure that the quantities you want to make cumulative are correctly calculated and assigned to the parameter in the Revit model. If the quantities are not accurate or not assigned to the correct parameter, the cumulative values in the schedule may not be correct.

By making quantities cumulative in a Revit schedule, you can easily track the total accumulation of quantities over time or across different elements in your project.
thumb_up_off_alt 0 like thumb_down_off_alt 0 dislike
more_vert

In Autodesk Revit, creating cumulative quantities in a schedule involves using calculated values and formulas. Here's a step-by-step guide on how to achieve this:


1. Create a New Schedule:

   - Open your Revit project.

   - Go to the View tab and click on Schedules.

   - Choose Schedule/Quantities.


2. Select Categories and Fields:

   - In the Schedule Properties dialog, select the category for which you want to create the cumulative quantities.

   - Add the fields you want to include in the schedule, such as "Quantity."


3. Add a Calculated Value for Cumulative Quantity:

   - Click on the Calculated Value field in the Fields tab of the Schedule Properties.

   - In the Edit Calculated Value dialog, click the "Add" button.

   - Name the calculated value, e.g., "Cumulative Quantity."


4. Write the Formula for Cumulative Quantity:

   - In the Formula section of the Edit Calculated Value dialog, use the following formula:


     ```excel

     Cumulative Quantity = Previous(Cumulative Quantity) + Quantity

     ```


   This formula adds the current quantity to the previous cumulative quantity.


5. Format the Schedule:

   - Adjust the formatting of the schedule to make it clear that it represents cumulative quantities.

   - You may want to adjust column headers, add labels, or format the Cumulative Quantity column to distinguish it.


6. Sort the Schedule:

   - To ensure the cumulative values display correctly, you may need to sort the schedule by a specific parameter (e.g., by a date or a unique identifier).


7. Adjust Grouping and Sorting:

   - Group and sort the schedule based on your project requirements. This can help organize and present the cumulative quantities in a meaningful way.


8. Apply the Schedule:

   - Click OK to apply the changes and close the Schedule Properties dialog.

   - Place the schedule on a sheet or view it in your project.


Now, your schedule should display cumulative quantities based on the formula you defined. Remember that this approach assumes you have a logical order for your items (e.g., chronological order) to make the cumulative calculations meaningful. Adjust the formula and sorting criteria accordingly based on your project requirements.

thumb_up_off_alt 0 like thumb_down_off_alt 0 dislike
more_vert
Making your quantities cumulative in a Revit schedule requires specific calculations and potentially formula adjustments. Here's how you can achieve it:

1. Understand Your Desired Outcome:

Before diving into formulas, clarify what you mean by "cumulative" in your specific case. Do you want:

Running total: Display the sum of all quantities for each element as the schedule progresses?

Grouped by specific criteria: Calculate cumulative quantities based on a specific parameter, like floor level or material type?

2. Utilize Calculated Values:

Revit doesn't inherently offer a "cumulative quantity" option. You'll need to create calculated values using formulas in the schedule.

3. Access the Schedule Formula Editor:

Right-click anywhere in the schedule header and select "Edit Schedule."

In the Schedule Properties window, click on the "Formatting" tab.

Choose the desired column where you want the cumulative quantity to appear.

Under "Calculated Value," click the edit button (ellipses).

4. Apply the Formula:

Based on your desired outcome (running total or grouped), use the appropriate formula:

Running Total:

Use the built-in function SUM like this: =SUM([Parameter Name])

Replace [Parameter Name] with the actual parameter holding the quantity value (e.g., Volume, Area).

Grouped by Criteria:

Use SUMIF function combined with filtering criteria. For example, to sum volumes by Floor Level:

=SUMIF([Floor Level], SelectedValue, [Volume])

Replace SelectedValue with the specific floor level name displayed in the schedule.

You can modify this by introducing nested IF statements for more complex groupings.

5. Filter and Sort for Clarity:

After applying the formula, consider using filters and sorting options to organize your cumulative quantities for better readability and analysis.

Additional Tips:

Use parameter names instead of hardcoded values in formulas for flexibility and dynamic updates.

Test your formulas on a subset of data before applying them to the entire schedule to ensure accuracy.

Explore Revit online resources and community forums for advanced formula examples and troubleshooting.

Remember, the specific formula will depend on your unique requirements and desired level of detail. With a clear understanding of your need and a bit of formula exploration, you can successfully achieve cumula

tive quantities in your Revit schedules.
thumb_up_off_alt 0 like thumb_down_off_alt 0 dislike
more_vert
To make quantities cumulative in a Revit schedule, use the "Running Total" function in the schedule settings. This option sums up the values of the selected quantity column.
thumb_up_off_alt 0 like thumb_down_off_alt 0 dislike
Welcome to Answeree, where you can ask questions and receive answers from other members of the community.
...