Excel Help Page

Excel Help Page

Purpose of this page to Learn & Teach Excel & VBA With easy Way.

Running Total In SQL 17/02/2024

https://youtu.be/PXA5B12L64Y

Running Total In SQL From This video you can learn running total in SQL.SELECT * FROM SALEDATA2SELECT *, SUM(SALE_AMOUNT) OVER(ORDER BY SALE_DATE) AS running_total FROM SALEDATA2...

MIS Interview Series Q31 Use of IF & OR Function 01/09/2023

https://www.youtube.com/watch?v=quCRJ3LsPAs

MIS Interview Series Q31 Use of IF & OR Function MIS Interview Series Q31 Use of IF & OR Function=IF(OR(LEFT(A1,1)="a",LEFT(A1,1)="e",LEFT(A1,1)="i",LEFT(A1,1)="o",LEFT(A1,1)="u"),"Start With Vowel","Start ...

MIS Excel VBA Macro Tricks 3 UDF 26/03/2023

https://youtu.be/BiUrhT9-nG8

MIS Excel VBA Macro Tricks 3 UDF MIS Excel VBA Macro Tricks 3 UDFFunction TOTAL(a As Integer, B As Integer)TOTAL = a + BEnd Function----------------------------------------------------------...

MIS Excel VBA Macro Tricks 2 22/03/2023

https://youtu.be/tu7J7vUy03Y

MIS Excel VBA Macro Tricks 2 MIS Excel VBA Macro Tricks 2Sub VBA_tips2()For Each cell In Selectioncell.Value = cell.Value & vbNewLine & Range(cell.Address).Offset(1, 0).ValueNext cellEnd...

MIS VBA Macro Tricks - 1 - video Dailymotion 11/03/2023

MIS VBA Macro Tricks - 1 - video Dailymotion Watch MIS VBA Macro Tricks - 1 - RAKESH KUMAR on Dailymotion

MIS-Interview Series-Q28 (Making Folder with VBA Macro coding) 11/03/2023

https://youtu.be/7uiWPukci4k

MIS-Interview Series-Q28 (Making Folder with VBA Macro coding) VBA macro coding for making some folder in a folder.Sub Making_folder()For Each cell In SelectionMkDir "D:\Mar2023\" & cell.ValueNext cellEnd SubSupporting f...

MIS Interview Question Paper Set 3 10/09/2022

https://youtu.be/Fzn43etEw8w

MIS Interview Question Paper Set 3 MIS Interview Question Paper Set 3

Excel Pivot Table Series Part 2 21/08/2022

https://youtu.be/ONJ4kJlUZy4

Excel Pivot Table Series Part 2 Excel Pivot Table Series Part 2

Excel Pivot Table Series Part -1 14/08/2022

https://youtu.be/gTTP1YqkI1o

Excel Pivot Table Series Part -1 Excel Pivot Table Series Part -1From this video you can learn how to use pivot table in excel.

MIS-Interview Series-Q25 (Use of Sumifs, Choose, Eomonth & Date Function) 08/05/2022

https://youtu.be/_iCFF4ORGu4

MIS-Interview Series-Q25 (Use of Sumifs, Choose, Eomonth & Date Function) MIS-Interview Series-Q25 (Use of Sumifs, Choose, Eomonth & Date Function)Quarterly Reportsupporting file linkhttps://docs.google.com/spreadsheets/d/1PzN7_7yb...

Website