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.    

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

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

To easily generate serial numbers in Roman numerals, alphabets, or numbers, follow these simple formulas in Excel:
SL NO in Roman Numerals:
Click on the cell where you want to start the serial number (e.g., A1).
Enter the following formula:
=ROMAN(ROW(A1))
After entering the formula, drag the fill handle (small square at the bottom-right corner of the cell) down to apply it to additional cells.
SL NO in Alphabets
Click on the cell where you want the alphabet sequence to begin (e.g., A1).
Enter this formula:
=CHAR(64 + ROW(A1))
Drag the fill handle down to continue the alphabet sequence. 
 
Sl no in Numbers:
Click on the cell where you want to start numbering (e.g., A1).
Enter the formula:
=ROW(A1)
Drag the fill handle down to generate a sequence of numbers.
By using these simple formulas, you can quickly generate serial numbers in Roman numerals, alphabets, or numbers across your spreadsheet!
 

scan for more----

Comments

POPULAR POSTS

essential BAsic excel formulas a quick guide

Some important tips to learn MS Word

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