Skip to main content

Kick Start With Microsoft Excel

Hai, Welcome to the Excel Start.

Microsoft Excel is a spreadsheet program that is used to record and analyze numerical data. 

What is MS-Excel? 

Microsoft Excel is a spreadsheet developed by Microsoft for Windows, macOS, Android and iOS. It features calculation, graphing tools, pivot tables, and a macro programming language called Visual Basic for Applications. 

Source: Wikipedia 

Why Should I Learn Microsoft Excel? 

We all deal with numbers in one way or the other. We all have daily expenses which we pay for from the monthly income that we earn. For one to spend wisely, they will need to know their income vs. expenditure. Microsoft Excel comes in handy when we want to record, analyze and store such numeric data. 
  • Open Excel Spreadsheet. 
  • Now the excel looks like row and column Layout right. 
  • With that it also have the column name and Row Number.  
  • As a beginner we never know why they kept those things in the Excel sheet, Trust me because of that excel give us faster computation on math. 
Row’s will be given as number’s like 1, 2, 3, 4, 5, …… etc. in Vertical Manner. 
Column will be given as Alphabet’s like A, B, C, D, …etc. in Horizontal Manner. 

Ok Come on.
Let’s start with simple addition operation via Excel Spreadsheet.


Above is the Example: 

First of all fill your data like this…

A1 – Monday       B1 – 1500       C1 – 1500           in     D1 instead of Typing 3000 Type “=B1+C1”
A2 – Tuesday       B2 – 2000       C2 – 3000      in     D2 instead of Typing 5000 Type “=B2+C2”

You will get the Output sum of the Two cell in the Result Cell..

Easy Right??

Now let’s try same procedure for Subtraction:

Above is the Example: 

First of all fill your data like this…

A4 – Wednesday       B4 – 2000       C4 – 1000    in   D4 instead of Typing 1000 Type “=B4-C4”
and press enter…

Monday 1500 1500 3000 
Tuesday 2000 3000 5000     
Wednesday 2000 1000 1000 

In this same way we can able to perform for Division and Multiplication Operation too.


Thank you...
Come back to learn more from ♥Tech Bird♥

Comments

Popular posts from this blog

BIG DATA ANALYTICS

BIG DATA ANALYTICS Have you ever hit upon how Amazon and Flip kart could possible verdict what we want; how the Google auto completes our search; how the YouTube looks into videos we want to watch? When we open YouTube, we will be at sixes and sevens, when we find ads related to what we have searched earlier in the past days. This is where we find ourselves in the era of big data analytics. More than 3 trillion bytes of information are being generated everyday through our smart phones, tablets, GPS devices, etc.  Have we thought about what can be done with all these information? This is where the data analytics comes into play. Big data analytics is just the study of future build up to store data in order to extract the behaviour patterns. The entire social networking website gathers our data which are related to our interest which is usually done by using our past search or any other social information. Data analytics will lead to a walkover in near future....

Power of AWS Step Functions

Are you writing Python or Node.js code to do Automation or Pull Reports or Inventory in AWS? 💯 If yes, this post is for you and probably you may end up like this read and learn something new today. 🚨 Spoiler Alert 😅:- Am going to talk about AWS Step Functions. ⭐ Yes, with recent advances rolled out in step functions, we can do lot more than, what we thought it does and what we are doing with it. 🧐 Previously we would have used step functions for cases like :- ✍️Lambda can't run beyond 15 mins, so if we want more wait time for some task, we used to call step functions and wait there and re-trigger lambda to process same event. ✍️To call multiple lambda in sequence or parallel, we would have used it. 🖇️Basically what we do is, always we keep our core logic in lambda and just used step functions for so called "orchestration" to call lambda in different patterns. If you agree with me, then below are some real time use cases, you can try and unleash the real p...

Hidden things About Amazon SageMaker Studio

Did you know about Amazon SageMaker Studio❓ 🤔 Like you, I initially believed that this service was only for data-related tasks and that regular engineers/developers weren't supposed to use it. ✒️ However, after using it for a while, I would suggest that it can help you with more than just data related tasks. In fact, an organization can use SageMaker Studio to bring their entire SDLC 💪. 😬 Because of its data'ish ness like gimick we (normal non-data developers) always felt, "Oh, SageMaker, it's expensive 😱 so no, no don't go that side 🤐." 😷 As a result, we shrank and missed the hidden gem 💎 and its possibilities, as well as the opportunity to utilize such a fantastic and powerful tool 🔥. ✒️ Let me give you some glimpse with a preview of what SageMaker Studio is capable of. ✒️ SageMaker is big service, but in this post am limiting my context towards SageMaker Studio only. ✒️ And mostly, this write-up is for developers who enjoy writin...