Code360 powered by Coding Ninjas X Naukri.com. Code360 powered by Coding Ninjas X Naukri.com
Last updated: Jul 5, 2022

Microsoft Excel

Microsoft Excel is one of the leading visual and analytics tools in the industry. It has applications in a wide range of fields. This blog provides an in-depth look at Microsoft Excel from ground zero. It guides you through the simple process of updating a spreadsheet to creating complex and visually appealing data representations and computations.

Charts in Excel

In this Module, we are going to learn how to represent your data in a more visually appealing manner in form of Charts, Graphs, etc.
Pie Chart EASY
This blog will cover the topic of a Pie chart. Furthermore, we will learn to represent our data in the Pie chart.
Bar Chart EASY
This blog will cover the topic of a Bar chart. Furthermore, we will learn how to represent our data in the Bar chart.
Area Charts in Excel EASY
This blog covers the concept of area charts in Excel. We will understand how to represent data using area charts in Excel.
Scatter Plot
This article discusses Scatter plots in Excel and their use. We will also understand the applications of Scatter Plot and how powerful of a tool it is for finding correlations between two variables.
Chart Axes
In this article, we will discuss chart axes in excel.
Chart Sheet EASY
This article discusses how to generate a chart in an excel chart sheet.
Author Alisha
0 upvotes
Trendline in Excel EASY
This article incorporates understanding and drawing trendlines in excel.
Error Bars
Error bars in Excel are graphical representations of data variability.
Sparklines EASY
This article incorporates Sparklines in excel, followed by detailed, frequently asked questions.
Combination Chart EASY
In this article, we are going to create a Combination Chart that represents two different sets of data on a single chart.
Gauge Chart
A gauge chart shows the minimum, the maximum and the current value depicting how far you are from the maximum.
Pareto Chart EASY
In this article, we will discuss the Pareto chart, what it is, what principle it follows, and how to create a Pareto chart in Excel.

VBA in Excel

In this Module, we are going to take a brief look at VBA which is Microsoft’s Programming Language for excel, and discuss some of the available functions.
Introduction to Excel VBA
In this blog, we will be studying a detailed description of Excel VBA.
Introduction to Macro EASY
In this article, we will discuss how to create and perform some other functions on the macro in the Excel sheet.
MsgBox and InputBox in VBA EASY
In this blog, we will discuss the uses and basic syntax of MsgBox and InputBox functions of Excel VBA along with their differences.
Workbook and Worksheet Object EASY
In this blog, we will discuss the differences between Workbooks and Worksheets and their important methods, in continuation with a discussion of loops and working with files and preparing charts in Excel.
Range Object EASY
The Range object is the most significant object in Excel VBA since it represents cells on your worksheet. In this article, we will learn about the properties and functions of the Range objects.
Variables EASY
In this blog, we will be studying the declaration and initialization of variables in Excel VBA.
If Then Statement EASY
In this blog, we will be studying the use of the If-Then statement in Excel VBA.
Loop EASY
In this blog, we will be studying different types of loops in Excel VBA.
Using Macro Errors in VBA EASY
This blog will go through various strategies for using debugging errors and macros in Excel VBA.
Using Strings in VBA EASY
In this blog, we will take a look at how strings and their operations are used in Excel VBA.
Date and Time in Excel
In this blog, we will learn various operations that can perform with date and time in Excel. First, we will learn to print simple dates, then compare them, find weekdays between some dates, delaying, find the frequency of occurring of a particular year, sort birthdays, and all this with examples to understand better.
Array in VBA EASY
In this blog, we have discussed Arrays in VBA, How they are used, and the main differences between the One Dimensional and Two-dimensional arrays, concluding with the Inbuilt array Function and Size of the array.
Application Object
In this blog, we will learn about application object, their different functions, and their different properties like status bar, reading data from text files writing data to the text file, and vlookup. We will understand all these with good examples and pictorial representation.
Userforms
In this blog, we will learn about user forms in excel in VBA, ranges in VBA,  with multiple applications, and all of this with their pictorial representation and proper code.
Web Scraping with VBA EASY
This blog will contain the Web Scraping technique with VBA in detail.