Uipath Marketplace
MarketplaceListingsSnippetCalculate Sum of Colored Cells in Excel Sheet

Create your first automation in just a few minutes.Try Studio Web

Calculate Sum of Colored Cells in Excel Sheet

Calculate Sum of Colored Cells in Excel Sheet

by Prafull B

StarStarStarStarStarStarStarStarStarStar

0

Snippet

Downloads

49

back button
back button
carouselImage0
next button
next button

Summary

Summary

Calculate the Sum of Excel colored cells in any given range

Overview

Overview

Using VBA, this snippet helps you calculate sums between any colored Excel cells within a given range.

Note: This function does not cover the case when only the text is marked with other font colors.

Please check the below screenshot illustrating the case when the sum of Green highlighted cells from the given data range needs to be calculated.

How it works:

Fill in manually the color in the data range. You can also use conditional formatting.

Select a reference cell. This needs to be highlighted in the color you are interested in. E.g. green

Access UiPath Studio.

In Invoke VBA activity type in the necessary Arguments values.

Arguments Details:

  • Colorcell - this is the reference cell. Manually enter the color, the same as the one in the data range. Then enter the cell number in the Argument Value. E.g. G6
  • Range – type in the data range. E.g. D6:E21
  • SheetName – enter the name of the sheet where the data, Colorcell and SumResult, are displayed. E.g. Sheet2
  • SumResult – add here the location where the Sum obtained after Bot execution will be displayed. E.g. H6
  • Workbookpath – enter the full Excel file path.
  • OutputValue- use this optional argument to store the end result.
  • wb – use this optional argument to close the workbook after the execution is completed.

Once all the required values have been updated in the necessary Arguments fields you are ready to run the Bot.

Please make sure that before you run this snippet, you enable the Excel Trust Access to the VBA project object model. Otherwise, an error will be displayed.

  • Enable it by following the path: from your Excel access File > Options > Trust Center > Trust Center Settings > Macro Settings > Select the Trust Access to the VBA project object model check box.

This snippet can be used to run for more than one color. Simply copy and add in the invoke VBA the number of times and the number of colors. Change the color cell info and the Sumresult Value.

Features

Features

Used to sum color cells based on color given in Reference cell It works even if we color the cells in the given range using conditional formatting Does not require macro enabled Excel file (.xlsm extension file)

Additional Information

Additional Information

Dependencies

Excel, UiPath 2019.10

Code Language

Visual Basic

Publisher

Prafull B

Visit publisher's page

License & Privacy

MIT

Privacy Terms

Technical

Version

1.0.1

Updated

Apr 21, 2020

Works with

Studio: 19.10 - 22.10

Certification

Silver Certified

Application

Microsoft Excel

Support

UiPath Community Support

Similar Listings