Featured post

Trick to get the sum row wise or column wise

    Row-wise or Column-wise Sum Using a Shortcut: Select the range of numbers in the table that you want to sum (either a column or a row, or even multiple columns or rows). Press the Alt key on your keyboard. After pressing Alt , press the +   = key . This is the AutoSum shortcut. If you're summing a column , Excel will automatically fill the cell directly below the selected range with the sum of that column. If you're summing a row , Excel will automatically fill the cell directly to the right of the selected range with the sum of that row.   The AutoSum feature ( Alt + = ) automatically sums numbers in a contiguous range of cells.    

Simple and Easy Tips for Adding Zeros in Excel

 


Simple and Easy Tip for Adding Zeros in Excel.

 

Method 1: Using Scientific Notation

    • In Excel, you can use scientific notation to add zeros after a number by specifying the power of 10.

For example, to add 5 zeros after the number 2, you can use:

 

=2E5

Explanation:

2E5 means "2 × 10^5," which gives 200,000 (2 followed by 5 zeros).

Method 2: Using the Exponentiation Operator (**)

You can also use the exponentiation operator to achieve the same result.

For example:

 

=2**5

Explanation:

2**5 means "2 raised to the power 10 of 5," which gives 200000. This method is more commonly used for powers rather than for directly adding zeros.

demo------ 


 

   

scan

Comments

POPULAR POSTS

essential BAsic excel formulas a quick guide

Some important tips to learn MS Word

Insert Serial Numbers in Roman Numerals, Alphabets, and Numbers in Excel

How to find sum of numbers with units in a range in Excel?

Rearrange columns in excel sheet using a quick trick

TIPS TO INSERT A SERIAL NUMBER IN AN EXCEL SHEET