ycliper

Популярное

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

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

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

Топ запросов

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

How to Create A MULTI-SELECT Drop-Down List in Excel!

multiselect dropdown

multiselect

multiple selection drop down

excel drop down list

excel drop down multiple selection

excel multiple selection drop down

microsoft excel (software)

data validation

vba

how to create drop down list in excel with multiple selections and color

excel vba

excel vba data types

macro recorder

for each vba

excel length formula

indirect function

box options

data validation circle invalid data

option list

excel data validation

ANE&x%

Автор: Anser's Excel Academy

Загружено: 2024-03-16

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

Описание: In this video, I'll walk you through the step-by-step process of setting up a multi-select drop-down list, a technique that can significantly streamline your workflow and reduce the margin for error. Whether you're compiling reports, managing inventories, or tracking projects, this tutorial is designed to make your Excel experience smoother and more efficient. Don't forget to subscribe to Anser's Excel Academy for more tips and tricks that will turn you into an Excel wizard. Together, let's unlock the full potential of Excel and make data management a breeze.

VBA Code credit goes to ‪@SoftTechTutorials89‬

Private Sub Worksheet_Change(ByVal Target As Range)

' Initializing variables
Dim oldVal As String
Dim newVal As String

' Checking for changes in the drop down lists

Application.EnableEvents = True

If Target.Address = "$G$2" Or Target.Address = "$G$3" Then

If Target.SpecialCells(xlCellTypeAllValidation) Is Nothing Then
Exit Sub
' Adding the multiple selected items to the list
Else
If Target.Value = "" Then
Exit Sub

Else
Application.EnableEvents = False
newVal = Target.Value
Application.Undo
oldVal = Target.Value
If oldVal = "" Then
Target.Value = newVal
Else
If InStr(oldVal, newVal) = 0 Then
Target.Value = oldVal & ", " & newVal '& vbNewLine &
Else
Target.Value = oldVal
End If
End If
End If
End If
End If

Application.EnableEvents = True

End Sub

Не удается загрузить Youtube-плеер. Проверьте блокировку Youtube в вашей сети.
Повторяем попытку...
How to Create A MULTI-SELECT Drop-Down List in Excel!

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

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

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

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

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

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

How To Create Multi Select Dropdown In Excel With Remove Option (Easy VBA Trick)

How To Create Multi Select Dropdown In Excel With Remove Option (Easy VBA Trick)

How to Select Multiple Items in Excel Drop-Down (No Duplicates!)

How to Select Multiple Items in Excel Drop-Down (No Duplicates!)

Dependent Drop Down List in Excel Tutorial

Dependent Drop Down List in Excel Tutorial

How to Create A Multi-Select Drop-Down List in Excel

How to Create A Multi-Select Drop-Down List in Excel

Create Dynamic Dropdown Lists in Excel

Create Dynamic Dropdown Lists in Excel

Путин на скамье подсудимых / Соловьёв захватывает страны Балтии

Путин на скамье подсудимых / Соловьёв захватывает страны Балтии

Multiple Dependent Drop-Down List in Excel | NEW Simple Method | Works with multiple rows

Multiple Dependent Drop-Down List in Excel | NEW Simple Method | Works with multiple rows

РФ Применила Гром-Э1⚡Зирка Пала🔥 Первые Саперы Прибыли В Курскую Область🪖🚧 Военные Сводки 28.06.2025

РФ Применила Гром-Э1⚡Зирка Пала🔥 Первые Саперы Прибыли В Курскую Область🪖🚧 Военные Сводки 28.06.2025

Новейшая ракета РФ уничтожена / Жаркая ночь в Крыму

Новейшая ракета РФ уничтожена / Жаркая ночь в Крыму

Microsoft Excel Tutorial - Beginners Level 2

Microsoft Excel Tutorial - Beginners Level 2

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



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



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