Raiyan Zaman Adrey

About author

Raiyan Zaman Adrey, armed with a BSc in Civil Engineering from Bangladesh University of Engineering and Technology, efficiently combines engineering skills with a passion for Excel. In his role as an Excel & VBA Content Developer at ExcelDemy, he not only tackles complex issues but also demonstrates an enthusiastic mindset, efficiently managing critical situations with patience, showcasing his commitment to excellence. He is interested in C, C++, C#, JavaScript, Python, Microsoft Office, AutoCAD, Adobe Illustrator, Data Entry, and Web Scraping.

Designation

Excel & VBA Content Developer at ExcelDemy in SOFTEKO.

Lives in

Dhaka, Bangladesh.

Education

B.Sc. in Civil Engineering, BUET.

Expertise

Microsoft office, AutoCAD, Adobe Illustrator, Data Entry

Experience

  • Technical Content Writing
  • Undergraduate Thesis
    • Quantifying High Resolution Intra-Urban Spatial Variability of Fine Particulate Matter Across Dhaka City

Latest Posts From Raiyan Zaman Adrey

0
How to Use Excel as Area and Volume Calculator?

In this Excel tutorial, you will learn -The basics of Excel area and volume calculator. -The calculation of the area of various 2D geometric shapes. -The ...

0
How to Use a Timeline in Excel? – A Visual Presentation

A timeline is a representation of events in chronological order. Download Practice Workbook Timeline in Excel.xlsx How to Create a ...

0
Stock Chart in Excel (4 Different Cases)

Here's an overview of a box and whisker plot and a surface chart in Excel for stocks. Download the Practice Workbook Stock Chart in Excel.xlsx ...

0
How to Use Column Chart in Excel?

In this Excel tutorial, you will get to know how to -Create clustered column chart, stacked column chart, and 100% stacked column chart. -Format column ...

0
Organize Data in Excel: A Complete Guide

We often need to organize data in Excel while working for easy data management, better data analysis, better visualization, and more efficiency. Here's an ...

0
How to Find, Count & Fill Missing Values in Excel

  Method 1 - Finding Missing Values Using a Combination of IF and COUNTIF Functions Steps: Select cell F5. Enter the formula below: ...

0
How to Use the Clipboard in Excel – A Complete Guide

This is an overview. Download Practice Workbook Clipboard in Excel.xlsx What is Clipboard in Excel? The Clipboard is a temporary ...

0
How to Use an Excel Trendline for Part of the Data – 2 Methods

This is an overview. Download Practice Workbook Download the workbook here. Trendline for Part of Data.xlsx What is a Trendline in ...

0
How to Calculate Safety Stock in Excel (6 Easy Methods)

In this article, we will demonstrate some of the most commonly used methods of calculating safety stock in Excel, from the simple arithmetic way to some ...

0
VBA to Call Sub From Another Workbook in Excel (With Examples)

In this article, we will demonstrate how to utilize VBA to call a subroutine (sub) from another workbook, both opened and closed. We will also discuss related ...

0
How to Use Excel SUMIF with Greater Than Criterion: 6 Methods

Method 1 - Excel SUMIF Greater Than Specific Value Select cell D20, apply the formula below, and press Enter. =SUMIF(C5:C17,">2") ...

0
Excel Slicer Vs Filter (Comparison & Differences)

What Is Slicer? An Excel slicer is a visual filtering tool that enhances data filtering. It is used in conjunction with tables, pivot tables, or pivot ...

0
Excel VBA Text to Columns for Fixed Width

In this article, we will demonstrate the use of Excel VBA to perform text to columns operations on fixed-width data types using the TextToColumns method. The ...

0
How to Use Sales Run Rate Formula in Excel (3 Handy Examples)

The sales run rate is used to estimate a company's potential future revenue based on its present revenue. It is determined by dividing the total current sales ...

Browsing All Comments By: Raiyan Zaman Adrey
  1. Reply Avatar photo
    Raiyan Zaman Adrey Oct 18, 2023 at 1:43 PM

    Dear Emely Phiri,
    Thanks for reaching out to us. Let’s clear your confusion.
    Think of it this way, you already know how one can calculate annual interest when one has the principle and the every month’s saving’s amount. If it is simple interest, you use the I=P*r*n formula and for compound interest, you use I=P*(1+r)^n-P.
    Now, if I say, your principle is $1200, interest rate is 10% then the annual interest using the simple formula would be $1200*0.1*1=$120 right? Which means, the interest you are actually getting is $120/12=$10 every month. And if you save like $50 every month, the total amount in your account at the end of the first month and at the beginning of the second month will be $1200+$10+$50=$1260, where $1200 is your principle, $10 is the first month’s interest and $50 is the amount you further deposited into your account.
    Now, as you have deposited $50 more, would the interest at the end of the second month and at the beginning of the third month be the same? Of course not.
    At the beginning of the second month, the net amount in your account is $1260 right? Then, as the interest rate is 10%, so in that sense the annual interest using this new amount should be $1260*0.1*1=$126. So basically, the monthly interest this time becomes $126/12=$10.5. That means, at the end of the second month and at the beginning of the third month, the net amount in your account now is $1260+$10.5+$50=$1320.5, where $1260 is the net amount at the beginning of the second month, $10.5 is the monthly interest and $50 is the amount you save every month. And the same procedure goes on for the rest of the months as you are depositing money every month into your account.
    For monthly compound interest, the procedure is mentioned in this article.
    Hope, this clears your confusion. Have a great day.

  2. Reply Avatar photo
    Raiyan Zaman Adrey Jul 27, 2023 at 11:43 AM

    Dear COLYNN BURRELL,

    Thanks for reading our article. Try the following formula to resolve your issue.
    =IF(C5="Fail", TEXT("Replace, Review", "[$-409]@"), "")

    The formula indicates that if cell C5 contains text Fail, then the formula will return Replace, Review. If not, then the result it will return will be blank.

    Dataset

    Formula Breakdown
    TEXT(“Replace, Review”, “[$-409]@”)
    This formula returns Replace, Review each time.
    IF(C5=”Fail”, TEXT(“Replace, Review”, “[$-409]@”), “”)
    This formula returns Replace, Review only for the text string Fail.

    Now to add red color to the output, use the conditional formatting feature as illustrated in this article.
    ● Select the range D5:D9.
    ● Go through these steps: Home >> Conditional Formatting >> New Rule.

    conditional formatting

    ● Now, select Format only cells that contain from the Select a Rule Type section.
    ● Select Specific Text.
    ● Type Replace, Review.
    ● Click on Format.

    new formatting rule bar

    ● Select Font.
    ● Click on the arrow down icon in the color section.
    ● Select the color red.
    ● Click on OK.

    selecting color

    ● Click on OK again.

    formatting

    ● And the output will be as follows as you have desired.

    output

    Note: However, you can’t change the color of the output just after applying the formula. You have to use conditional formatting for that.

    If the problem still appears, kindly send us your Excel file and specify the exact problem you are facing.
    Thank you

    Best Wishes,
    Raiyan Zaman Adrey

  3. Reply Avatar photo
    Raiyan Zaman Adrey Jul 2, 2023 at 4:35 PM

    Dear MARK GROENING,

    Thank you for reading our articles. You wanted a formula to delete any random number and leave only text.
    You can follow method 3 and method 5 of this article for your problem. The formulas mentioned here should work with your problem.

    Using formula of method 3:
    =TEXTJOIN(“”, TRUE,IFERROR(MID(B5, SEQUENCE(LEN(B5)), 1) *1, “”))

    Image showing formula to remove text and leave numeric values

    Using formula of method 5:
    =SUM(MID(0&B5,LARGE(INDEX(ISNUMBER(–MID(B5,ROW($1:$99),1))*ROW($1:$99),),ROW($1:$99))+1, 1)*10^ROW($1:$99)/10)

    Image showing formula to remove text and leave numbers only

    Hope, this worked for your problem.

    Regards,
    Raiyan Zaman Adrey

Advanced Excel Exercises with Solutions PDF

 

 

ExcelDemy
Logo