Excel Formula Basics: Sumif, Countif, Averageif
Free articles on learning Excel. Visit http://www.launchexcel.com/ Sumif, Countif and Averageif help you to analyse data in a list that matches the conditions you specify. Named ranges make it simpler...
View ArticleLinking Data from Different Excel Sheets and Workbooks
This video shows how to link data from different sheets and even different workbooks in Excel. It shows the linking notation and how to go about linking without having to write the cell reference by...
View Article[Excel] Basic Macro Tutorial
In this video I explain the basics of what a macro is and how you can get started making (recording) them. Later on I will probably make a more advanced tutorial that will explain and demonstrate more...
View ArticleMicrosoft Excel Overview for Beginners Tutorial – Excel 2003, 2007, 2010
This tutorial is a brief overview of Microsoft Excel and a few of its basic functionalities. This video is intended for people that know a little about computers but are just trying to get their hands...
View ArticleExcel Formulas Urdu Tutorials – Part 3 – by Irfan Wazir Ali
Excel Formulas Urdu Tutorials – Part 3 – by Irfan Wazir Ali Duration : 0:14:0 Technorati Tags: Ali, analysis, by, cellphones, commentary, computers, creature, cybersecurity, defense, diy, downloads,...
View ArticleIntro to Excel VBA (Lesson 4) Understanding Ranges
Intro to Excel VBA this is a quick video that explains the most commonly used code for Ranges in Excel. We name a range and copy a range to another location. We also show how to copy a selected range...
View ArticleExcel Formulas Urdu Tutorials – Part 7 – by Irfan Wazir Ali
Excel Formulas Urdu Tutorials – Part 7 – by Irfan Wazir Ali Duration : 0:8:39 Technorati Tags: Ali, analysis, by, cellphones, commentary, computers, defense, diy, downloads, Educational, electronics,...
View ArticleExcel VBA tutorial 4 Using Integer Variables to perform calculations
An introduction to variables and how to use them in calculations. Also introduces the “With” keyword Duration : 0:9:37 Technorati Tags: begginer, cheats, computers, Computing, crafts, discussion,...
View ArticleExcel VBA tutorial 6 Strings
This Tutorial introduces String variables and how to concatenate strings together to form new strings. Please Click on my channel to see all my tutorials and subscribe to future tutorials! Duration :...
View ArticleVBA – Excel If Function in VBA code
Excel If Function in VBA code. This VBA Function does exactly what the Excel If Function does. Code: Function ifCode(s1 As String, s2 As Variant, s3 As Variant) tst = Evaluate(s1) If tst = True Then...
View Article