Популярное

Музыка Кино и Анимация Автомобили Животные Спорт Путешествия Игры Юмор

Интересные видео

2025 Сериалы Трейлеры Новости Как сделать Видеоуроки Diy своими руками

Топ запросов

смотреть а4 schoolboy runaway турецкий сериал смотреть мультфильмы эдисон
dTub
Скачать

Sum Cells Based on Their Color in Excel (Formula & VBA)

Автор: TrumpExcel

Загружено: 2022-02-10

Просмотров: 153409

Описание:

In this video, I will show you three different methods to add cells based on color.

00:00 Intro
00:25 SUM by Color Using SUBTOTAL Function
02:05 SUM by Color Using VBA Function
08:27 SUM by Color Using Get.CELL + Named Range Trick

If you're looking for an easy one-time method, use the first SUBTOTAL method. If you need to do this quite often and are comfortable with VBA, you can create your own custom function that will give you the sum of cells based on the color in it.

And if you don't prefer VBA, then you can use the third method which uses an old GET.CELL formula trick. It's not the best way to do this, but it gets the work done.

----------------

'Code created by Sumit Bansal from https://trumpexcel.com/
'This VBA code created a function that can be used to sum cells based on color
Function SumByColor(SumRange As Range, SumColor As Range)
Dim SumColorValue As Integer
Dim TotalSum As Long
Dim rcell As Range
SumColorValue = SumColor.Interior.ColorIndex
Set rCell = SumRange
For Each rCell In SumRange
If rCell.Interior.ColorIndex = SumColorValue Then
TotalSum = TotalSum + rCell.Value
End If
Next rCell
SumByColor = TotalSum
End Function

----------------

✅ Download File: https://swiy.io/sumbycolor

✅ Personal Macro Workbook Video:    • Personal Macro Workbook - Reuse Macros in ...  

☕ If you find my Excel videos useful and would like to support me, you can buy me a coffee - https://www.buymeacoffee.com/SumitB

✅ Free Excel Course (Basic to Advanced) - https://trumpexcel.com/learn-excel/
✅ Free Dashboard Course - https://bit.ly/free-excel-dashboard-c...
✅ Free VBA course - https://bit.ly/excel-vba-course
✅ Free Power Query Course - https://bit.ly/power-query-course
✅ Best Excel Books: https://trumpexcel.com/best-excel-books/

Subscribe to get awesome Excel Tips every week: https://www.youtube.com/user/trumpexc...

#Excel #ExcelTips #ExcelTutorial

Sum Cells Based on Their Color in Excel (Formula & VBA)

Поделиться в:

Доступные форматы для скачивания:

Скачать видео mp4

  • Информация по загрузке:

Скачать аудио mp3

Похожие видео

array(10) { [0]=> object(stdClass)#5859 (5) { ["video_id"]=> int(9999999) ["related_video_id"]=> string(11) "o1V2Fdygajo" ["related_video_title"]=> string(65) "Creating Dynamic Monthly Calendar in Excel (Interactive Calendar)" ["posted_time"]=> string(21) "3 года назад" ["channelName"]=> string(10) "TrumpExcel" } [1]=> object(stdClass)#5832 (5) { ["video_id"]=> int(9999999) ["related_video_id"]=> string(11) "IO1oDfEFfQ8" ["related_video_title"]=> string(50) "7 Clever Excel Custom Formatting Tricks (Advanced)" ["posted_time"]=> string(21) "4 года назад" ["channelName"]=> string(10) "TrumpExcel" } [2]=> object(stdClass)#5857 (5) { ["video_id"]=> int(9999999) ["related_video_id"]=> string(11) "FJi2M_BX6d8" ["related_video_title"]=> string(66) "COUNT or SUM Cells by Color in Excel | Quick Method and VBA Method" ["posted_time"]=> string(19) "1 год назад" ["channelName"]=> string(30) "Rebekah Oster - Excel Power Up" } [3]=> object(stdClass)#5864 (5) { ["video_id"]=> int(9999999) ["related_video_id"]=> string(11) "SG42KjYDaKk" ["related_video_title"]=> string(111) "⚡️ Израиль и Иран завершили войну || Полное прекращение огня" ["posted_time"]=> string(21) "2 часа назад" ["channelName"]=> string(23) "Время Прядко" } [4]=> object(stdClass)#5843 (5) { ["video_id"]=> int(9999999) ["related_video_id"]=> string(11) "uUrpicDpiWs" ["related_video_title"]=> string(100) "Покушение на Зеленского / Предатель в Офисе президента" ["posted_time"]=> string(21) "2 часа назад" ["channelName"]=> string(10) "NEXTA Live" } [5]=> object(stdClass)#5861 (5) { ["video_id"]=> int(9999999) ["related_video_id"]=> string(11) "4Oaveqn2YwY" ["related_video_title"]=> string(125) "Эти 5 СЕКРЕТНЫХ функций в Excel НИКТО не использует. Вот, что они делают!" ["posted_time"]=> string(25) "3 недели назад" ["channelName"]=> string(54) "Эксперт ЭКСЕЛЬ и ГУГЛ-ТАБЛИЦЫ" } [6]=> object(stdClass)#5856 (5) { ["video_id"]=> int(9999999) ["related_video_id"]=> string(11) "KdTSjdUSANw" ["related_video_title"]=> string(52) "10 Amazing (Less Known) Excel Tricks You Should Know" ["posted_time"]=> string(21) "4 года назад" ["channelName"]=> string(10) "TrumpExcel" } [7]=> object(stdClass)#5866 (5) { ["video_id"]=> int(9999999) ["related_video_id"]=> string(11) "JImJBl8uyjc" ["related_video_title"]=> string(176) "15 шедевров великих композиторов. Самая известная классическая музыка. Классическая музыка 🎹🎹" ["posted_time"]=> string(19) "1 год назад" ["channelName"]=> string(15) "Famous Classics" } [8]=> object(stdClass)#5842 (5) { ["video_id"]=> int(9999999) ["related_video_id"]=> string(11) "x2YwZt7SfRk" ["related_video_title"]=> string(172) "Эрдоган ВСТУПАЕТ В ВОЙНУ! Армии Турции отдан срочный приказ. Анкара пополняет ракетные склады" ["posted_time"]=> string(24) "18 часов назад" ["channelName"]=> string(10) "УНІАН" } [9]=> object(stdClass)#5860 (5) { ["video_id"]=> int(9999999) ["related_video_id"]=> string(11) "TDphx23AtqM" ["related_video_title"]=> string(48) "How to Use VLOOKUP in Excel (free file included)" ["posted_time"]=> string(19) "1 год назад" ["channelName"]=> string(13) "Leila Gharani" } }
Creating Dynamic Monthly Calendar in Excel (Interactive Calendar)

Creating Dynamic Monthly Calendar in Excel (Interactive Calendar)

7 Clever Excel Custom Formatting Tricks (Advanced)

7 Clever Excel Custom Formatting Tricks (Advanced)

COUNT or SUM Cells by Color in Excel | Quick Method and VBA Method

COUNT or SUM Cells by Color in Excel | Quick Method and VBA Method

⚡️ Израиль и Иран завершили войну || Полное прекращение огня

⚡️ Израиль и Иран завершили войну || Полное прекращение огня

Покушение на Зеленского / Предатель в Офисе президента

Покушение на Зеленского / Предатель в Офисе президента

Эти 5 СЕКРЕТНЫХ функций в Excel НИКТО не использует. Вот, что они делают!

Эти 5 СЕКРЕТНЫХ функций в Excel НИКТО не использует. Вот, что они делают!

10 Amazing (Less Known) Excel Tricks You Should Know

10 Amazing (Less Known) Excel Tricks You Should Know

15 шедевров великих композиторов. Самая известная классическая музыка. Классическая музыка 🎹🎹

15 шедевров великих композиторов. Самая известная классическая музыка. Классическая музыка 🎹🎹

Эрдоган ВСТУПАЕТ В ВОЙНУ! Армии Турции отдан срочный приказ. Анкара пополняет ракетные склады

Эрдоган ВСТУПАЕТ В ВОЙНУ! Армии Турции отдан срочный приказ. Анкара пополняет ракетные склады

How to Use VLOOKUP in Excel (free file included)

How to Use VLOOKUP in Excel (free file included)

© 2025 dtub. Все права защищены.



  • Контакты
  • О нас
  • Политика конфиденциальности



Контакты для правообладателей: [email protected]