Mukesh Dipto

About author

Mukesh Dipto is an excellent marine engineer who loves working with Excel and diving into VBA programming. For him, programming is like a superhero tool that saves time when dealing with data, files, and the internet. His skills go beyond the basics, including Rhino3D, Maxsurf C++, AutoCAD, HTML, CSS, JavaScript, and WordPress. He got his B.Sc in Naval Architecture & Marine Engineering from BUET, and now he's switched gears, working as a content developer. In this role, he creates techy content all about Excel and VBA. You'll find him reading books, travelling, and enjoying movies and TV series outside work.

Designation

Excel & VBA Content Developer at ExcelDemy in SOFTEKO.

Lives in

Dhaka, Bangladesh.

Education

B.Sc in Naval Architecture & Marine Engineering, BUET.

Expertise

Microsoft Word, Excel & VBA, PowerPoint, Microsoft Power BI, AutoCAD, Rhinoceros, HTML, CSS, JavaScript, WordPress

Experience

  • Resource Person at Directorate of Primary Education, Bangladesh, Dhaka.

Research

  • Maritime risk assessment of LNG carrier in Bangladesh using Fuzzy Logic Approach.

Latest Posts From Mukesh Dipto

0
How to Print Labels in Excel (With Easy Steps)

In this article, we will learn about how to print labels in Excel. Labeling is essential in terms of marketing a product, the address of a person to deliver a ...

0
How to Unmerge Cells in Excel (7 Easy Methods)

In this article, we will show you different methods to unmerge cells in Excel. To make our work easy we often merge two or more cells. Merging does nothing but ...

0
How to Convert Text to Hyperlink in Excel (5 Methods)

Method 1 - Activate Automatic Hyperlinks Option to Convert Text to Hyperlink in Excel In the following dataset, we can see the URLs of 5 companies. ...

0
How to Copy Hyperlink in Excel (4 Easy Methods)

  Method 1 - Use the Mouse Click to Copy a Hyperlink in Excel In the following dataset, we will copy the hyperlink of the company “Exceldemy”. We will ...

0
How to Remove Hyperlink from Excel (7 Methods)

Method 1 - Remove a Single Cell’s Hyperlink from Excel We will remove the hyperlink only for “Exceldemy”. STEPS: Select cell C5. ...

0
How to Remove Sort in Excel (3 Easy Methods)

  Method 1 - Use the Conventional Undo Command to Remove Sort in Excel To demonstrate this method, we will use the following dataset. We have filter ...

0
Shortcuts for Filtering Data in Excel (3 Methods with Examples)

Method 1 - Use the Filter Shortcut Option Under the Data Tab to Filter Data Suppose you have the following dataset. Steps: Select any cell from ...

0
How to Use VBA FileDateTime Function in Excel (3 Uses)

In Microsoft Excel, we use the VBA FileDateTime function to find out the last modification date of any drive, file, or directory. In this article, we will go ...

0
How to Use VBA ROUND Function in Excel (6 Quick Uses)

In this article, we will illustrate the use of the VBA Round function. Rounding is basically a mathematical term. It makes a decimal value shorter and simpler ...

0
How to Use VBA Replace Function in Excel: 11 Methods

Method 1 - Use VBA Replace to Find a Word and Replace We have the following dataset of six students and their status of present or absent in the class. We'll ...

0
How to Group by Week in an Excel Pivot Table? – 3 Methods

The following dataset showcases sales amounts in January. Method 1 - Setting 7 Days As a Week to Group a Pivot Table by Week This is the pivot ...

0
How to Use Sheet Name Code in Excel (4 Applications)

In this article, we will learn how to use and get sheet name code in Excel. In Microsoft Excel, we can use the sheet name directly in a formula as a reference. ...

0
Transport Bill Format in Excel (Create in 4 Simple Steps)

What Is an Excel Transport Bill Format? A transport bill is a type of receipt provided by a transport service. The overview of a bill template is in the image ...

0
How to Create Excel Drop Down List from Table (5 Methods)

Method 1 - Creating a Drop-Down List from a Table with Validation To create a drop-down list from a table, we can use the validation option. This is one of ...

0
How to Keep a Cell Fixed in Excel Formula (4 Easy Ways)

Method 1 - Use the F4 Key in Excel Formula to Keep a Cell Fixed We have a dataset of fruits with their weight, unit price, and total price. Sellers will pay a ...

Browsing All Comments By: Mukesh Dipto
  1. Hello Ruby,
    Thanks for your query. If you do not want to see the formula for a blink then you have to do it by protecting the worksheet. You can try the following code:
    Sub HideFormulasDisplayValues()
    With ActiveSheet
    .Unprotect
    .Cells.Locked = False
    .Cells.SpecialCells(xlCellTypeFormulas).Locked = True
    .Cells.SpecialCells(xlCellTypeFormulas).FormulaHidden = True
    .Protect AllowDeletingRows:=True
    End With
    End Sub

  2. Thanks for your feedback sir.
    The range is (>=50 and <=80). In Excel COUNTIF function by default omit the upper end value.
    So, the formula is basically showing the result for the values less than 80.

Close the CTA

Advanced Excel Exercises with Solutions PDF

 

 

ExcelDemy
Logo