filmov
tv
Macro for Beginner: How to Automatically Format Cell based on Cell Value in 1 Click

Показать описание
New course Launched! I created it to show you step-by-step how to design a salary structure with regression analysis in Excel. Check out the detail here:
Scenario: You want to automatically format cells based on what the cell contains and you don't want to use filter because:
1) Too many spreadsheets to manually filter and format each one;
2) Your spreadsheet is ever-changing
Function: Macro
***Macro Code 1***
Sub Format1Cell()
If InStr(1, ActiveSheet.Range("B5").Text, "Sales") Then
Range("B5").Interior.Color = vbYellow
End If
End Sub
***Macro Code 2***
Sub FormatMultipleCells()
Dim i As Integer
For i = 8 To 15
If InStr(1, ActiveSheet.Range("B" & i).Text, "Sales") Then
Range("B" & i).Interior.Color = vbYellow
End If
Next
End Sub
******Follow-up Consulting Services******
******More Videos in Playlists******
#ExcelforHR#HRAnalytics#Excel#HR
Scenario: You want to automatically format cells based on what the cell contains and you don't want to use filter because:
1) Too many spreadsheets to manually filter and format each one;
2) Your spreadsheet is ever-changing
Function: Macro
***Macro Code 1***
Sub Format1Cell()
If InStr(1, ActiveSheet.Range("B5").Text, "Sales") Then
Range("B5").Interior.Color = vbYellow
End If
End Sub
***Macro Code 2***
Sub FormatMultipleCells()
Dim i As Integer
For i = 8 To 15
If InStr(1, ActiveSheet.Range("B" & i).Text, "Sales") Then
Range("B" & i).Interior.Color = vbYellow
End If
Next
End Sub
******Follow-up Consulting Services******
******More Videos in Playlists******
#ExcelforHR#HRAnalytics#Excel#HR
How to Create & Use Excel Macros (Real world example)
How to Create Macros in Excel Tutorial
Create Your First Excel Macro: A Step-by-Step Guide for Beginners🚀
Macros in Excel | Excel Macros #macro #excel #exceltricks #exceltips #webtutsaditi
Macros for Dummies: Easy Macro Calculation!
How to Create Macros | WoW Macro Beginners Guide
MS Excel - Macros - Automate your Spreadsheets in ONE CLICK!!
Complete Macro Photography Tutorial for Beginners
How to convert number to word in excel | #excel #tricks #ytshorts #shorts
Excel Macro Class 1 - Getting Started Programming Macros
Excel VBA - Write a Simple Macro
how to count macros for beginners #macros #beginners
Creating your first Button with Excel VBA
Macro Tracking For Beginners - 3 Macro Tracking Mistakes
How to Record a Macro in Excel - The Beginner's Guide
How I yy Macro on Warzone #shorts #warzone #yymacro #macro #macro #macrotutorial
Macro Photography: Cheat Code for Beginners
*ALL* Fisch Macros: Shake, AFK and Every Macro | How to Macro in Fisch #fisch
Macro Photography for Beginners – in 60 Seconds
Close-up Photography Tutorial: Macro for Beginners!
Macro Photography for Beginners – Complete Tutorial
HOW TO AFK GEMS IN ANIME VANGUARDS EASY MACRO FOR BEGINNERS!
Advanced Conditional Format in 1 Click - Excel Macro for Beginner
How to MACRO in LOW ELO - League of Legends
Комментарии