Use this code to create Macro
Code 👇
Sub CreateTOC()
'Created by @vamsi.excel
'This VBA code will create/refresh a table of contents.
'Just click it... and get it done!!
'
'
Dim lngIdxRow As Long
Dim lngSrNo As Long
Dim objWS As Worksheet
Dim objTOCSht As Worksheet
'In following code, change name of the index sheet within the double quotes with your index sheet
Set objTOCSht = ThisWorkbook.Sheets("Contents")
lngIdxRow = 2
lngSrNo = 1
'Follwing code will create a Table of Contents
With objTOCSht
'Clear/Initialize the existing TOC
.Range("A" & lngIdxRow & ":B" & lngIdxRow + 255).Clear
.Range("A" & lngIdxRow).Value = "Sr#"
.Range("B" & lngIdxRow).Value = "Worksheet Name"
lngIdxRow = lngIdxRow + 1
For Each objWS In ThisWorkbook.Sheets
If objWS.Name <> .Name Then
.Cells(lngIdxRow, 1).Value = lngSrNo
.Hyperlinks.Add Cells(lngIdxRow, 2), "", _
"'" & objWS.Name & "'!A1", , objWS.Name
lngSrNo = lngSrNo + 1
lngIdxRow = lngIdxRow + 1
End If
Next objWS
'Following code will format the TOC table
With .Range("A2:B" & lngIdxRow - 1)
.Font.Size = 12
.Font.Bold = True
.IndentLevel = 1
.VerticalAlignment = xlCenter
.Borders(xlEdgeLeft).LineStyle = xlContinuous
.Borders(xlEdgeTop).LineStyle = xlContinuous
.Borders(xlEdgeRight).LineStyle = xlContinuous
.Borders(xlEdgeBottom).LineStyle = xlContinuous
.Borders(xlInsideHorizontal).LineStyle = xlContinuous
.Borders(xlInsideVertical).LineStyle = xlContinuous
End With
.Range("A2:A" & lngIdxRow - 1).HorizontalAlignment = xlCenter
.Range("A1").Select
End With
End Sub
#excelshortcutkeys #exceltipsandtricks #corporatehacks #advancedexcel #exceltutorial #worksmarternotharder #spreadsheets #students #excelisfun #excelautomation #exceltraining #excel #excelskills #vamsiexcel #vba #excelvba #excelmacros
=FILTER(A2:A21, NOT(COUNTIF(B2:B21, A2:A21)))
2. Find Uncommon data of list #2 using this 👇
=FILTER(B2:B21, NOT(COUNTIF(A2:A21, B2:B21)))
3. Combine both lists
=VSTACK(C2#,D2#)
#excelhacks #microsoft #exceltutorials #excelshortcutkeys #excelguru #microsoftexcel #excelisfun #excelskills #exceltips #workhacks #exceltricks #students #excel #corporatehacks #vamsiexcel
How to Highlight Cells?
Formula =C7=$D$4
Follow @vamsi.excel for the next part
#exceltutorial #excelshortcutkeys #students #exceltipsandtricks #excelskills #exceltraining #workhacks #microsoftexcel #excelshortcuts #excelhacks #excelfunctions #excelisfun #exceltips #vamsiexcel
Posted @withregram • @vamsi.excel 🚨 Low Stock Alert: Inventory Levels Running Thin 🚨
"In this step-by-step tutorial, I'll guide you through utilizing the powerful FILTER function in Excel to gain valuable insights into your inventory management. With a focus on identifying stocks with low quantities, we'll delve into the world of data manipulation to streamline your decision-making process.
The FILTER function, a robust tool within Excel, enables us to efficiently extract specific data based on given criteria. By leveraging this function, we can swiftly pinpoint which stocks are currently experiencing low quantities, allowing us to take timely actions to replenish them and maintain a seamless supply chain.
Through clear and concise explanations, I'll walk you through the process of setting up the FILTER function, establishing the appropriate criteria for identifying low stock items, and generating a dynamic list that updates in real-time as your inventory evolves. No more manual scanning or time-consuming sorting – this tutorial equips you with the skills to automate the identification of low stock items and allocate your resources wisely.
Whether you're a seasoned Excel user or just beginning your journey with spreadsheets, this tutorial is designed to cater to all skill levels. By the end, you'll have the tools to enhance your inventory management efficiency, ensure items are always available when needed, and make data-driven decisions that keep your operations running smoothly. Let's dive into the world of data analysis and revolutionize the way you handle stock quantities!
#worksmarternotharder #excelforbeginners #exceltutorial #corporatehacks #students #exceltips #excelformulas #exceltutorials #workhacks #excelguru #vamsiexcel #exceltraining
Create this awesome Deadline Alert using this trick to be reminded by your Excel when you see it
#exceldashboard #student #excelshortcut #excelhacks #datavisualization #corporatehacks #excelshortcuts #excelfunctions #students #excelshortcutkeys #spreadsheets #exceltips #excelformulas #worksmarternotharder #vamsiexcel
The benefits of using VLOOKUP with multiple criteria include:
📌Sales: You can use VLOOKUP with multiple criteria to find all customers who have purchased a specific product within a certain timeframe. This information can then be used to target these customers with specific marketing campaigns.
📌Operations: You can use VLOOKUP with multiple criteria to find all inventory items that are below a certain stock level or that are due to expire within a certain timeframe. This information can then be used to ensure that you have enough stock on hand and that you are not wasting any inventory.
📌Finance: You can use VLOOKUP with multiple criteria to find all transactions that exceed a certain amount or that were made on a specific date. This information can then be used to identify potential fraud or to track your spending.
Overall, VLOOKUP with multiple criteria is a very powerful and versatile tool that can be used to improve your efficiency and accuracy in a wide variety of tasks.
#exceltips #Excel #exceltipsandtricks #excelshortcuts #excelfunctions #dataanalytics #dataanalysis #dataanalyst
👇Comment "YES" if you want me to make more videos like this
Follow @vamsi.excel for more
#exceltutorial #exceltricks #excelisfun #excelskills #excelshortcuts #exceltips #spreadsheets #corporatehacks #students #worksmarternotharder #vamsiexcel
How to Highlight Cells?
Formula
=C7=$D$4
Follow @vamsi.excel for the next part
#exceltutorial #excelshortcutkeys #students #exceltipsandtricks #excelskills #exceltraining #workhacks #microsoftexcel #excelshortcuts #excelhacks #excelfunctions #excelisfun #exceltips #vamsiexcel
Use this trick to find Uncommon Data
Steps
1. Find Uncommon data of list #1 using this 👇
=FILTER(A2:A21, NOT(COUNTIF(B2:B21, A2:A21)))
2. Find Uncommon data of list #2 using this 👇
=FILTER(B2:B21, NOT(COUNTIF(A2:A21, B2:B21)))
3. Combine both lists
=VSTACK(C2#,D2#)
#excelhacks #microsoft #exceltutorials #excelshortcutkeys #excelguru #microsoftexcel #excelisfun #excelskills #exceltips #workhacks #exceltricks #students #excel #corporatehacks #vamsiexcel
Unlock the power of data manipulation with torow() and tocol() Excel functions! 📊 Easily extract values from ranges by converting rows and columns into single arrays. Simplify complex calculations and streamline your spreadsheet workflow like never before.
#excel #excelfunctions #exceltraining #exceltutorial
Jumble Menu Tabs
#excelfunctions #exceltipsandtricks #spreadsheets #excelforbeginners #worksmarternotharder #exceltutorial #workhacks #exceltricks #exceltraining #excelhacks #excelskills #advancedexcel #excelshortcut #student #exceldashboard #excelshortcutkeys #excelguru #excelshortcuts #students #datavisualization #microsoftexcel #exceltutorials #excel #vamsiexcel
Excel not Responding - Prank 😂
Steps
1. First open a new Excel workbook
2. Then take a screenshot of it
3. Now use that screenshot as Desktop Background
4. Now hide Desktop Icons
#excelguru #office365 #excelskills #excelhacks #exceldashboard #excel #workhacks #advancedexcel #excelformulas #excelforbeginners
Day 11 of the Excel Shortcut Series
Alt+Shift+Right Arrow Group
Alt+Shift+Left Arrow Ungroup
Ctrl + Mouse Wheel Up Zoom In Ctrl + Mouse Wheel Down Zoom Out
Ctrl + Shift + F4 Find Previous Match (After Initial Find) Ctrl + F4 Find Next Match (After Initial Find)
Drag Move Cells Or Ranges Ctrl + Drag Copy Cells Or Ranges
Ctrl + Shift + O Select Cells Containing Comments
Alt + Q To Quickly Jump To Search
Alt + C Clear Slicer Filter
Alt + 'Open Modify Cell Style Dialog Box
#excelshortcut #excelskills #exceltipsandtricks #excel
#excelshortcuts #excelguru #excelautomation #corporatehacks #excelshortcutkeys #exceltutorial
#exceltutorials #excelforbeginners #office365 #spreadsheets
Day 7 of 21 Days 21 Excel Pranks
Lock Horizontal Scrolling
Steps
1. Select all visible columns except first column
2. Hide those columns
3. Now go to the next column
4. Now freeze that column
5. Unhide all columns
#productivity #excel #training #excelfunctions #excelisfun #studentslife #excelshortcuts #funtime #officehumor
Day 6 of 21 Days 21 Excel Pranks
Corrupt Formulas
Steps
1. Go to File
2. Then Options
3. Now go to Formulas
4. Bow check the R1C1 Reference Style
5. Then click Ok
#productivity #excel #training #officehumor #excelshortcuts #exceltips #exceltipsandtricks #exceltricks #exceltraining #excelfunctions #excelisfun #studentslife #exceltutorial #exceltutorials #funtime #prank #prankvideo #prankvideos
Day 5 of 21 Days 21 Excel Pranks
Steps
1. Go to File
2. Go to Options
3. Click on Advanced
4. Scroll to Display section
5. Select No comments
#prank #prankvideo #funtime #excelfunctions #excelisfun #studentslife #officehumor #productivity #Excel #training #exceltricks #exceltraining #exceltutorial #exceltips #exceltipsandtricks #exceltutorials #excelshortcuts
Day 4 of 21 Days 21 Excel Pranks
Steps to Hide sheet
1. First right click on sheet name
2. Click View Code
3. Press Ctrl + R to view Project Explorer
4. Press F4 to view Properties Window
5. Now select sheet which you want to hide
6. Then go to Properties window
7. Now go to Visible property
8. Then select Very Hidden there
#productivity #Excel #training #exceltraining#excelfunctions #excelisfun #funtime #officehumor #studentslife #excelshortcuts
Day 3 of 21 Days 21 Excel Pranks
Hide Sheets & Scroll Bars
Steps
1. Press Ctrl + A to Select All
2. Now press Merge & Center or use Alt + H + M + C
📌 Note - Change it back after having fun 😉
#funtimes #productivity #Excel #training #excelfunctions #excelisfun #studentslife #officehumor #exceltips #exceltipsandtricks #exceltricks #exceltraining #exceltutorial #excelshortcuts #prank #prankvideo #prankvideosfunny
Disable Fill Handle in Excel
Day 2 of 21 Days 21 Excel Pranks
Disable Fill Handle
Steps
1. Go to File
2. Go to Options
3. Click on Advanced
4. Uncheck Enable Fill Handle option
Just remember to change it back before they freak out too much. 😉
#funtime #officehumor#studentslife #excelshortcuts #excelfunctions #excelisfun #exceltricks #microsoftexcel #vamsiexcel #productivity #exceltraining #exceltutorial
Day 1 of 21 Days 21 Excel Pranks
Hide Sheets & Scroll Bars
Steps
1. First click on File
2. Click on Options
3. Click on Advanced
4. Scroll to the Display section area
5. Then uncheck Sheet Tabs, Horizontal & Vertical Scroll Bars
📌 Note - Change it back after having fun 😉
#funtimes #productivity #Excel #training #excelfunctions #studentslife #officehumor #exceltips #exceltipsandtricks #exceltricks #exceltraining #exceltutorial #exceltutorials #excelshortcuts #prank #prankvideo #prankvideosfunny
😊Do you want a series of shortcuts like this
Steps
1. Select Columns with headings that you want to calculate
2. Now Go to Formulas > Create Form Selection
3. Select Top Row for Heading
4. Now click OK
5. Now write your formula using your Heading Names
#Excel #excelshortcutkeys #exceltraining #exceltips #exceltricks #exceltipsandtricks #student #corporate #excelshortcuts #worksmarternotharder #worksmarter
Do you want to know F1-F12 use case
Then comment yes
Ctrl+1 Format cells dialog box
Ctrl+2 Bold
Ctrl+3 Italic
Ctrl+4 Underline
Ctrl+5 Strikethrough
Ctrl+6 Show/Hide objects
Ctrl+7 Show/Hide Standard toolbar
Ctrl+8 Toggle Outline symbols
Ctrl+9 Hide rows
Ctrl+0 Hide columns
#excelshortcuts #dataanalysis #dataanalyst #dataanalytics #excelshortcutkeys #ExcelForBeginners #exceltraining #Excel #ExcelAutomation #excelskills #exceltutorial #corporatehack #spreadsheets
Create Data Bars using REPT
#exceltipsandtricks #excelshortcuts #ExcelForBeginners #excelskills #ExcelCharts #chartanalysis #excelformulas #spreadsheet #spreadsheets #exceltips #ExcelGuru #dataanalyst #dataanalytics #dataanalysis