In today’s world, the data sets we have is huge and we can have so many criteria to be followed on the data For Example: Sum Average etc. Let us say we have N products in our superstore and we have to find the total number of sales made in […]
Remove #N/A Error in Excel & Vlookup
2 Ways to remove #N/A Excel error in VLOOKUP, Worksheet or VBA Macro code. Fix Vlookup #n/a & Excel #n/a common errors formula. Hide n/a Excel Error.
Find Last Day of Month – Excel Formula & VBA
How to get Last day of Month? Excel has many option to find this End of Month. But in this page, We have given only the direct method. In Excel this formula can fetch you the End of month value. =EOMONTH(“2/12/2023”,0) – This will return the value as “2/28/2023”. This […]
How to make every other Row or Column shaded in Excel?
Learn how to make every other row shaded in excel. Alternate Rows/Columns background color can be set using conditional formatting, VBA & by inserting table
How to calculate Percentage in Excel?
Learn how to calculate percentage of nunber against a grant total in Excel & also the reverse. i.e., how do I calculate 10% of a number using plain Excel formula.
Hyperlinks In Excel– Add Remove Links Formula – Get VBA Code
Get sample code to add Excel Hyperlink using formula or using the VBA Code. Get VBA code to add, remove hyperlinks from any Excel worksheet.
Excel Import Data – From another Workbook – Query External Source
Learn how to make Excel import data from another workbook using Microsoft query method in simple steps. Also learn external reference data import techniques
Convert Kg to Lbs – Feet To Meters, Miles – Liter to Gallon
Convert kg to lbs, meter to feet, liter to gallon, sq feet to meters and all Engineering Unit conversion here. This Excel Table can convert any to any Engineering unit. Also get built in Excel function that can convert any Engineering Unit to any.
How To Subtract in Excel?
Select a worksheet, enter ‘=5-3’ in any cell and press Enter. Excel will calculate the difference and display result as 2. We have just entered a Formula in Cell that starts with ‘=’ sign. If we type anything in a worksheet starting with ‘=’ sign, Excel treats it as a formula, executes the formula and display the result only.
How to Create Data Table Excel?
Create a Table that has at least 2 columns. First column filled with test values and second column header with calculation to be tested. Select this table range, then click menu -> Data -> What-If Analysis.